picom-next: unstable-2021-11-19 -> unstable-2022-02-05

This commit is contained in:
06kellyjac 2022-02-06 18:32:41 +00:00
parent 6afd95743e
commit 4a07f24237

View file

@ -2,12 +2,12 @@
picom.overrideAttrs (oldAttrs: rec {
pname = "picom-next";
version = "unstable-2021-11-19";
version = "unstable-2022-02-05";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "1c7a4ff5a3cd5f3e25abcac0196896eea5939dce";
sha256 = "sha256-2uy2ofXhEWKuM+nEUqU16c85UGt6fJGtPZj+az907aw=";
rev = "928963721c8789fc5f27949e8b0730771aab940d";
sha256 = "sha256-qu9HnUG5VQbiSgduW1oR/tVvzEckaD2TWzds4R5zI+Y=";
};
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
})