Skip to content

Commit 8e8aad3

Browse files
authored
doctl: 1.125.1 -> 1.127.0 (#408099)
2 parents 34a396a + 77d66b5 commit 8e8aad3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/do/doctl/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildGoModule 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
}

0 commit comments

Comments
 (0)