Skip to content

Commit

Permalink
Merge pull request #208926 from andresilva/picom-next-2022-12-23
Browse files Browse the repository at this point in the history
picom-next: unstable-2022-09-29 -> unstable-2022-12-23
  • Loading branch information
andresilva authored Jan 4, 2023
2 parents b028f47 + 4e3bd40 commit f289c49
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/applications/window-managers/picom/picom-next.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ picom, lib, fetchFromGitHub }:
{ pcre, pcre2, picom, lib, fetchFromGitHub }:

picom.overrideAttrs (oldAttrs: rec {
pname = "picom-next";
version = "unstable-2022-09-29";
version = "unstable-2022-12-23";
buildInputs = [ pcre2 ] ++ lib.remove pcre oldAttrs.buildInputs;
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "0fe4e0a1d4e2c77efac632b15f9a911e47fbadf3";
sha256 = "1slcmayja8cszapxzs83xl1i9n9q0dz79cn5gzzf4mfcwvnxp8km";
rev = "60ac2b64db78363fe04189cc734daea3d721d87e";
sha256 = "09s8kgczks01xbvg3qxqi2rz3lkzgdfyvhrj30mg6n11b6xfgi0d";
};
meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];
})

0 comments on commit f289c49

Please sign in to comment.