8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-frsOfv98VdetlwgNA6O0KEhcCSY9tQeEwkl2am226ko=";
19 cargoHash = "sha256-2oZf2wim2h/krGZMg7Psxx0VLFE/Xf1d1vWqkVtjSmo=";
21 nativeBuildInputs = [ python3 ];
23 # fix for compilation on aarch64
24 # see https://github.com/NixOS/nixpkgs/issues/145726
30 description = "CLI tool to search and replace";
31 homepage = "https://github.com/ms-jpq/sad";
32 changelog = "https://github.com/ms-jpq/sad/releases/tag/v${version}";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];