zinit: use tag instead of refs/tags

This commit is contained in:
Moraxyc
2025-01-04 14:56:25 +08:00
parent a2792016c8
commit d8401b9b18
+1 -1
View File
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "zdharma-continuum";
repo = finalAttrs.pname;
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-fnBV0LmC/wJm0pOITJ1mhiBqsg2F8AQJWvn0p/Bgo5Q=";
};