aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive <[email protected]>2023-10-14 13:50:56 +1100
committerGitHub <[email protected]>2023-10-14 13:50:56 +1100
commitc5ed97154f65583e432cf7055135993da59d86c8 (patch)
tree7dc6ec9910434957bf4e730c53533c6429092398
parentUpdate README.md (diff)
downloadcompfy-c5ed97154f65583e432cf7055135993da59d86c8.tar.xz
compfy-c5ed97154f65583e432cf7055135993da59d86c8.zip
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index be43819..edaade0 100644
--- a/README.md
+++ b/README.md
@@ -60,12 +60,12 @@ If you still want to use picom and you are on 23.05 you can use this custom pack
``` nix
(picom.overrideAttrs (oldAttrs: rec {
pname = "picom-allusive";
- version = "0.3.1";
+ version = "0.3.2";
src = pkgs.fetchFromGitHub {
owner = "allusive-dev";
repo = "picom-allusive";
rev = version;
- hash = "sha256-lk4Ll0mi9h3BAqwgOzFQw4WYKnSW9XTl3PjoK2E4WKg=";
+ hash = "sha256-1zWntz2QKp/O9ZuOUZy9NkCNXFsBqRRvcd0SAr+7G/o=";
};
postInstall =
''
@@ -73,6 +73,7 @@ If you still want to use picom and you are on 23.05 you can use this custom pack
''
+ oldAttrs.postInstall;
}))
+ ];
```
Thank you for your patience.