Merge pull request #190738 from GKasparov/master

picom-next: unstable-2022-02-05 -> unstable-2022-08-23
This commit is contained in:
Thiago Kenji Okada 2022-09-16 09:07:17 +01:00 committed by GitHub
commit 39b382405a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
picom.overrideAttrs (oldAttrs: rec {
pname = "picom-next";
version = "unstable-2022-02-05";
version = "unstable-2022-08-23";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "928963721c8789fc5f27949e8b0730771aab940d";
sha256 = "sha256-qu9HnUG5VQbiSgduW1oR/tVvzEckaD2TWzds4R5zI+Y=";
rev = "e0758eb5e572d5d7cf28f28e5e409f20e0bd2ded";
sha256 = "sha256-L0cFkKPFw92dx3P9jlkwgw7/otjUVkVZbOE0UT6gF+I=";
};
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
})