lol

zpaqd: 7.07 -> 7.08

Fixes double close in r command to output file.

+3 -5
+3 -5
pkgs/tools/archivers/zpaq/zpaqd.nix
··· 3 3 s = # Generated upstream information 4 4 rec { 5 5 baseName="zpaqd"; 6 - version="707"; 6 + version="7.08"; 7 7 name="${baseName}-${version}"; 8 - hash="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688"; 9 - url="http://mattmahoney.net/dc/zpaqd707.zip"; 10 - sha256="0012jzs2gk232shgx60323jd3g1i5ab5sjydynz2d1k3dkjxs688"; 8 + url="http://mattmahoney.net/dc/zpaqd708.zip"; 9 + sha256="18mkfz7v73rp5l712107m3x5a3v6y0vjf47a6s3di8x416kbcp2a"; 11 10 }; 12 11 isUnix = with stdenv; isLinux || isGNU || isDarwin || isFreeBSD || isOpenBSD; 13 12 isx86 = stdenv.isi686 || stdenv.isx86_64; ··· 44 43 ''; 45 44 46 45 meta = with stdenv.lib; { 47 - inherit (s) version; 48 46 description = "ZPAQ archive (de)compressor and algorithm development tool"; 49 47 license = licenses.gpl3Plus ; 50 48 maintainers = with maintainers; [ raskin nckx ];