We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc0bff + 765d1e5 commit eb2023eCopy full SHA for eb2023e
pkgs/desktops/deepin/apps/deepin-terminal/default.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation rec {
18
pname = "deepin-terminal";
19
- version = "6.0.15";
+ version = "6.0.17";
20
21
src = fetchFromGitHub {
22
owner = "linuxdeepin";
23
repo = pname;
24
rev = version;
25
- hash = "sha256-Xcvdv58gJNhrdznQ09Nz/nMkM4IFIgQnapuhIdYHG0g=";
+ hash = "sha256-T5tjjbNYUaiG9a5zMoKN6I0ec/WLftF2xwUPczlNwB8=";
26
};
27
28
cmakeFlags = [ "-DVERSION=${version}" ];
0 commit comments