Skip to content

Commit

Permalink
kubedb-cli: fix hash after tag was moved
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
  • Loading branch information
katexochen committed Jan 27, 2025
1 parent 60d8469 commit 6814f53
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 @@ -11,8 +11,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-6AhL3IBAQ9Mngquh7XbnXEb4jDX1k2d3bwKBFRhEzHA=";
tag = "v${version}";
hash = "sha256-e3kP1N6uhLKrOWfvl29vVB9D/bpj1W+1dGlaAuc8es0=";
};

vendorHash = null;
Expand Down

0 comments on commit 6814f53

Please sign in to comment.