We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bda7db4 + 903014c commit 2038443Copy full SHA for 2038443
1 file changed
pkgs/top-level/perl-packages.nix
@@ -7453,10 +7453,10 @@ with self;
7453
7454
CryptURandom = buildPerlPackage {
7455
pname = "Crypt-URandom";
7456
- version = "0.54";
+ version = "0.55";
7457
src = fetchurl {
7458
- url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.54.tar.gz";
7459
- hash = "sha256-SnPNOUkzMo2khKrrhkXXNbNUZd9gEJ5VngoosGYFOlc=";
+ url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.55.tar.gz";
+ hash = "sha256-759EFBBzwTVz6FsUj/mpCJxFglt9ZgjYMuQmOJnTotQ=";
7460
};
7461
meta = {
7462
description = "Provide non blocking randomness";
0 commit comments