power-profiles-daemon: 0.23 -> 0.30
This release exports all the ppd actions over dbus. Upstream made some minor tweaks that do not appear in the changelog: - The clock changes are now disabled by default for the amd GPUs. (https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/commit/faad209f7b6b86fe1bae35b3e2294bc68581d1df) - The upower integration can now be turned off via a dbus interface - and the cli (https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/commit/d08683ecf1072b4b6ee47fdaa4455d7cba0e873b) - The trickle charge action default behaviour changed, see table in the relevant commit message (https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/commit/c30bcb634a02282c1b7d49961bc065eafaa6db76) - It can now parse the "custom" ACPI platform profile: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/commit/6b565b0b05a2bc92e3c546a567b394f415937265 Upstream changelog: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/releases/0.30
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "power-profiles-daemon";
|
||||
version = "0.23";
|
||||
version = "0.30";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "upower";
|
||||
repo = "power-profiles-daemon";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-kX8adu+GXxkaHtARUKp51K3Jf9xO+l12vctsJzIavyM=";
|
||||
hash = "sha256-iQUhA46BEln8pyIBxM/MY7An8BzfiFjxZdR/tUIj4S4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
||||
Reference in New Issue
Block a user