mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
artalk: avoid tag/branch confusion
This commit is contained in:
parent
c4857177cb
commit
3bba86ca6b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue