Commit 56f7ba5b authored by iamanaws's avatar iamanaws
Browse files

rofi-bluetooth: unstable-2023-02-03 -> 0-unstable-2025-04-14

parent 35d1a227
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation {
  pname = "rofi-bluetooth";
  version = "0-unstable-2023-02-03";
  version = "0-unstable-2025-04-14";

  src = fetchFromGitHub {
    owner = "nickclyde";
    repo = "rofi-bluetooth";
    # https://github.com/nickclyde/rofi-bluetooth/issues/19
    rev = "9d91c048ff129819f4c6e9e48a17bd54343bbffb";
    sha256 = "sha256-1Xe3QFThIvJDCUznDP5ZBzwZEMuqmxpDIV+BcVvQDG8=";
    rev = "0cca4d4aa1c82c9373ce5da781d73683a29484c6";
    hash = "sha256-ggYoCWRuCi1WKcwb+0zVwq3WvSqJQBitI+/XTpOc6uw=";
  };

  nativeBuildInputs = [ makeWrapper ];
@@ -37,12 +37,15 @@ stdenv.mkDerivation {
    runHook postInstall
  '';

  meta = with lib; {
  meta = {
    description = "Rofi-based interface to connect to bluetooth devices and display status info";
    homepage = "https://github.com/nickclyde/rofi-bluetooth";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ MoritzBoehme ];
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      MoritzBoehme
      iamanaws
    ];
    mainProgram = "rofi-bluetooth";
    platforms = platforms.linux;
    platforms = lib.platforms.linux;
  };
}