dae: rev -> tag

This commit is contained in:
mivorasu
2025-07-27 16:03:21 +08:00
parent f66b243203
commit 3d0db7f0f9
+1 -1
View File
@@ -14,7 +14,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-RpbWZEoGrCq3Py0hu6YDie6ErDTLS3oabqScPzhCtm0=";
fetchSubmodules = true;
};