Skip to content

Commit bbf8e5d

Browse files
committed
harbor-cli: use tag in fetchers
1 parent 7691944 commit bbf8e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ha/harbor-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
1515
src = fetchFromGitHub {
1616
owner = "goharbor";
1717
repo = "harbor-cli";
18-
rev = "v${finalAttrs.version}";
18+
tag = "v${finalAttrs.version}";
1919
hash = "sha256-7Fi4FeWsLwTtNZhD8TfSBTMr/LKzUm6UO4aWC0eJFtQ=";
2020
};
2121

0 commit comments

Comments
 (0)