picom-next: unstable-2022-08-23 -> unstable-2022-09-29

Update to keep up with picom-next.
This commit is contained in:
Kiran Ostrolenk 2022-09-29 15:55:08 +01:00
parent 26c27a7a0b
commit e94b2f2a9c

View File

@ -2,12 +2,12 @@
picom.overrideAttrs (oldAttrs: rec {
pname = "picom-next";
version = "unstable-2022-08-23";
version = "unstable-2022-09-29";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "e0758eb5e572d5d7cf28f28e5e409f20e0bd2ded";
sha256 = "sha256-L0cFkKPFw92dx3P9jlkwgw7/otjUVkVZbOE0UT6gF+I=";
rev = "0fe4e0a1d4e2c77efac632b15f9a911e47fbadf3";
sha256 = "1slcmayja8cszapxzs83xl1i9n9q0dz79cn5gzzf4mfcwvnxp8km";
};
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
})