Commit a34f51fe authored by R. RyanTM's avatar R. RyanTM Committed by Austin Seipp
Browse files

spiped: 1.6.2 -> 1.6.3

parent a7a2612e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "spiped";
  version = "1.6.2";
  version = "1.6.3";

  src = fetchurl {
    url = "https://www.tarsnap.com/spiped/spiped-${version}.tgz";
    hash = "sha256-BdRofRLRHX+YiNQ/PYDFQbdyHJhwONCF9xyRuwYgRWc=";
    hash = "sha256-cMUwcNu7ENFEJ1Sur7AbCOyCkgPUECNkfb8aFDXuSmU=";
  };

  buildInputs = [ openssl ];