expat: 2.6.2 -> 2.6.3 (#341018)

Merge into staging-24.05.
This commit is contained in:
Vladimír Čunát
2024-09-11 09:25:12 +02:00

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;