From bf528b867adcc00b8a02883c6677f157ec56bbac Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 2 Jul 2022 00:19:04 +0200 Subject: [PATCH] =?UTF-8?q?power-profiles-daemon:=200.11.1=20=E2=86=92=200?= =?UTF-8?q?.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/compare/0.11.1...0.12 --- pkgs/os-specific/linux/power-profiles-daemon/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/power-profiles-daemon/default.nix b/pkgs/os-specific/linux/power-profiles-daemon/default.nix index 253c3caf6aa..b51a5fed0c2 100644 --- a/pkgs/os-specific/linux/power-profiles-daemon/default.nix +++ b/pkgs/os-specific/linux/power-profiles-daemon/default.nix @@ -33,7 +33,7 @@ let in stdenv.mkDerivation rec { pname = "power-profiles-daemon"; - version = "0.11.1"; + version = "0.12"; outputs = [ "out" "devdoc" ]; @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { owner = "hadess"; repo = "power-profiles-daemon"; rev = version; - sha256 = "sha256-qU9A9U2R3UioC7bo8Pc0IIsHIjghb6gsG4pTAg6tp9E="; + sha256 = "sha256-2eMFPGVLwTBIlaB1zM3BzHrhydgBEm+kvx+VIZdUDPM="; }; nativeBuildInputs = [ @@ -85,6 +85,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Dsystemdsystemunitdir=${placeholder "out"}/lib/systemd/system" "-Dgtk_doc=true" + "-Dtests=true" ]; doCheck = true;