Commit 9e857361 authored by R. RyanTM's avatar R. RyanTM
Browse files

doctl: 1.134.0 -> 1.135.0

parent eaa9fd31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.134.0";
  version = "1.135.0";

  vendorHash = null;

@@ -42,7 +42,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    tag = "v${version}";
    hash = "sha256-fhl9u/6XbQKef21hD4MGEliWPdYSbSsK8rO4nTQgrmE=";
    hash = "sha256-eLv3sgoVLY5lqOfDSl5rel+LTgxbHmbi7LeSt6RKuVw=";
  };

  meta = {