better-control: 6.11.9 -> 6.12.1
This commit is contained in:
parent
e4b09e47ac
commit
afa1d3cadb
@ -9,7 +9,7 @@
|
|||||||
brightnessctl,
|
brightnessctl,
|
||||||
power-profiles-daemon,
|
power-profiles-daemon,
|
||||||
gammastep,
|
gammastep,
|
||||||
libpulseaudio,
|
pulseaudio,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "better-control";
|
pname = "better-control";
|
||||||
version = "6.11.9";
|
version = "6.12.1";
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "quantumvoid0";
|
owner = "better-ecosystem";
|
||||||
repo = "better-control";
|
repo = "better-control";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-74ZcHiQLIYzPnk25NAJzxsdVMYs2fiPDOJHUTLY4LuE=";
|
hash = "sha256-Dt+se8eOmF8Nzm+/bnYBSIyX0XHSXV9iCPF82qXhzug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
@ -46,7 +46,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
# Check src/utils/dependencies.py
|
# Check src/utils/dependencies.py
|
||||||
runtimeDeps = [
|
runtimeDeps = [
|
||||||
libpulseaudio
|
pulseaudio
|
||||||
networkmanager
|
networkmanager
|
||||||
bluez
|
bluez
|
||||||
brightnessctl
|
brightnessctl
|
||||||
@ -95,7 +95,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple control panel for linux based on GTK";
|
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;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [ Rishabh5321 ];
|
maintainers = with lib.maintainers; [ Rishabh5321 ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user