kaidan: replace rev with tag

This commit is contained in:
Sizhe Zhao
2025-07-07 15:43:46 +08:00
parent 20e9bce95f
commit 4e07d815aa
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
domain = "invent.kde.org";
owner = "network";
repo = "kaidan";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-8pC4vINeKSYY+LlVgCXUtBq9UjraPdTikBOwLBLeQ3Y=";
};