Jan Tojnar 2024-03-16 14:21:12 +01:00
parent b00700a4e4
commit 3886fc9297
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ in
let
libxml = stdenv.mkDerivation (finalAttrs: rec {
pname = "libxml2";
version = "2.12.5";
version = "2.12.6";
outputs = [ "bin" "dev" "out" "doc" ]
++ lib.optional pythonSupport "py"
@ -44,7 +44,7 @@ libxml = stdenv.mkDerivation (finalAttrs: rec {
src = fetchurl {
url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz";
hash = "sha256-qXJ5Zpav04Bz4PWcKDw6L1pWC1JotLq8ORsoYWZSayE=";
hash = "sha256-iJxZOogaPbX92WzJMYyH3zTrZI7fxFgnKtRv1gc1P7s=";
};
strictDeps = true;