zpaq: 706 -> 707
Fixes v7.06 bug in creating multipart encrypted archives with incorrectly salted index.
This commit is contained in:
parent
12225d83be
commit
d7a0a99f7f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user