1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

zpaq: 7.13 -> 7.14

This commit is contained in:
Tobias Geerinckx-Rice 2016-07-23 21:44:09 +02:00
parent 7c84bd121a
commit d21727991b
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, unzip }:
stdenv.mkDerivation rec {
name = "zpaq-${version}";
version = "7.13";
version = "7.14";
src = let
mungedVersion = with stdenv.lib; concatStrings (splitString "." version);
in fetchurl {
sha256 = "06fry12c92nxds2m5cd69h0cpxvp0mxhssagmjiwxpmgn57wy84i";
sha256 = "1xmmn5sy19yip8cbr3plhd7nh7x7k1b09lq2kqfcp6bndg7jxgby";
url = "http://mattmahoney.net/dc/zpaq${mungedVersion}.zip";
};