From 4564ed7a7618d93e986d0d11393b260c67d9af2e Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:56:00 +0200 Subject: [PATCH] pcre2: 10.46 -> 10.47 changelog: https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.47 diff: https://github.com/PCRE2Project/pcre2/compare/pcre2-10.46...pcre2-10.47 --- 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 89fdc25b7982..362f78bad0e3 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.46"; + version = "10.47"; src = fetchurl { url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"; - hash = "sha256-FfvFq6a+7gsXrssEYCrjlDI5OroevY45t8q/fbiDKZ8="; + hash = "sha256-R/6MmUYSUNQviebo/a66naBXhV0G63/AjZygP9CNe8c="; }; nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];