7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "facebookincubator";
15 sha256 = "0nrh6h5imbpl7i0sqqm16x9ggazww5739vng1ay1v6sgbbs0a095";
18 cargoSha256 = "18bspi59vfnqijxgipmv2h6h5iy7qynpk1ph46yhjsnndjlxxcba";
20 buildInputs = lib.optional stdenv.isDarwin Security;
23 description = "A utility that makes sweeping changes to large, shared code bases";
24 homepage = "https://github.com/facebookincubator/fastmod";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ jduan ];