We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6575e47 commit 064c943Copy full SHA for 064c943
pkgs/desktops/lxqt/lxqt-config/default.nix
@@ -28,13 +28,13 @@
28
29
stdenv.mkDerivation rec {
30
pname = "lxqt-config";
31
- version = "2.1.0";
+ version = "2.1.1";
32
33
src = fetchFromGitHub {
34
owner = "lxqt";
35
repo = pname;
36
rev = version;
37
- hash = "sha256-zAJD1p0iJUEN+pOW1nyVKrCBfew/uqVNqw9aCFq+JY4=";
+ hash = "sha256-Vzf+Olaxl6tn3ETEQseFIPstjo+pfdzZUgyVFqk6p3c=";
38
};
39
40
nativeBuildInputs = [
0 commit comments