lxqt.qtermwidget: 1.2.0 -> 1.3.0

This commit is contained in:
José Romildo 2023-04-16 13:53:30 -03:00
parent 8e787d0460
commit b38a3f2037

View File

@ -11,13 +11,13 @@
mkDerivation rec {
pname = "qtermwidget";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "utQC0CNZtwHD0yAaV9Tr0iEUBa8DcrEMNKmWyuhj6GQ=";
sha256 = "eir9PvJXzAQYwRqoUf0Nc4SfkVGa7bohbJVdKPCoyNs=";
};
nativeBuildInputs = [