1 { lib, fetchFromGitHub, rustPlatform }:
2 rustPlatform.buildRustPackage rec {
6 src = fetchFromGitHub {
10 sha256 = "sha256-PZ5ymYXn19PnvimofODh6su9zHdVoa3T7RCWPSO1Z6w=";
13 cargoSha256 = "sha256-6siqfAWFoOomqcRvW+iku28FbyKCHiDzMVIUwWP8hJM=";
16 description = "Tagref helps you refer to other locations in your codebase.";
17 homepage = "https://github.com/stepchowfun/tagref";
18 license = licenses.mit;
19 maintainers = [ maintainers.yusdacra ];
20 platforms = platforms.unix;