scion: replace rev with tag

This commit is contained in:
Sizhe Zhao
2025-07-05 15:09:26 +08:00
parent c9ec396da2
commit 984c34799d
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "scionproto";
repo = "scion";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-J51GIQQhS623wFUU5dI/TwT2rkDH69518lpdCLZ/iM0=";
};