artalk: avoid tag/branch confusion

This commit is contained in:
Moraxyc 2024-07-10 22:47:02 +08:00
parent c4857177cb
commit 3bba86ca6b
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "ArtalkJS";
repo = "artalk";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-fOuZiFomXGvRUXkpEM3BpJyMOtSm6/RHd0a7dPOsoT4=";
};
web = fetchurl {