picom-next: unstable-2022-02-05 -> unstable-2022-08-23
Update to keep up with picom-next.
This commit is contained in:
parent
6c42d065be
commit
cfc8c93472
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
picom.overrideAttrs (oldAttrs: rec {
|
picom.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "picom-next";
|
pname = "picom-next";
|
||||||
version = "unstable-2022-02-05";
|
version = "unstable-2022-08-23";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yshui";
|
owner = "yshui";
|
||||||
repo = "picom";
|
repo = "picom";
|
||||||
rev = "928963721c8789fc5f27949e8b0730771aab940d";
|
rev = "e0758eb5e572d5d7cf28f28e5e409f20e0bd2ded";
|
||||||
sha256 = "sha256-qu9HnUG5VQbiSgduW1oR/tVvzEckaD2TWzds4R5zI+Y=";
|
sha256 = "sha256-L0cFkKPFw92dx3P9jlkwgw7/otjUVkVZbOE0UT6gF+I=";
|
||||||
};
|
};
|
||||||
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
|
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue