Skip to content

Commit

Permalink
picom-pijulius: 8.2-unstable-2024-04-30 -> next-unstable-2024-06-13
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesStraten committed Jun 17, 2024
1 parent 3cbb7eb commit 39693ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pi/picom-pijulius/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
picom.overrideAttrs (previousAttrs: {
pname = "picom-pijulius";
version = "0-unstable-2024-06-13";
version = "vnext-unstable-2024-06-13";

src = fetchFromGitHub {
owner = "pijulius";
repo = "picom";
rev = "a0e818855daba0d2f11a298f7fd238f8a6049167";
hash = "sha256-w1SWYhPfFGX2EumEe8UBZA3atW4jvW54GsMYLGg59Ys=";
hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE=";
};

buildInputs = (previousAttrs.buildInputs or [ ]) ++ [ pcre ];
Expand All @@ -32,6 +32,6 @@ picom.overrideAttrs (previousAttrs: {
};

passthru.updateScript = unstableGitUpdater {
tagFormat = "([A-Za-z]+|[0-9]\.[0-9]|[0-9]-rc[0-9])";
tagFormat = "v([A-Z]+)([a-z]+)|v([1-9]).([1-9])|v([1-9])-rc([1-9])";
};
})

0 comments on commit 39693ae

Please sign in to comment.