Skip to content

Commit

Permalink
picom-pijulius: 8.2-unstable-2024-04-30 -> Next-unstable-2024-06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesStraten committed Jun 3, 2024
1 parent d7aefbf commit 36ecbf1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pkgs/by-name/pi/picom-pijulius/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
picom,
lib,
fetchFromGitHub,
pcre
pcre,
nix-update-script
}:
picom.overrideAttrs (previousAttrs: {
pname = "picom-pijulius";
version = "8.2-unstable-2024-04-30";
version = "Next-unstable-2024-06-01";

src = fetchFromGitHub {
owner = "pijulius";
repo = "picom";
rev = "e7b14886ae644aaa657383f7c4f44be7797fd5f6";
hash = "sha256-YQVp5HicO+jbvCYSY+hjDTnXCU6aS3aCvbux6NFcJ/Y=";
rev = "3fbe856b6acee59b20eadf7b57705bc5ca397210";
hash = "sha256-u7LwlkCXCuWURcKqPJZFKqiDBHRtg7wsKoJ8c3O+Ry0=";
};

buildInputs = (previousAttrs.buildInputs or [ ]) ++ [ pcre ];
Expand All @@ -29,4 +30,11 @@ picom.overrideAttrs (previousAttrs: {
homepage = "https://github.com/pijulius/picom";
maintainers = with lib.maintainers; [ YvesStraten ];
};

passthru.updateScript = nix-update-script {
extraArgs = [
"--version"
"branch"
];
};
})

0 comments on commit 36ecbf1

Please sign in to comment.