6 rustPlatform.buildRustPackage rec {
7 pname = "rusty-diceware";
10 src = fetchFromGitLab {
11 owner = "yuvallanger";
12 repo = "rusty-diceware";
13 rev = "diceware-v${version}";
14 hash = "sha256-GDWvHHl4EztTaR0jI4XL1I9qE2KSL+q9C8IvLWQF4Ys=";
17 cargoHash = "sha256-5SAKrNgFG3O+hLKvEGhawyRi7wiEPWmxPsLtEX0OkDM=";
22 description = "Commandline diceware, with or without dice, written in Rustlang";
23 homepage = "https://gitlab.com/yuvallanger/rusty-diceware";
24 changelog = "https://gitlab.com/yuvallanger/rusty-diceware/-/blob/v${version}/CHANGELOG.md?ref_type=heads";
25 license = licenses.gpl3;
26 maintainers = with maintainers; [ cherrykitten ];
27 mainProgram = "diceware";