deepin.deepin-terminal: 5.4.34 -> 5.9.40

This commit is contained in:
rewine 2023-03-01 17:41:13 +08:00
parent 782661aa4f
commit e3c84efc8e

View File

@ -8,6 +8,7 @@
, dde-qt-dbus-factory
, cmake
, qtbase
, qtsvg
, qttools
, qtx11extras
, pkg-config
@ -21,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "5.4.34";
version = "5.9.40";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-CpI7dyQwrYOYzqVZ6aa+/OAUC3xRyY4ZwzH1mqURTfY=";
sha256 = "sha256-GtrbR59IUYNAOmioW5NYhDsPKBmK4uybyDjHsbelkE4=";
};
patches = [
@ -49,6 +50,8 @@ stdenv.mkDerivation rec {
];
buildInputs = [
qtbase
qtsvg
dtkwidget
qt5platform-plugins
dde-qt-dbus-factory