We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842d88f commit b9f3ecdCopy full SHA for b9f3ecd
pkgs/by-name/ch/check-sieve/package.nix
@@ -10,13 +10,13 @@
10
}:
11
stdenv.mkDerivation rec {
12
pname = "check-sieve";
13
- version = "0.10";
+ version = "0.10-unstable-2025-05-06";
14
15
src = fetchFromGitHub {
16
owner = "dburkart";
17
repo = "check-sieve";
18
- tag = "check-sieve-${version}";
19
- hash = "sha256-UMtkiyRGX+/lL7a+c+iZHUJhg0nb4+puSPzM5W71F9o=";
+ rev = "794c2b116078af59fa8b7bf7a00450f8de0f06de";
+ hash = "sha256-jml+G253cqYco9vKXwI8LW7w/mN74lMthCzlRXl+SWc=";
20
};
21
22
nativeBuildInputs = [
0 commit comments