1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

power-profiles-daemon: 0.21 -> 0.22

Diff: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/compare/0.21...0.22
This commit is contained in:
K900 2024-09-03 08:57:59 +03:00
parent c78e599b85
commit 2f4ad798e2

View file

@ -27,7 +27,7 @@
stdenv.mkDerivation rec {
pname = "power-profiles-daemon";
version = "0.21";
version = "0.22";
outputs = [ "out" "devdoc" ];
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
owner = "upower";
repo = "power-profiles-daemon";
rev = version;
sha256 = "sha256-5JbMbz38SeNEkVKFjJLxeUHiOrx+QCaK/vXgRPbzwzY=";
sha256 = "sha256-NzaneS/Za73HSK2abBZNmP+ZPbhIG+JXfBTPHm2vBeU=";
};
nativeBuildInputs = [