Unverified Commit 81d33d17 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

tarsnap: 1.0.40 -> 1.0.41 (#392095)

parents 8c4cc63c 13eec743
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "tarsnap";
  version = "1.0.40";
  version = "1.0.41";

  src = fetchurl {
    url = "https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz";
    sha256 = "1mbzq81l4my5wdhyxyma04sblr43m8p7ryycbpi6n78w1hwfbjmw";
    hash = "sha256-vr2+Hm6RIzdVvrQu8LStvv2Vc0VSWPAJ+zMVVseZs9A=";
  };

  preConfigure = ''