bluetui: 0.8.0 -> 0.8.1 (#485752)

This commit is contained in:
Nikolay Korotkiy
2026-02-01 11:04:55 +00:00
committed by GitHub
+3 -7
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "bluetui";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "pythops";
repo = "bluetui";
rev = "v${version}";
hash = "sha256-8X1kr0GPY/DqGZb1hJ52OkmgtYk0giwTeoqWTN0ZEbI=";
hash = "sha256-K+QAU9/XdGZonsKjBXbPbpJhWIHyaqxP6eb670n81LU=";
};
cargoHash = "sha256-CQFjauJ/y7XWZob/8gRQszKjBbkSdIt5l5OlSKVKoMw=";
cargoHash = "sha256-i77j7hKtVxDDiHEBz5E7iwGXWYg0f/NfwFnN71QfgPU=";
nativeBuildInputs = [
pkg-config
@@ -27,10 +27,6 @@ rustPlatform.buildRustPackage rec {
dbus
];
postInstall = ''
install -Dm444 bluetui.desktop -t $out/share/applications
'';
meta = {
description = "TUI for managing bluetooth on Linux";
homepage = "https://github.com/pythops/bluetui";