mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.NetStatsd: 0.12 -> 0.13
Fixes CVE-2026-46739. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
7a4c9efd01
commit
9020587aa0
1 changed files with 3 additions and 3 deletions
|
|
@ -26365,10 +26365,10 @@ with self;
|
|||
|
||||
NetStatsd = buildPerlPackage {
|
||||
pname = "Net-Statsd";
|
||||
version = "0.12";
|
||||
version = "0.13";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CO/COSIMO/Net-Statsd-0.12.tar.gz";
|
||||
hash = "sha256-Y+RTYD2hZbxtHEygtV7aPSIE8EDFkwSkd4LFqniGVlw=";
|
||||
url = "mirror://cpan/authors/id/C/CO/COSIMO/Net-Statsd-0.13.tar.gz";
|
||||
hash = "sha256-xKYP9dP002ompqR3YxGI7HnNzp4wUMZ6NOm1rikgoQA=";
|
||||
};
|
||||
meta = {
|
||||
description = "Perl client for Etsy's statsd daemon";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue