Skip to content

Commit e209487

Browse files
authored
check-sieve: 0.10 -> 0.10-unstable-2025-05-06 (#404823)
2 parents ed9159f + b9f3ecd commit e209487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/check-sieve/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
stdenv.mkDerivation rec {
1212
pname = "check-sieve";
13-
version = "0.10";
13+
version = "0.10-unstable-2025-05-06";
1414

1515
src = fetchFromGitHub {
1616
owner = "dburkart";
1717
repo = "check-sieve";
18-
tag = "check-sieve-${version}";
19-
hash = "sha256-UMtkiyRGX+/lL7a+c+iZHUJhg0nb4+puSPzM5W71F9o=";
18+
rev = "794c2b116078af59fa8b7bf7a00450f8de0f06de";
19+
hash = "sha256-jml+G253cqYco9vKXwI8LW7w/mN74lMthCzlRXl+SWc=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)