summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/zpaq
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-20 22:55:21 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-20 23:20:56 +0100
commitd7a0a99f7fbcdb1af3bfc3dadf4fc04f6b6ece4f (patch)
tree882b901fd86e158f7b1b6c69651f061d1455b10d /pkgs/tools/archivers/zpaq
parent12225d83be7060a54b317b7fe1db946cd1730f29 (diff)
zpaq: 706 -> 707
Fixes v7.06 bug in creating multipart encrypted archives with incorrectly salted index.
Diffstat (limited to 'pkgs/tools/archivers/zpaq')
-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 fe5dc54a27dc..011793248cd7 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="706";
+ version="707";
name="${baseName}-${version}";
- hash="0wn5hs02aac61rjbba3s6wibyk73f1mfcbqnf34hcpyj2gl5i59k";
- url="http://mattmahoney.net/dc/zpaq706.zip";
- sha256="0wn5hs02aac61rjbba3s6wibyk73f1mfcbqnf34hcpyj2gl5i59k";
+ hash="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
+ url="http://mattmahoney.net/dc/zpaq707.zip";
+ sha256="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
};
in
stdenv.mkDerivation {