Skip to content

Commit

Permalink
Merge pull request #330466 from wineee/deepin-terminal-6.0.13
Browse files Browse the repository at this point in the history
deepin.deepin-terminal: 6.0.12 -> 6.0.13
  • Loading branch information
wineee authored Jul 28, 2024
2 parents 985acc7 + 80fa5ec commit c135d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.12";
version = "6.0.13";

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

cmakeFlags = [ "-DVERSION=${version}" ];
Expand Down

0 comments on commit c135d5e

Please sign in to comment.