framework-tool-tui: 0.5.7 -> 0.5.8 (#460152)

This commit is contained in:
dotlambda
2025-11-09 22:41:34 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "framework-tool-tui";
version = "0.5.7";
version = "0.5.8";
src = fetchFromGitHub {
owner = "grouzen";
repo = "framework-tool-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-D9twqVizYqrglVOrwc8KuB5mk4vc/BTMv+HR3rv5yEk=";
hash = "sha256-6rphmprOTg+Zk3HbE6mdszmQsCQ8mUbs59rvLeKQkps=";
};
cargoHash = "sha256-0/6b0C+uUNz03r5IEBvAGzagSyjzXFVbE74rgfGJoyM=";
@@ -21,9 +21,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ];
# test suite needs a framework laptop
doCheck = false;
meta = {
description = "TUI for controlling and monitoring Framework Computers hardware";
longDescription = ''