13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-TQwDvkWWlk09kVVaVI56isJi+X9UXWnoz+2PVyK9BGc=";
24 cargoSha256 = "sha256-2uyMA2nIOPkc5+qImFn3eUVq2AxHu3Xj91TpkKswjao=";
40 description = "A simple but powerful and fast bulk file renamer";
41 homepage = "https://github.com/qarmin/szyszka";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ kranzes ];