Skip to content

Commit

Permalink
kubie: 0.24.0 -> 0.24.1 (NixOS#372120)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 8, 2025
2 parents 0954338 + 968dec0 commit 76ee9e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/kubie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "kubie";
version = "0.24.0";
version = "0.24.1";

src = fetchFromGitHub {
rev = "v${version}";
owner = "sbstp";
repo = "kubie";
sha256 = "sha256-9tBPV0VR1bZUgYDD6T+hthPIzN9aGAyi1sUyeaynOQA=";
sha256 = "sha256-h4GaOZ9wHhRq8/GRKrXkH7fJPpOdYmwZ2nQPsVzt66U=";
};

cargoHash = "sha256-Igq4vjIyixpAhFd1wZqrVXCUmJdetUn6uM1eIX/0CiM=";
cargoHash = "sha256-dtl1YCMZdNtgaR8TxT3UZ7+CYREzpjaxmT80C1VTTa8=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 76ee9e9

Please sign in to comment.