7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-Zvbb9pQpxbJZi0qcDU6f2jEgavl9cA7gIYU7NRXZ9fc=";
18 cargoHash = "sha256-vdq2nEFhvteQEqEZNbSegivvkU6cTxSmZLc6oaxLkwY=";
21 description = "Find and replace text in source files";
22 mainProgram = "ruplacer";
23 homepage = "https://github.com/TankerHQ/ruplacer";
24 license = lib.licenses.bsd3;
25 maintainers = with lib.maintainers; [ Br1ght0ne ];