lxqt.lxqt-panel: 2.1.3 -> 2.1.4 (#376412)

This commit is contained in:
José Romildo Malaquias
2025-01-30 18:32:07 -03:00
committed by GitHub
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-panel";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-p4Y+0Ym0NNG4yrlfrLqCQyMYVjyogNb1V1QAooQ82LE=";
hash = "sha256-WS+rPiPB/BBmg4yNkpZ2cFJG/1awdjCN0ziWtcESRP4=";
};
nativeBuildInputs = [