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