Unverified Commit 629a0961 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

bluetui: 0.8.0 -> 0.8.1 (#485752)

parents c70ac0f8 a1f19576
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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";