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 s = # Generated upstream information
rec { rec {
baseName="zpaq"; baseName="zpaq";
version="706"; version="707";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="0wn5hs02aac61rjbba3s6wibyk73f1mfcbqnf34hcpyj2gl5i59k"; hash="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
url="http://mattmahoney.net/dc/zpaq706.zip"; url="http://mattmahoney.net/dc/zpaq707.zip";
sha256="0wn5hs02aac61rjbba3s6wibyk73f1mfcbqnf34hcpyj2gl5i59k"; sha256="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
}; };
in in
stdenv.mkDerivation { stdenv.mkDerivation {