tagref: 1.12.1 -> 1.13.0

This commit is contained in:
R. Ryantm
2026-06-19 02:59:01 +00:00
parent f7df78e77a
commit f8d48069f0
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tagref";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = "tagref";
rev = "v${finalAttrs.version}";
sha256 = "sha256-tsiotSQsf3wlp5wlzV0MHavCieW9LMb3Ei+eKve0O/4=";
sha256 = "sha256-KaLJZysinEMTYr7Nsp/nbWpx3sze2sT4cyfcYiAC5yY=";
};
cargoHash = "sha256-3nGdM3Qv3y5byQI1Txv0VNi2cQZ7RP5tEXFWuom2SOY=";
cargoHash = "sha256-aL84/XHKH+TIsvS1Bud7RYvyMP5VAJaAi5bhjxAa7uI=";
meta = {
description = "Manage cross-references in your code";