pcre2: 10.40 -> 10.42

This commit is contained in:
R. Ryantm 2022-12-14 06:09:03 +00:00
parent e156da2bdd
commit 44ab6c7eeb

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 = [