Skip to content

Commit

Permalink
kubetui: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 286f801)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 21, 2024
1 parent 1c6e20d commit bbbbe0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kubetui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

rustPlatform.buildRustPackage rec {
pname = "kubetui";
version = "1.5.3";
version = "1.5.4";

src = fetchFromGitHub {
owner = "sarub0b0";
repo = "kubetui";
rev = "refs/tags/v${version}";
hash = "sha256-0K0h/MaQClJDqgF0qQO2INb+hpzxfSikAti+751MX/8=";
hash = "sha256-Trgc3T+01u1izePfM0wPjer3IrA6PtIGsK+syEzs0V8=";
};

checkFlags = [
Expand All @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
frameworks.AppKit
]
);
cargoHash = "sha256-kfAErXqjdLn2jaCtr+eI0+0v4TcE8Hpx0DDECnuYp5w=";
cargoHash = "sha256-f9JrowyZx4NvfGJSU/HjyTfWKhkAANNfUgcK9CRPW7I=";

meta = {
homepage = "https://github.com/sarub0b0/kubetui";
Expand Down

0 comments on commit bbbbe0d

Please sign in to comment.