forked from mirrors/nixpkgs
nixpkgs: spiped 1.4.1 -> 1.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
36db12ca31
commit
2c55798f1a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "spiped-${version}";
|
name = "spiped-${version}";
|
||||||
version = "1.4.1";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.tarsnap.com/spiped/${name}.tgz";
|
url = "http://www.tarsnap.com/spiped/${name}.tgz";
|
||||||
sha256 = "1y642mn4jz2h83vhkji0l42r2l1hbzbwwlplc3xmr66zjj54psqf";
|
sha256 = "1mxcbxifr3bnj6ga8lz88y4bhff016i6kjdzwbb3gzb2zcs4pxxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue