lxqt.lxqt-powermanagement: 2.2.0 -> 2.2.1

Diff: https://github.com/lxqt/lxqt-powermanagement/compare/2.2.0...2.2.1
This commit is contained in:
José Romildo 2025-06-30 18:40:37 -03:00
parent 9e9c66ef36
commit 26c306a0c4

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-powermanagement";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-NVyt9HcGRCLIVJFlkiiZ3OOTzGEfo3boDQlTmWythGk=";
hash = "sha256-Awk/NlYd8HldmEL0G/LUgj101Y1BTQBrDJfG56Y/aX4=";
};
nativeBuildInputs = [