check-sieve: 1.0.0 -> 1.0.1 (#509187)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-12 12:26:07 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "check-sieve";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "dburkart";
repo = "check-sieve";
tag = "v${finalAttrs.version}";
hash = "sha256-dElVfLSVtlELleuxCScR6BGuLsJ+KRqcNA8y0lgrBfI=";
hash = "sha256-kNHRid87RW+tm3nmMEe8Y5dcgLZMHICzY2rgWlK3h0M=";
};
nativeBuildInputs = [