tagref: 1.10.0 -> 1.11.0 (#507260)

This commit is contained in:
Nick Cao
2026-04-06 22:48:16 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tagref";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = "tagref";
rev = "v${finalAttrs.version}";
sha256 = "sha256-ANQxW5Qznu2JbiazFElB1sxpX4BwPgk6SVGgYpJ6DUw=";
sha256 = "sha256-DjxRK3Ih58vzxvPM0YmRkFU4fogiFsI/WrdHyAonQ7A=";
};
cargoHash = "sha256-XQ0/J8o9yqEGWH1Cy5VDkpsK60SS6JhYxMNsI08uI6U=";
cargoHash = "sha256-Pj86GQoIAf20F7z18Er7frX0aRacGNDQpeyUdr5kwz4=";
meta = {
description = "Manage cross-references in your code";