Loading pkgs/by-name/bl/bluetui/package.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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"; Loading Loading
pkgs/by-name/bl/bluetui/package.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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"; Loading