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:
Stig Palmquist 2026-06-18 14:07:12 +02:00
commit 9020587aa0

View file

@ -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";