Skip to content

Commit bd5c354

Browse files
authored
lxqt.lxqt-{build-tools,powermanagement}: 2.2.0 -> 2.2.1 (#420965)
2 parents b666a1c + 26c306a commit bd5c354

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/desktops/lxqt/lxqt-build-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
perl,
1010
wrapQtAppsHook,
1111
gitUpdater,
12-
version ? "2.2.0",
12+
version ? "2.2.1",
1313
}:
1414

1515
stdenv.mkDerivation rec {
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
hash =
2424
{
2525
"0.13.0" = "sha256-4/hVlEdqqqd6CNitCRkIzsS1R941vPJdirIklp4acXA=";
26-
"2.2.0" = "sha256-q/VkxfC2vGRpFnAGULkjhmJ8JsdpxChROqemCyf0esE=";
26+
"2.2.1" = "sha256-dewsmkma8QHgb3LzRGvfntI48bOaFFsrEDrOznaC8eg=";
2727
}
2828
."${version}";
2929
};

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)