Commit ce0e9ca8 authored by R. RyanTM's avatar R. RyanTM
Browse files

doctl: 1.114.0 -> 1.115.0

parent 54e315dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.114.0";
  version = "1.115.0";

  vendorHash = null;

@@ -31,7 +31,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-E+/rfOpUDBvHaVVN7xhhcFd1W1X6cSEWpxjqoKoQR80=";
    sha256 = "sha256-Q/1AkP+KWomloe/kVtR0TUDfOf9CVldDqeLFYsBisc4=";
  };

  meta = with lib; {