lxqt.lxqt-panel: 2.1.1 -> 2.1.2

This commit is contained in:
José Romildo 2024-11-24 22:14:41 -03:00
parent a6d28112ea
commit 644459679a

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lxqt-panel"; pname = "lxqt-panel";
version = "2.1.1"; version = "2.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-IlT7qXWMKFkmHNjXJYivawd4HnOBzILtIE6XaM/ZvkM="; hash = "sha256-090zBmRUFac9Tt10l20Vxvn234Br5YPpdLR6+KreEFM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [