perlPackages.StringUtil: 1.34 -> 1.36

Fixes CVE-2026-14895. Upstream switched from Module::Build to
ExtUtils::MakeMaker in 1.35.

Assisted-by: Claude Code (Claude Opus 5)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist
2026-08-08 15:49:28 +00:00
parent aa5e047da0
commit 11acdf3f30

View File

@@ -32174,14 +32174,13 @@ with self;
};
};
StringUtil = buildPerlModule {
StringUtil = buildPerlPackage {
pname = "String-Util";
version = "1.34";
version = "1.36";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BA/BAKERSCOT/String-Util-1.34.tar.gz";
hash = "sha256-MZzozWZTQeVlIfoVXZYqGTKOkNn3A2dlklzN4mclxGk=";
url = "mirror://cpan/authors/id/B/BA/BAKERSCOT/String-Util-1.36.tar.gz";
hash = "sha256-UXsasyVm/U1ei+I9mTOc47/+4pEsX/KfXclYcP9Pyw4=";
};
buildInputs = [ ModuleBuildTiny ];
meta = {
description = "String processing utility functions";
homepage = "https://github.com/scottchiefbaker/String-Util";