Unverified Commit 5662ae22 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233130 from r-ryantm/auto-update/doctl

doctl: 1.94.0 -> 1.95.0
parents c0d22ab1 5ab4f6b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.94.0";
  version = "1.95.0";

  vendorHash = null;

@@ -31,7 +31,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-R/dy//e+DfyANoNtiPoAI9CF7k8ZviFgsnMrWryf0LY=";
    sha256 = "sha256-gRkReaRDbFGDty8AjuXwoBPEF2wnXMcWVSFaUDideQs=";
  };

  meta = with lib; {