expat: 2.6.4 -> 2.7.0 (#390052)

This commit is contained in:
Vladimír Čunát
2025-03-21 14:57:19 +01:00
+2 -2
View File
@@ -18,7 +18,7 @@
# files.
let
version = "2.6.4";
version = "2.7.0";
tag = "R_${lib.replaceStrings [ "." ] [ "_" ] version}";
in
stdenv.mkDerivation (finalAttrs: {
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
url =
with finalAttrs;
"https://github.com/libexpat/libexpat/releases/download/${tag}/${pname}-${version}.tar.xz";
hash = "sha256-ppVina4EcFWzfVCg/0d20dRdCkyELPTM7hWEQfVf9+4=";
hash = "sha256-Jd8T3SgZ6F+yehzgQxdytwR9cq+BrnjcJrTG4IBfSNE=";
};
strictDeps = true;