[cpan2nix] perlPackages.MathRandomSecure: 0.06 -> 0.080001
This commit is contained in:
parent
9b7f583dd4
commit
d79df4478e
|
@ -8939,13 +8939,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
MathRandomSecure = buildPerlPackage {
|
MathRandomSecure = buildPerlPackage {
|
||||||
name = "Math-Random-Secure-0.06";
|
name = "Math-Random-Secure-0.080001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MK/MKANAT/Math-Random-Secure-0.06.tar.gz;
|
url = mirror://cpan/authors/id/F/FR/FREW/Math-Random-Secure-0.080001.tar.gz;
|
||||||
sha256 = "0392h78l3shkba9l2c43rgz6sm5qv7pzdylgb7gp9milprn77crc";
|
sha256 = "0dgbf4ncll4kmgkyb9fsaxn0vf2smc9dmwqzgh3259zc2zla995z";
|
||||||
};
|
};
|
||||||
buildInputs = [ ListMoreUtils TestWarn ];
|
buildInputs = [ ListMoreUtils TestSharedFork TestWarn ];
|
||||||
propagatedBuildInputs = [ AnyMoose CryptRandomSource MathRandomISAAC ];
|
propagatedBuildInputs = [ CryptRandomSource MathRandomISAAC ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cryptographically-secure, cross-platform replacement for rand()";
|
description = "Cryptographically-secure, cross-platform replacement for rand()";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
|
|
Loading…
Reference in New Issue