1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-ANQxW5Qznu2JbiazFElB1sxpX4BwPgk6SVGgYpJ6DUw=";
14 cargoHash = "sha256-vdmr5n4M+Qe/jzjNdg+sy7q2osTivxmLG+xMTMkEFm4=";
17 description = "Manage cross-references in your code";
18 homepage = "https://github.com/stepchowfun/tagref";
19 license = licenses.mit;
20 maintainers = [ maintainers.yusdacra ];
21 platforms = platforms.unix;
22 mainProgram = "tagref";