Merge pull request #235799 from cafkafk/master

epilys-bb: init at unstable-2020-12-04
This commit is contained in:
Sandro 2023-06-04 17:54:08 +02:00 committed by GitHub
commit 2e56a85078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "epilys-bb";
version = "unstable-2020-12-04";
src = fetchFromGitHub {
owner = "epilys";
repo = "bb";
rev = "c903d4c2975509299fd3d2600a0c4c2102f445d0";
hash = "sha256-KOXK+1arUWtu/QU7dwXhojIM0faMtwNN3AqVbofq1lY=";
};
cargoHash = "sha256-+aCMwKOg+3HDntG14gjJLec8XD51wuTyYyzLjuW6lbY=";
meta = with lib; {
description = "A clean, simple, and fast process viewer";
homepage = "https://nessuent.xyz/bb.html";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ cafkafk ];
platforms = platforms.linux;
};
}

View File

@ -26685,6 +26685,8 @@ with pkgs;
b43FirmwareCutter = callPackage ../os-specific/linux/firmware/b43-firmware-cutter { };
epilys-bb = callPackage ../tools/system/epilys-bb { };
below = callPackage ../os-specific/linux/below { };
bt-fw-converter = callPackage ../os-specific/linux/firmware/bt-fw-converter { };