perl540Packages.CryptURandom: 0.39 -> to 0.54 (#432071)

This commit is contained in:
Marcus Ramberg
2025-08-27 08:53:52 +02:00
committed by GitHub
+3 -3
View File
@@ -7430,10 +7430,10 @@ with self;
CryptURandom = buildPerlPackage {
pname = "Crypt-URandom";
version = "0.39";
version = "0.54";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.39.tar.gz";
hash = "sha256-Jol7PPualWAJFRLWCHMaPVv08pn20Pj3LIXzmQEkQSI=";
url = "mirror://cpan/authors/id/D/DD/DDICK/Crypt-URandom-0.54.tar.gz";
hash = "sha256-SnPNOUkzMo2khKrrhkXXNbNUZd9gEJ5VngoosGYFOlc=";
};
meta = {
description = "Provide non blocking randomness";