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 4a21427 commit 090ca56Copy full SHA for 090ca56
pkgs/by-name/do/doctl/package.nix
@@ -2,7 +2,7 @@
2
3
buildGoModule rec {
4
pname = "doctl";
5
- version = "1.120.1";
+ version = "1.120.2";
6
7
vendorHash = null;
8
@@ -31,7 +31,7 @@ buildGoModule rec {
31
owner = "digitalocean";
32
repo = "doctl";
33
rev = "v${version}";
34
- sha256 = "sha256-14oBTAE5/bBSYce9esn9gdMW13CUhB5IKkw9v3Gn6Nc=";
+ sha256 = "sha256-zIpwR9tgv1vO2xI5DaLTY/eFuv91G4tlQAtJBi0pXfA=";
35
};
36
37
meta = with lib; {
0 commit comments