From 6bc5b3f5ad49de4b761a559879da566a1e33504a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Feb 2025 13:47:32 +0000 Subject: [PATCH] pcre2: 10.44 -> 10.45 --- 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 3667510d9a100..ae9070a428a4d 100644 --- a/pkgs/development/libraries/pcre2/default.nix +++ b/pkgs/development/libraries/pcre2/default.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "pcre2"; - version = "10.44"; + version = "10.45"; src = fetchurl { url = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"; - hash = "sha256-008C4RPPcZOh6/J3DTrFJwiNSF1OBH7RDl0hfG713pY="; + hash = "sha256-IVR/NRYSDHVZflswqZLielkqMZULUUDnuL/ePxkgM8Q="; }; nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];