From 6b3c5f79faf64b36c488320239f3c150c663ce08 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 29 Aug 2025 21:22:33 +0100 Subject: [PATCH] pcre2: 10.44 -> 10.46 Changes: - https://github.com/PCRE2Project/pcre2/blob/pcre2-10.45/NEWS - https://github.com/PCRE2Project/pcre2/blob/pcre2-10.46/NEWS --- pkgs/development/libraries/pcre2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/pcre2/default.nix b/pkgs/development/libraries/pcre2/default.nix index 66d3b5f9ac1b..10b90dd98186 100644 --- a/pkgs/development/libraries/pcre2/default.nix +++ b/pkgs/development/libraries/pcre2/default.nix @@ -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 ];