Skip to content

Commit

Permalink
Merge pull request #218965 from wineee/deepin-terminal-update
Browse files Browse the repository at this point in the history
deepin.deepin-terminal: 5.4.34 -> 5.9.40
  • Loading branch information
NickCao committed Mar 14, 2023
2 parents 2c7d0c2 + e3c84ef commit eb555ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/desktops/deepin/apps/deepin-terminal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, dde-qt-dbus-factory
, cmake
, qtbase
, qtsvg
, qttools
, qtx11extras
, pkg-config
Expand All @@ -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 = [
Expand All @@ -49,6 +50,8 @@ stdenv.mkDerivation rec {
];

buildInputs = [
qtbase
qtsvg
dtkwidget
qt5platform-plugins
dde-qt-dbus-factory
Expand Down

0 comments on commit eb555ff

Please sign in to comment.