Skip to content

Commit 830fdc9

Browse files
authored
lxqt.lxqt-config: 2.1.0 -> 2.1.1 (#380307)
2 parents 3173463 + 064c943 commit 830fdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2929
stdenv.mkDerivation rec {
3030
pname = "lxqt-config";
31-
version = "2.1.0";
31+
version = "2.1.1";
3232

3333
src = fetchFromGitHub {
3434
owner = "lxqt";
3535
repo = pname;
3636
rev = version;
37-
hash = "sha256-zAJD1p0iJUEN+pOW1nyVKrCBfew/uqVNqw9aCFq+JY4=";
37+
hash = "sha256-Vzf+Olaxl6tn3ETEQseFIPstjo+pfdzZUgyVFqk6p3c=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)