mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
perlPackages.UUID4Tiny: init at 0.002
Co-authored-by: lheckemann <git@sphalerite.org>
This commit is contained in:
parent
2e882e0903
commit
3c34e350c9
@ -24476,6 +24476,19 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
UUID4Tiny = buildPerlPackage {
|
||||
pname = "UUID4-Tiny";
|
||||
version = "0.002";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CV/CVLIBRARY/UUID4-Tiny-0.002.tar.gz";
|
||||
sha256 = "e7535b31e386d432dec7adde214348389e1d5cf753e7ed07f1ae04c4360840cf";
|
||||
};
|
||||
meta = {
|
||||
description = "Cryptographically secure v4 UUIDs for Linux x64";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
UUIDTiny = buildPerlPackage {
|
||||
pname = "UUID-Tiny";
|
||||
version = "1.04";
|
||||
|
Loading…
Reference in New Issue
Block a user