We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7691944 commit bbf8e5dCopy full SHA for bbf8e5d
pkgs/by-name/ha/harbor-cli/package.nix
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
15
src = fetchFromGitHub {
16
owner = "goharbor";
17
repo = "harbor-cli";
18
- rev = "v${finalAttrs.version}";
+ tag = "v${finalAttrs.version}";
19
hash = "sha256-7Fi4FeWsLwTtNZhD8TfSBTMr/LKzUm6UO4aWC0eJFtQ=";
20
};
21
0 commit comments