mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
picom-pijulius: 8.2-unstable-2024-06-13 -> 8.2-unstable-2024-07-01
This commit is contained in:
parent
24b44a1f13
commit
ba223032b1
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
|||
}:
|
||||
picom.overrideAttrs (previousAttrs: {
|
||||
pname = "picom-pijulius";
|
||||
version = "8.2-unstable-2024-06-13";
|
||||
version = "8.2-unstable-2024-07-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pijulius";
|
||||
repo = "picom";
|
||||
rev = "a0e818855daba0d2f11a298f7fd238f8a6049167";
|
||||
hash = "sha256-w1SWYhPfFGX2EumEe8UBZA3atW4jvW54GsMYLGg59Ys=";
|
||||
rev = "b8fe9323e7606709d692976a7fe7d2455b328bc6";
|
||||
hash = "sha256-bXeoWg1ZukXv+6ZNeRc8gGNsbtBztyW5lpfK0lQK+DE=";
|
||||
};
|
||||
|
||||
buildInputs = (previousAttrs.buildInputs or [ ]) ++ [ pcre ];
|
||||
|
|
Loading…
Reference in a new issue