summary refs log tree commit diff
path: root/pkgs/os-specific/linux/power-profiles-daemon
diff options
context:
space:
mode:
authorMatt Votava <mvnetbiz@gmail.com>2023-05-15 20:10:28 -0700
committerMatt Votava <mvnetbiz@gmail.com>2023-05-15 20:10:28 -0700
commitc05de23e9b0e4502599cb7913bb6e9316552b5bc (patch)
tree8d2ce287b18d56253ecf95aa78950e2f674154bc /pkgs/os-specific/linux/power-profiles-daemon
parentc3dc6acd1147fa4bb2da0147b00183d4a1ca2546 (diff)
downloadnixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar.gz
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar.bz2
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar.lz
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar.xz
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.tar.zst
nixpkgs-c05de23e9b0e4502599cb7913bb6e9316552b5bc.zip
power-profiles-daemon: 0.12 -> 0.13
Diffstat (limited to 'pkgs/os-specific/linux/power-profiles-daemon')
-rw-r--r--pkgs/os-specific/linux/power-profiles-daemon/default.nix4
1 files changed, 2 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 648442ad757..991c2ae0b50 100644
--- a/pkgs/os-specific/linux/power-profiles-daemon/default.nix
+++ b/pkgs/os-specific/linux/power-profiles-daemon/default.nix
@@ -27,7 +27,7 @@
 
 stdenv.mkDerivation rec {
   pname = "power-profiles-daemon";
-  version = "0.12";
+  version = "0.13";
 
   outputs = [ "out" "devdoc" ];
 
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     owner = "hadess";
     repo = "power-profiles-daemon";
     rev = version;
-    sha256 = "sha256-2eMFPGVLwTBIlaB1zM3BzHrhydgBEm+kvx+VIZdUDPM=";
+    sha256 = "sha256-ErHy+shxZQ/aCryGhovmJ6KmAMt9OZeQGDbHIkC0vUE=";
   };
 
   nativeBuildInputs = [