Commit 4486c98f authored by R. RyanTM's avatar R. RyanTM
Browse files

kubedb-cli: 0.60.0 -> 0.63.0

parent c6379368
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "kubedb-cli";
  version = "0.60.0";
  version = "0.63.0";

  src = fetchFromGitHub {
    owner = "kubedb";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-L1DFcD6DdY+fQLznv26PPbeCTI6PCdBmsYnDb9WcRoc=";
    hash = "sha256-RhRpKUBlsswPStUoZQ9mFkMst77t4t7OodILaC4tHV0=";
  };

  vendorHash = null;