lxqt.lxqt-globalkeys: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:14 -03:00
parent 0755098f0b
commit 1039653d0c

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-globalkeys";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-24alERAnzlU/ZwIlRy9B+58zjRnF9eXunWeEO/lDVxM=";
hash = "sha256-jQdr3epezQtBoyC2hyMBceiqarruZLasSMYa2gDraCI=";
};
nativeBuildInputs = [