libarchive: patch checksum failure

Probably github changed some headers in their patch output.
I verified other sources for CVE2013-0211 and the patch seems the
same.
This commit is contained in:
Mathijs Kwik 2014-03-23 14:47:09 +01:00
parent 231f6c5460
commit 64e7ee4142

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
patches = [(fetchurl {
url = "https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.patch";
sha256 = "0c1a0prlpq5nn7zgs7cqvw9xnmhkkc8l0mpsip86k1lafircqhzh";
sha256 = "1y649pvilwx4jpjhyq5pfs2jb0ay01ylrn1y8098v785z0j82wml";
name = "CVE-2013-0211.patch";
})];