From 102f4b0e09a3e4bd68046253ca058d2c229bb6ec Mon Sep 17 00:00:00 2001 From: misilelaboratory Date: Sat, 15 Mar 2025 17:03:00 +0900 Subject: [PATCH] expat: 2.6.4 -> 2.7.0 https://github.com/libexpat/libexpat/blob/R_2_7_0/expat/Changes --- pkgs/by-name/ex/expat/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ex/expat/package.nix b/pkgs/by-name/ex/expat/package.nix index c58856b24772..66617a03b59d 100644 --- a/pkgs/by-name/ex/expat/package.nix +++ b/pkgs/by-name/ex/expat/package.nix @@ -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;