mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user