zpaq: 7.12 -> 7.13

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-06 11:09:34 +02:00
parent b0f8349d95
commit 982f83d310
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.12";
version = "7.13";
src = let
mungedVersion = with stdenv.lib; concatStrings (splitString "." version);
in fetchurl {
sha256 = "1lgkxiinam80pqqyvs3x845k6kf0wgw121vz0gr8za4blb756n30";
sha256 = "06fry12c92nxds2m5cd69h0cpxvp0mxhssagmjiwxpmgn57wy84i";
url = "http://mattmahoney.net/dc/zpaq${mungedVersion}.zip";
};