Commit afa1d3ca authored by Rishabh's avatar Rishabh
Browse files

better-control: 6.11.9 -> 6.12.1

parent e4b09e47
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  brightnessctl,
  power-profiles-daemon,
  gammastep,
  libpulseaudio,
  pulseaudio,
  desktop-file-utils,
  wrapGAppsHook3,
  gobject-introspection,
@@ -19,14 +19,14 @@

python3Packages.buildPythonApplication rec {
  pname = "better-control";
  version = "6.11.9";
  version = "6.12.1";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "quantumvoid0";
    owner = "better-ecosystem";
    repo = "better-control";
    tag = "v${version}";
    hash = "sha256-74ZcHiQLIYzPnk25NAJzxsdVMYs2fiPDOJHUTLY4LuE=";
    hash = "sha256-Dt+se8eOmF8Nzm+/bnYBSIyX0XHSXV9iCPF82qXhzug=";
  };

  build-system = with python3Packages; [
@@ -46,7 +46,7 @@ python3Packages.buildPythonApplication rec {

  # Check src/utils/dependencies.py
  runtimeDeps = [
    libpulseaudio
    pulseaudio
    networkmanager
    bluez
    brightnessctl
@@ -95,7 +95,7 @@ python3Packages.buildPythonApplication rec {

  meta = {
    description = "Simple control panel for linux based on GTK";
    homepage = "https://github.com/quantumvoid0/better-control";
    homepage = "https://github.com/better-ecosystem/better-control";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ Rishabh5321 ];
    platforms = lib.platforms.linux;