6 rustPlatform.buildRustPackage rec {
8 version = "0-unstable-2024-01-11";
10 src = fetchFromGitHub {
11 owner = "robenkleene";
13 rev = "50c40172e354caffee48932266edd7c7a76a20f";
14 hash = "sha256-zVIt6Xp+Mvym6gySvHIZJt1QgzKVP/wbTGTubWk6kzI=";
17 cargoHash = "sha256-pUy8850v4m9P5OuL15qxmDDQYYyae9HFXRbg3b4f3Lw=";
20 description = "Command-line utility that takes find-formatted lines and batch renames them";
21 homepage = "https://github.com/robenkleene/ren-find";
22 license = licenses.mit;
23 maintainers = with maintainers; [ philiptaron ];