1 { lib, rustPlatform, fetchCrate, python3 }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-fAjJDHc6p/+a1RLricpNkww4JLJBAXNMfw1T2HmlxPg=";
12 cargoSha256 = "sha256-UvYRegfc/+cFx7kLuhQIYZGla5YCrWXKOsTMlV9c874=";
14 checkInputs = [ python3 ];
17 patchShebangs tests/editors/env-editor.py
21 description = "Rename your files using your favorite text editor";
22 homepage = "https://github.com/marcusbuffet/pipe-rename";
23 license = licenses.mit;
24 maintainers = with maintainers; [ figsoda ];
25 mainProgram = "renamer";