expat: 2.6.2 -> 2.6.3

Changes: https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes
(cherry picked from commit 41723c52fa)
This commit is contained in:
Sergei Trofimovich 2024-09-07 07:14:29 +01:00 committed by github-actions[bot]
parent 01ac90e2fd
commit fb7de0f563

View File

@ -16,7 +16,7 @@
# files.
let
version = "2.6.2";
version = "2.6.3";
tag = "R_${lib.replaceStrings ["."] ["_"] version}";
in
stdenv.mkDerivation (finalAttrs: {
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = with finalAttrs; "https://github.com/libexpat/libexpat/releases/download/${tag}/${pname}-${version}.tar.xz";
hash = "sha256-7hS0xdiQixvsN62TdgfqsYPU2YBqCK3uRyw8MSHSc2Q=";
hash = "sha256-J02yVKaXm95arUBHY6cElWlA5GWEPyqb2e168i4sDvw=";
};
strictDeps = true;