3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.UUIDURandom: init at 0.001

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 12:29:01 +01:00 committed by thomassdk
parent db66f2d066
commit f8d9a39522

View file

@ -23658,6 +23658,21 @@ let
}; };
}; };
UUIDURandom = buildPerlPackage {
pname = "UUID-URandom";
version = "0.001";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/UUID-URandom-0.001.tar.gz";
sha256 = "3f13631b13b9604fb489e2989490c99f103743a837239bdafae9d6baf55f8f46";
};
propagatedBuildInputs = [ CryptURandom ];
meta = {
homepage = "https://github.com/dagolden/UUID-URandom";
description = "UUIDs based on /dev/urandom or the Windows Crypto API";
license = lib.licenses.asl20;
};
};
VariableMagic = buildPerlPackage { VariableMagic = buildPerlPackage {
pname = "Variable-Magic"; pname = "Variable-Magic";
version = "0.62"; version = "0.62";