check-sieve: 0.10-unstable-2025-05-06 -> 0.11

https://github.com/dburkart/check-sieve/blob/check-sieve-0.11/ChangeLog
This commit is contained in:
Martin Weinelt
2025-06-29 00:22:55 +02:00
parent 71678fd00a
commit d6bd678fa8
+4 -4
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "check-sieve";
version = "0.10-unstable-2025-05-06";
version = "0.11";
src = fetchFromGitHub {
owner = "dburkart";
repo = "check-sieve";
rev = "794c2b116078af59fa8b7bf7a00450f8de0f06de";
hash = "sha256-jml+G253cqYco9vKXwI8LW7w/mN74lMthCzlRXl+SWc=";
tag = "check-sieve-${version}";
hash = "sha256-vmfHXjcZ5J/+kO3/a0p8krLOuC67+q8SxcPJgW+UaTw=";
};
nativeBuildInputs = [
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Syntax checker for mail sieves";
mainProgram = "check-sieve";
homepage = "https://github.com/dburkart/check-sieve";
changelog = "https://github.com/dburkart/check-sieve/blob/master/ChangeLog";
changelog = "https://github.com/dburkart/check-sieve/blob/${src.tag}/ChangeLog";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ eilvelia ];