Skip to content

Commit

Permalink
zpaqd: 7.07 -> 7.08
Browse files Browse the repository at this point in the history
Fixes double close in r command to output file.
  • Loading branch information
nckx committed Jun 23, 2016
1 parent d87455a commit 7de7a35
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/tools/archivers/zpaq/zpaqd.nix
Expand Up @@ -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;
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 7de7a35

Please sign in to comment.