Skip to content

Commit

Permalink
Merge pull request #336566 from wineee/deepin-terminal
Browse files Browse the repository at this point in the history
deepin.deepin-terminal: 6.0.13 -> 6.0.14
  • Loading branch information
wineee authored Aug 23, 2024
2 parents 3660d6b + 347ad13 commit 8e2e77d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/desktops/deepin/apps/deepin-terminal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.13";
version = "6.0.14";

src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-7+NJyqOp+9CHqdpBKx91RQNk1Z8vMQQqZcyKC5RSDjg=";
hash = "sha256-qSInmsGsMTZS9f2vDtWh8amQ7QaUyu0mifolUGdrs4Q=";
};

cmakeFlags = [ "-DVERSION=${version}" ];
Expand Down Expand Up @@ -53,12 +53,12 @@ stdenv.mkDerivation rec {

passthru.tests.test = nixosTests.terminal-emulators.deepin-terminal;

meta = with lib; {
meta = {
description = "Terminal emulator with workspace, multiple windows, remote management, quake mode and other features";
mainProgram = "deepin-terminal";
homepage = "https://github.com/linuxdeepin/deepin-terminal";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = teams.deepin.members;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = lib.teams.deepin.members;
};
}

0 comments on commit 8e2e77d

Please sign in to comment.