6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-tW86b9a7u1jyfmHjwjs+5DaUujRZH+VhGQsj0CBj0yk=";
17 cargoHash = "sha256-rVJAaeg27SdM8cTx12rKLIGEYtXUhLHXUYpT78oVNlo=";
19 postInstall = "make PREFIX=$out copy-data";
22 description = "CLI program for produce fake datas";
23 homepage = "https://github.com/mothsart/pouf";
24 changelog = "https://github.com/mothsart/pouf/releases/tag/${version}";
25 maintainers = with maintainers; [ mothsart ];
26 license = with licenses; [ mit ];