13 src = fetchFromGitHub {
17 hash = "sha256-o3A7VDH6rpJmCBu8ZPfPllMm1rAN1tNrz2eUyd2Tjjs=";
22 passthru.updateScript = nix-update-script { };
25 platforms = lib.platforms.all;
26 mainProgram = "rnd-name";
27 description = "Random strings that are easy to recognize";
28 homepage = "https://github.com/mrhenry/rnd-name";
29 changelog = "https://github.com/mrhenry/rnd-name/releases/tag/v${version}";
30 license = lib.licenses.mit0;
31 maintainers = with lib.maintainers; [ fd ];