Merge pull request #158386 from 06kellyjac/picom

picom: 8.2 -> 9, picom-next: unstable-2021-11-19 -> unstable-2022-02-05
This commit is contained in:
Thiago Kenji Okada 2022-02-06 21:16:04 -03:00 committed by GitHub
commit 7aa0bd3a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "picom";
version = "8.2";
version = "9";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${version}";
sha256 = "0gjksayz2xpmgglvw17ppsan2imrd1fijs579kbf27xwp503xgfl";
sha256 = "sha256-ym4fWOcZFlHkLUQEanC+thQLbPial7ZNzxfCWSlweWg=";
fetchSubmodules = true;
};

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 ];
})