From 0a961e9a9eed30296f49663dc8a9f7baf918316d Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Mon, 8 Jun 2026 12:25:31 +0400 Subject: [PATCH] the-foundation: migrate to pcre2 Part of #356387 --- pkgs/by-name/th/the-foundation/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/th/the-foundation/package.nix b/pkgs/by-name/th/the-foundation/package.nix index c041ba532b99..399860371833 100644 --- a/pkgs/by-name/th/the-foundation/package.nix +++ b/pkgs/by-name/th/the-foundation/package.nix @@ -7,7 +7,7 @@ curl, libunistring, openssl, - pcre, + pcre2, zlib, }: @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { curl libunistring openssl - pcre + pcre2 zlib ];