zpaqd: 7.07 -> 7.08
Fixes double close in r command to output file.
This commit is contained in:
parent
d87455a099
commit
7de7a35d59
|
@ -3,11 +3,10 @@ let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="zpaqd";
|
baseName="zpaqd";
|
||||||
version="707";
|
version="7.08";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688";
|
url="http://mattmahoney.net/dc/zpaqd708.zip";
|
||||||
url="http://mattmahoney.net/dc/zpaqd707.zip";
|
sha256="18mkfz7v73rp5l712107m3x5a3v6y0vjf47a6s3di8x416kbcp2a";
|
||||||
sha256="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688";
|
|
||||||
};
|
};
|
||||||
isUnix = with stdenv; isLinux || isGNU || isDarwin || isFreeBSD || isOpenBSD;
|
isUnix = with stdenv; isLinux || isGNU || isDarwin || isFreeBSD || isOpenBSD;
|
||||||
isx86 = stdenv.isi686 || stdenv.isx86_64;
|
isx86 = stdenv.isi686 || stdenv.isx86_64;
|
||||||
|
@ -44,7 +43,6 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (s) version;
|
|
||||||
description = "ZPAQ archive (de)compressor and algorithm development tool";
|
description = "ZPAQ archive (de)compressor and algorithm development tool";
|
||||||
license = licenses.gpl3Plus ;
|
license = licenses.gpl3Plus ;
|
||||||
maintainers = with maintainers; [ raskin nckx ];
|
maintainers = with maintainers; [ raskin nckx ];
|
||||||
|
|
Loading…
Reference in New Issue