Merge pull request #205529 from r-ryantm/auto-update/pcre2

pcre2: 10.40 -> 10.42
This commit is contained in:
Sergei Trofimovich 2022-12-18 14:21:12 +00:00 committed by GitHub
commit 425769fec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "pcre2";
version = "10.40";
version = "10.42";
src = fetchurl {
url = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2";
hash = "sha256-FOS4PEeDkz3BfpZDGOYyT3yuG8ddjzx5vGlp8AwVnWg=";
hash = "sha256-jTbNjLbqKkwrs1j/ZBGwx4hjOipF2rvxrrS3AdG16EA=";
};
configureFlags = [