libxml2: 2.13.8 -> 2.14.3
https://discourse.gnome.org/t/libxml2-2-14-0-released/28025 https://discourse.gnome.org/t/libxml2-2-14-1-released/28170 https://discourse.gnome.org/t/libxml2-2-14-2-released/28426 https://discourse.gnome.org/t/libxml2-2-14-3-released/28862 Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libxml2";
|
||||
version = "2.13.8";
|
||||
version = "2.14.3";
|
||||
|
||||
outputs =
|
||||
[
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor finalAttrs.version}/libxml2-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-J3KUyzMRmrcbK8gfL0Rem8lDW4k60VuyzSsOhZoO6Eo=";
|
||||
hash = "sha256-beVcrMjCvHWPLvb5PDE8sw5N1dhKxdPHzL2TRNjMaDM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user