libarchive: fix patch hash

This commit is contained in:
Orivej Desh 2018-06-04 12:48:39 +00:00
parent b75d7ebd1d
commit 957810e04f

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
# LibreSSL patch; this is from upstream, and can be removed when the next release is made.
(fetchpatch {
url = "https://github.com/libarchive/libarchive/commit/5da00ad75b09e262774ec3675bbe4d5a4502a852.patch";
sha256 = "1r5n09dqhs5f8jx4iyqy06f0ryrxnbz60ww9aiww0j4gp5fs77qk";
sha256 = "0np1i9r6mfxmbksj7mmf5abpnmlmg63704p9z3ihjh2rnq596c1v";
})
];
@ -52,6 +52,8 @@ stdenv.mkDerivation rec {
-e 's|-llzo2|-L${lzo}/lib -llzo2|'
'';
enableParallelBuilding = true;
meta = {
description = "Multi-format archive and compression library";
longDescription = ''