zpaq: 706 -> 707

Fixes v7.06 bug in creating multipart encrypted archives with
incorrectly salted index.
This commit is contained in:
Tobias Geerinckx-Rice 2016-03-20 22:55:21 +01:00
parent 12225d83be
commit d7a0a99f7f

View file

@ -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 {