diff options
| author | Allusive <[email protected]> | 2023-10-14 13:50:56 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-14 13:50:56 +1100 |
| commit | c5ed97154f65583e432cf7055135993da59d86c8 (patch) | |
| tree | 7dc6ec9910434957bf4e730c53533c6429092398 | |
| parent | Update README.md (diff) | |
| download | compfy-c5ed97154f65583e432cf7055135993da59d86c8.tar.xz compfy-c5ed97154f65583e432cf7055135993da59d86c8.zip | |
Update README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |