taskwarrior3: use tag argument in fetchFromGitHub

This commit is contained in:
Doron Behar
2025-03-16 02:10:20 +02:00
parent 573c650e8a
commit 95f3c546f6
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "taskwarrior";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-aKDwRCJ1yopRdsPxnHhgOpSho1i8/dcAurI+XhpSbn4=";
fetchSubmodules = true;
};