Merge pull request #144696 from GKasparov/picom-next

picom-next: init at unstable-2021-10-31
This commit is contained in:
Thiago Kenji Okada 2021-11-05 09:54:29 -03:00 committed by GitHub
commit 96fb6ed434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View file

@ -4201,6 +4201,12 @@
githubId = 1713676;
name = "Luis G. Torres";
};
GKasparov = {
email = "mizozahr@gmail.com";
github = "GKasparov";
githubId = 60962839;
name = "Mazen Zahr";
};
gleber = {
email = "gleber.p@gmail.com";
github = "gleber";

View file

@ -0,0 +1,13 @@
{ picom, lib, fetchFromGitHub }:
picom.overrideAttrs (oldAttrs: rec {
pname = "picom-next";
version = "unstable-2021-10-31";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "fade045eadf171d2c732820d6ebde7d1943a1397";
sha256 = "fPiLZ63+Bw5VCxVNqj9i5had2YLa+jFMMf85MYdqvHU=";
};
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
})

View file

@ -29070,6 +29070,8 @@ with pkgs;
picom = callPackage ../applications/window-managers/picom {};
picom-next = callPackage ../applications/window-managers/picom/picom-next.nix { };
xd = callPackage ../applications/networking/p2p/xd {};
xdaliclock = callPackage ../tools/misc/xdaliclock {};