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.
2 parents acc7098 + fa4fc33 commit 63cbf2cCopy full SHA for 63cbf2c
pkgs/desktops/lxqt/lxqt-panel/default.nix
@@ -36,13 +36,13 @@
36
37
stdenv.mkDerivation rec {
38
pname = "lxqt-panel";
39
- version = "2.1.3";
+ version = "2.1.4";
40
41
src = fetchFromGitHub {
42
owner = "lxqt";
43
repo = pname;
44
rev = version;
45
- hash = "sha256-p4Y+0Ym0NNG4yrlfrLqCQyMYVjyogNb1V1QAooQ82LE=";
+ hash = "sha256-WS+rPiPB/BBmg4yNkpZ2cFJG/1awdjCN0ziWtcESRP4=";
46
};
47
48
nativeBuildInputs = [
0 commit comments