mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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 {
|
||||
pname = "check-sieve";
|
||||
version = "0.10";
|
||||
version = "0.10-unstable-2025-05-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dburkart";
|
||||
repo = "check-sieve";
|
||||
tag = "check-sieve-${version}";
|
||||
hash = "sha256-UMtkiyRGX+/lL7a+c+iZHUJhg0nb4+puSPzM5W71F9o=";
|
||||
rev = "794c2b116078af59fa8b7bf7a00450f8de0f06de";
|
||||
hash = "sha256-jml+G253cqYco9vKXwI8LW7w/mN74lMthCzlRXl+SWc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue