about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-05 03:23:59 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-05 03:25:45 +0200
commit56ff116f2a9e1be08596bf72baac4bdec5851692 (patch)
tree29b359b1790768966b1c30a2b8cdd171ab665661 /pkgs/tools
parent95afec55a2cdecec937d13bde49b9fe11ce02929 (diff)
downloadnixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar.gz
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar.bz2
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar.lz
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar.xz
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.tar.zst
nixlib-56ff116f2a9e1be08596bf72baac4bdec5851692.zip
zpaq: 7.07 -> 7.08
Changes:
- Removes multi-part archive support, -nodelete, add -test, and
  -key prompt.
- Updated to libzpaq v7.08 (smaller decoder buffer).
- Updated Makefile to link libzpaq.o statically.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/archivers/zpaq/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/archivers/zpaq/default.nix b/pkgs/tools/archivers/zpaq/default.nix
index 011793248cd7..ed0cd8086341 100644
--- a/pkgs/tools/archivers/zpaq/default.nix
+++ b/pkgs/tools/archivers/zpaq/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="zpaq";
-    version="707";
+    version="708";
     name="${baseName}-${version}";
-    hash="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
-    url="http://mattmahoney.net/dc/zpaq707.zip";
-    sha256="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
+    hash="15qvsr7mmb77n1gfyr2h1mkql6m8a313z2f1j9qv50qiivw2v4i6";
+    url="http://mattmahoney.net/dc/zpaq708.zip";
+    sha256="15qvsr7mmb77n1gfyr2h1mkql6m8a313z2f1j9qv50qiivw2v4i6";
   };
 in
 stdenv.mkDerivation {