bluetui: 0.7.2 -> 0.8.0 (#461992)

This commit is contained in:
Pol Dellaiera
2025-11-15 19:46:35 +00:00
committed by GitHub

View File

@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "bluetui"; pname = "bluetui";
version = "0.7.2"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pythops"; owner = "pythops";
repo = "bluetui"; repo = "bluetui";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qryBx0Lezg98FzfAFZR6+j7byJTW7hMbGmKIQMkciec="; hash = "sha256-8X1kr0GPY/DqGZb1hJ52OkmgtYk0giwTeoqWTN0ZEbI=";
}; };
cargoHash = "sha256-CijMGqsfyoUV8TSy1dWUR//PCySgkxKGuhUMHp4Tn48="; cargoHash = "sha256-CQFjauJ/y7XWZob/8gRQszKjBbkSdIt5l5OlSKVKoMw=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
@@ -35,7 +35,10 @@ rustPlatform.buildRustPackage rec {
description = "TUI for managing bluetooth on Linux"; description = "TUI for managing bluetooth on Linux";
homepage = "https://github.com/pythops/bluetui"; homepage = "https://github.com/pythops/bluetui";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ donovanglover ]; maintainers = with lib.maintainers; [
donovanglover
matthiasbeyer
];
mainProgram = "bluetui"; mainProgram = "bluetui";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };