mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
zpaqd: 7.07 -> 7.08
Fixes double close in r command to output file.
This commit is contained in:
parent
d87455a099
commit
7de7a35d59
1 changed files with 3 additions and 5 deletions
|
@ -3,11 +3,10 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="zpaqd";
|
||||
version="707";
|
||||
version="7.08";
|
||||
name="${baseName}-${version}";
|
||||
hash="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688";
|
||||
url="http://mattmahoney.net/dc/zpaqd707.zip";
|
||||
sha256="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688";
|
||||
url="http://mattmahoney.net/dc/zpaqd708.zip";
|
||||
sha256="18mkfz7v73rp5l712107m3x5a3v6y0vjf47a6s3di8x416kbcp2a";
|
||||
};
|
||||
isUnix = with stdenv; isLinux || isGNU || isDarwin || isFreeBSD || isOpenBSD;
|
||||
isx86 = stdenv.isi686 || stdenv.isx86_64;
|
||||
|
@ -44,7 +43,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (s) version;
|
||||
description = "ZPAQ archive (de)compressor and algorithm development tool";
|
||||
license = licenses.gpl3Plus ;
|
||||
maintainers = with maintainers; [ raskin nckx ];
|
||||
|
|
Loading…
Reference in a new issue