File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule rec {
1111 pname = "doctl" ;
12- version = "1.125.1 " ;
12+ version = "1.127.0 " ;
1313
1414 vendorHash = null ;
1515
@@ -41,15 +41,15 @@ buildGoModule rec {
4141 src = fetchFromGitHub {
4242 owner = "digitalocean" ;
4343 repo = "doctl" ;
44- rev = "v${ version } " ;
45- sha256 = "sha256-9i8XtxCHnK+81JrjElv7lfS43vmzGBKoGAhsC/RHrz4 =" ;
44+ tag = "v${ version } " ;
45+ hash = "sha256-wdba3kly0Iqsqs0i+AGMsNtzO3dsFIZVc0g0arL/NfM =" ;
4646 } ;
4747
48- meta = with lib ; {
48+ meta = {
4949 description = "Command line tool for DigitalOcean services" ;
5050 mainProgram = "doctl" ;
5151 homepage = "https://github.com/digitalocean/doctl" ;
52- license = licenses . asl20 ;
53- maintainers = [ maintainers . siddharthist ] ;
52+ license = lib . licenses . asl20 ;
53+ maintainers = [ lib . maintainers . siddharthist ] ;
5454 } ;
5555}
You can’t perform that action at this time.
0 commit comments