lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libxml2: 2.13.6 -> 2.13.8

Fixes CVE-2025-32415 [1] and CVE-2025-32414 [2]

Release notes: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.8

[1] https://gitlab.gnome.org/GNOME/libxml2/-/issues/890
[2] https://gitlab.gnome.org/GNOME/libxml2/-/issues/889

+2 -2
+2 -2
pkgs/development/libraries/libxml2/default.nix
··· 33 33 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "libxml2"; 36 - version = "2.13.6"; 36 + version = "2.13.8"; 37 37 38 38 outputs = 39 39 [ ··· 48 48 49 49 src = fetchurl { 50 50 url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor finalAttrs.version}/libxml2-${finalAttrs.version}.tar.xz"; 51 - hash = "sha256-9FNIAwdSSWj3oE7GXmTyqDqCWXO80mCi52kb6CrnDJY="; 51 + hash = "sha256-J3KUyzMRmrcbK8gfL0Rem8lDW4k60VuyzSsOhZoO6Eo="; 52 52 }; 53 53 54 54 strictDeps = true;