subxt: rev -> tag

This commit is contained in:
kilyanni
2026-05-03 01:54:32 +02:00
parent 2f8de8866c
commit 72911b31cd
+1 -1
View File
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "paritytech";
repo = "subxt";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-3yTX2H4T0nnA0Kh1Lx1/blK/Edd1ZOHQVEXiiOLxino=";
};