Skip to content

Commit 26c306a

Browse files
committed
lxqt.lxqt-powermanagement: 2.2.0 -> 2.2.1
Diff: lxqt/lxqt-powermanagement@2.2.0...2.2.1
1 parent 9e9c66e commit 26c306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/lxqt/lxqt-powermanagement/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "lxqt-powermanagement";
23-
version = "2.2.0";
23+
version = "2.2.1";
2424

2525
src = fetchFromGitHub {
2626
owner = "lxqt";
2727
repo = pname;
2828
rev = version;
29-
hash = "sha256-NVyt9HcGRCLIVJFlkiiZ3OOTzGEfo3boDQlTmWythGk=";
29+
hash = "sha256-Awk/NlYd8HldmEL0G/LUgj101Y1BTQBrDJfG56Y/aX4=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)