pcre2: 10.44 -> 10.46 (#438376)

This commit is contained in:
Emily
2025-09-12 00:53:13 +01:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "pcre2";
version = "10.44";
version = "10.46";
src = fetchurl {
url = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2";
hash = "sha256-008C4RPPcZOh6/J3DTrFJwiNSF1OBH7RDl0hfG713pY=";
hash = "sha256-FfvFq6a+7gsXrssEYCrjlDI5OroevY45t8q/fbiDKZ8=";
};
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];