File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
15
15
src = fetchFromGitHub {
16
16
owner = "goharbor" ;
17
17
repo = "harbor-cli" ;
18
- rev = "v${ finalAttrs . version } " ;
18
+ tag = "v${ finalAttrs . version } " ;
19
19
hash = "sha256-7Fi4FeWsLwTtNZhD8TfSBTMr/LKzUm6UO4aWC0eJFtQ=" ;
20
20
} ;
21
21
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildGoModule (finalAttrs: {
14
14
src = fetchFromGitHub {
15
15
owner = "okteto" ;
16
16
repo = "okteto" ;
17
- rev = finalAttrs . version ;
17
+ tag = finalAttrs . version ;
18
18
hash = "sha256-gGtQrhetIWV7ZvnmPYcGzz718uGyAdRiraiKODrJS4w=" ;
19
19
} ;
20
20
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildNpmPackage (finalAttrs: {
17
17
src = fetchFromGitHub {
18
18
owner = "microsoft" ;
19
19
repo = "vscode-vsce" ;
20
- rev = "v${ finalAttrs . version } " ;
20
+ tag = "v${ finalAttrs . version } " ;
21
21
hash = "sha256-6Tt7IewbCLHG8DVoD8PV6VmrNu3MCUHITgYFq9smvOo=" ;
22
22
} ;
23
23
You can’t perform that action at this time.
0 commit comments