mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
check-sieve: 0.10 -> 0.10-unstable-2025-05-06
Bumping to latest unstable for dovecot extension support.
This commit is contained in:
parent
842d88f66a
commit
b9f3ecd329
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "check-sieve";
|
pname = "check-sieve";
|
||||||
version = "0.10";
|
version = "0.10-unstable-2025-05-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dburkart";
|
owner = "dburkart";
|
||||||
repo = "check-sieve";
|
repo = "check-sieve";
|
||||||
tag = "check-sieve-${version}";
|
rev = "794c2b116078af59fa8b7bf7a00450f8de0f06de";
|
||||||
hash = "sha256-UMtkiyRGX+/lL7a+c+iZHUJhg0nb4+puSPzM5W71F9o=";
|
hash = "sha256-jml+G253cqYco9vKXwI8LW7w/mN74lMthCzlRXl+SWc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue