Skip to content

Commit 8c86bf8

Browse files
authored
doctl: 1.120.1 -> 1.120.2 (NixOS#375003)
2 parents e236cf4 + 090ca56 commit 8c86bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildGoModule rec {
44
pname = "doctl";
5-
version = "1.120.1";
5+
version = "1.120.2";
66

77
vendorHash = null;
88

@@ -31,7 +31,7 @@ buildGoModule rec {
3131
owner = "digitalocean";
3232
repo = "doctl";
3333
rev = "v${version}";
34-
sha256 = "sha256-14oBTAE5/bBSYce9esn9gdMW13CUhB5IKkw9v3Gn6Nc=";
34+
sha256 = "sha256-zIpwR9tgv1vO2xI5DaLTY/eFuv91G4tlQAtJBi0pXfA=";
3535
};
3636

3737
meta = with lib; {

0 commit comments

Comments
 (0)