doctl: 1.120.1 -> 1.120.2

This commit is contained in:
R. Ryantm 2025-01-19 10:11:32 +00:00
parent 4a21427ac9
commit 090ca56f44

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "doctl"; pname = "doctl";
version = "1.120.1"; version = "1.120.2";
vendorHash = null; vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean"; owner = "digitalocean";
repo = "doctl"; repo = "doctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-14oBTAE5/bBSYce9esn9gdMW13CUhB5IKkw9v3Gn6Nc="; sha256 = "sha256-zIpwR9tgv1vO2xI5DaLTY/eFuv91G4tlQAtJBi0pXfA=";
}; };
meta = with lib; { meta = with lib; {