Skip to content

Commit 17ae0e0

Browse files
committed
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
1 parent 8706be3 commit 17ae0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/power-profiles-daemon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
stdenv.mkDerivation (finalAttrs: {
3131
pname = "power-profiles-daemon";
32-
version = "0.23";
32+
version = "0.30";
3333

3434
outputs = [
3535
"out"
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4141
owner = "upower";
4242
repo = "power-profiles-daemon";
4343
rev = finalAttrs.version;
44-
hash = "sha256-kX8adu+GXxkaHtARUKp51K3Jf9xO+l12vctsJzIavyM=";
44+
hash = "sha256-iQUhA46BEln8pyIBxM/MY7An8BzfiFjxZdR/tUIj4S4=";
4545
};
4646

4747
nativeBuildInputs =

0 commit comments

Comments
 (0)