Unverified Commit 3a31b0c8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #225459 from r-ryantm/auto-update/kubedb-cli

kubedb-cli: 0.30.0 -> 0.33.0
parents ffc6c4e2 70720cd0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "kubedb-cli";
  version = "0.30.0";
  version = "0.33.0";

  src = fetchFromGitHub {
    owner = "kubedb";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-i8kv/YzEWAFQJwIkwot2huIEAZYMUGQqSak4nUMRjn4=";
    sha256 = "sha256-J5eEyLoeYC4JhreuN+ymeVMfnyf9ADL08FpnpmRy1vI=";
  };

  vendorSha256 = null;
  vendorHash = null;

  # Don't compile the documentation stuff
  subPackages = [ "cmd/kubectl-dba" ];