Skip to content

Commit 903014c

Browse files
LeSuissegithub-actions[bot]
authored andcommitted
perlPackages.CryptURandom: 0.54 -> 0.55
Fixes CVE-2026-2474 Fixes #491497 https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes (cherry picked from commit affe193)
1 parent 27c573d commit 903014c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/top-level/perl-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7453,10 +7453,10 @@ with self;
74537453

74547454
CryptURandom = buildPerlPackage {
74557455
pname = "Crypt-URandom";
7456-
version = "0.54";
7456+
version = "0.55";
74577457
src = fetchurl {
7458-
url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.54.tar.gz";
7459-
hash = "sha256-SnPNOUkzMo2khKrrhkXXNbNUZd9gEJ5VngoosGYFOlc=";
7458+
url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.55.tar.gz";
7459+
hash = "sha256-759EFBBzwTVz6FsUj/mpCJxFglt9ZgjYMuQmOJnTotQ=";
74607460
};
74617461
meta = {
74627462
description = "Provide non blocking randomness";

0 commit comments

Comments
 (0)