power-profiles-daemon: 0.21 -> 0.22 (#339182)

This commit is contained in:
K900 2024-09-03 11:04:40 +03:00 committed by GitHub
commit 656c800f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [