From 17ae0e0d9c32bd6e320dfa031c8b530021e66928 Mon Sep 17 00:00:00 2001 From: Picnoir Date: Wed, 19 Feb 2025 09:05:55 +0100 Subject: [PATCH] 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 --- pkgs/by-name/po/power-profiles-daemon/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/po/power-profiles-daemon/package.nix b/pkgs/by-name/po/power-profiles-daemon/package.nix index d66292e80a52..8759b2d76b14 100644 --- a/pkgs/by-name/po/power-profiles-daemon/package.nix +++ b/pkgs/by-name/po/power-profiles-daemon/package.nix @@ -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 =