lxqt.lxqt-panel: 2.1.2 -> 2.1.3

Diff: https://github.com/lxqt/lxqt-panel/compare/2.1.2...2.1.3
This commit is contained in:
José Romildo
2024-12-02 18:47:36 -03:00
parent 9af0d63882
commit debf187c9a
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-panel";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-090zBmRUFac9Tt10l20Vxvn234Br5YPpdLR6+KreEFM=";
hash = "sha256-p4Y+0Ym0NNG4yrlfrLqCQyMYVjyogNb1V1QAooQ82LE=";
};
nativeBuildInputs = [