pcre2: 10.46 -> 10.47, modernize (#506980)

This commit is contained in:
Vladimír Čunát
2026-07-03 10:15:27 +00:00
committed by GitHub

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "pcre2";
version = "10.46";
version = "10.47";
src = fetchurl {
url = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2";
hash = "sha256-FfvFq6a+7gsXrssEYCrjlDI5OroevY45t8q/fbiDKZ8=";
url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2";
hash = "sha256-R/6MmUYSUNQviebo/a66naBXhV0G63/AjZygP9CNe8c=";
};
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.pcre.org/";
changelog = "https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-${version}";
description = "Perl Compatible Regular Expressions";
license = lib.licenses.bsd3;
maintainers = [ ];