From aee934b3aaaba33f96a153b1706728320d8c2357 Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Thu, 7 Jan 2016 06:24:37 +0100 Subject: libxml2: security update 2.9.2 -> 2.9.3 (close #12197) --- pkgs/development/libraries/libxml2/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'pkgs/development/libraries/libxml2/default.nix') diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 2fdc198aa11..cac8f10d37a 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -4,16 +4,13 @@ assert pythonSupport -> python != null; #TODO: share most stuff between python and non-python builds, perhaps via multiple-output -let - version = "2.9.2"; -in - stdenv.mkDerivation (rec { name = "libxml2-${version}"; + version = "2.9.3"; src = fetchurl { url = "http://xmlsoft.org/sources/${name}.tar.gz"; - sha256 = "1g6mf03xcabmk5ing1lwqmasr803616gb2xhn7pll10x2l5w6y2i"; + sha256 = "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad"; }; outputs = [ "out" "doc" ]; @@ -48,4 +45,3 @@ stdenv.mkDerivation (rec { } // stdenv.lib.optionalAttrs (!pythonSupport) { configureFlags = "--with-python=no"; # otherwise build impurity bites us }) - -- cgit 1.4.1