Unverified Commit 607669ee authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 174e3552 906e61aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [