expat: 2.6.4 -> 2.7.0

https://github.com/libexpat/libexpat/blob/R_2_7_0/expat/Changes
This commit is contained in:
misilelaboratory
2025-03-15 17:06:18 +09:00
committed by misilelab
parent c522bc7c03
commit 102f4b0e09
+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;