Skip to content

Commit

Permalink
kubedb-cli: 0.49.0 -> 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 20, 2024
1 parent e84636c commit 02682d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ku/kubedb-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "kubedb-cli";
version = "0.49.0";
version = "0.50.0";

src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-7/WSc3PeeFX05xwvtwpN3sjy91gUnnC8cTeYxJOsqoM=";
sha256 = "sha256-9LHDf2la4cAnppv1yS1wUob87mjsfR7SGfuxiFtICqA=";
};

vendorHash = null;
Expand Down

0 comments on commit 02682d2

Please sign in to comment.