lxqt.qterminal: 2.1.0 -> 2.2.1

This commit is contained in:
José Romildo
2025-05-13 12:04:55 -03:00
parent 8cd6a23199
commit c89538e669

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qterminal";
version = "2.1.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-Nluw0waf+lqpbajsPv+HYhPD3y7XmgifSu2r7I/J4RI=";
hash = "sha256-H1UmPIZG8KiVNPW3GqgnSq39JsZeowiAVwwEKwCkWoM=";
};
nativeBuildInputs = [