1 { lib, buildDunePackage, fetchurl, cstruct }:
10 url = "https://github.com/hannesm/randomconv/releases/download/v${version}/randomconv-v${version}.tbz";
11 sha256 = "1iv3r0s5kqxs893b0d55f0r62k777haiahfkkvvfbqwgqsm6la4v";
14 propagatedBuildInputs = [ cstruct ];
17 homepage = "https://github.com/hannesm/randomconv";
18 description = "Convert from random bytes to random native numbers";
19 license = lib.licenses.isc;
20 maintainers = [ lib.maintainers.vbgl ];