7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "1zz91r37d6nqvdy29syq853krqdkigiqihwz7ww9kvagfvzvdh13";
18 cargoSha256 = "1ikm9fqi37jznln2xsyzfm625lv8kwjzanpm3wglx2s1k1jkmcy9";
20 postInstall = "make PREFIX=$out copy-data";
23 description = "A 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 ];