libarchive: *permanently* fix patch source and hash
Unfortunately github's *.patch URIs contain version of git generating them, which changes from time to time. It seems that *.diff doesn't suffer from that. Conflicts: pkgs/development/libraries/libarchive/default.nix
This commit is contained in:
parent
5cc4f3a260
commit
42ef963cd2
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [(fetchurl {
|
patches = [(fetchurl {
|
||||||
url = "https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.patch";
|
url = "https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.diff";
|
||||||
sha256 = "0c1a0prlpq5nn7zgs7cqvw9xnmhkkc8l0mpsip86k1lafircqhzh";
|
sha256 = "1466ddrkdh2r8idmj3v7fk2gwnhc1kdxvyczdpnqms0qlmas6fj5";
|
||||||
name = "CVE-2013-0211.patch";
|
name = "CVE-2013-0211.patch";
|
||||||
})];
|
})];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user