about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-27 18:28:30 +0900
committerGitHub <noreply@github.com>2023-10-27 18:28:30 +0900
commit447d4bb5411740b7736adeaffd87a71c42089f0b (patch)
tree850618b969f5dd97b6ed0f731e474e60792d1a15 /pkgs
parenta365cca12f74e8cd7e412f259fdef36c940d2748 (diff)
parent08e942a74daef2d49d5c2661a2fc8af8d99f7fcf (diff)
Merge pull request #261787 from r-ryantm/auto-update/doctl
doctl: 1.99.0 -> 1.100.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/doctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/doctl/default.nix b/pkgs/development/tools/doctl/default.nix
index 31e6a3e71d54d..074d4f54745eb 100644
--- a/pkgs/development/tools/doctl/default.nix
+++ b/pkgs/development/tools/doctl/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "doctl";
-  version = "1.99.0";
+  version = "1.100.0";
 
   vendorHash = null;
 
@@ -31,7 +31,7 @@ buildGoModule rec {
     owner = "digitalocean";
     repo = "doctl";
     rev = "v${version}";
-    sha256 = "sha256-xwkbekTnwisgr1gkUewMkz0E5iQg6bWgVz8tne7ME9Y=";
+    sha256 = "sha256-1NQ09Cn62VUi670y1jq8W05a9dg1CdQypIIh1QmR0p0=";
   };
 
   meta = with lib; {