mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.Starlet: 0.31 -> 0.32
Fixes CVE-2026-40561. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
4b37127ec0
commit
d22c1175af
1 changed files with 3 additions and 3 deletions
|
|
@ -31505,10 +31505,10 @@ with self;
|
|||
|
||||
Starlet = buildPerlPackage {
|
||||
pname = "Starlet";
|
||||
version = "0.31";
|
||||
version = "0.32";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KA/KAZUHO/Starlet-0.31.tar.gz";
|
||||
hash = "sha256-uWA7jmKIDLRYL2p5Oer+xl5u/T2QDyx900Ll9MaNYtg=";
|
||||
url = "mirror://cpan/authors/id/K/KA/KAZUHO/Starlet-0.32.tar.gz";
|
||||
hash = "sha256-gZI9OmCX3YHH4Og9SBvuof89ZejgHY0f59yziFV1vY8=";
|
||||
};
|
||||
buildInputs = [
|
||||
LWP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue