Skip to content

Commit

Permalink
systemctl-tui: 0.3.10 -> 0.4.0 (#376313)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 24, 2025
2 parents 965dbad + c0280fb commit d32f32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sy/systemctl-tui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "systemctl-tui";
version = "0.3.10";
version = "0.4.0";

src = fetchFromGitHub {
owner = "rgwood";
repo = "systemctl-tui";
tag = "v${version}";
hash = "sha256-7I4PM4ZQVtDESfchX0/HGu0Y94BxMCLNIrPw8bSokCQ=";
hash = "sha256-1KYaw4q1+dPHImjjCnUPXNu7ihdEfNuzQfHfPi1uDOw=";
};

cargoHash = "sha256-Ur1/3AAN55doW8xyeoeuU6C1KvjTQQjooCl9WVDAGuM=";
cargoHash = "sha256-QogpwX/s2469h24WO9B84D4ezHD0Rln5lt8naUAZ5rY=";

nativeInstallCheckInputs = [
versionCheckHook
Expand Down

0 comments on commit d32f32a

Please sign in to comment.