lxqt.qterminal: 2.0.1 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:17 -03:00
parent 994308a449
commit 51089e0624

View File

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