mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libxml2: 2.9.1 -> 2.9.2 (CVE-2014-3660) fixes #4679
This commit is contained in:
parent
c8be814f25
commit
3e81fe92e4
@ -5,7 +5,7 @@ assert pythonSupport -> python != null;
|
||||
#TODO: share most stuff between python and non-python builds, perhaps via multiple-output
|
||||
|
||||
let
|
||||
version = "2.9.1";
|
||||
version = "2.9.2";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://xmlsoft.org/libxml2/${name}.tar.gz";
|
||||
sha256 = "1nqgd1qqmg0cg09mch78m2ac9klj9n87blilx4kymi7jcv5n8g7x";
|
||||
sha256 = "1g6mf03xcabmk5ing1lwqmasr803616gb2xhn7pll10x2l5w6y2i";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional pythonSupport python
|
||||
|
Loading…
Reference in New Issue
Block a user