Skip to content

Commit eb2023e

Browse files
authored
deepin.deepin-terminal: 6.0.15 -> 6.0.17 (NixOS#368302)
2 parents 7cc0bff + 765d1e5 commit eb2023e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/deepin/apps/deepin-terminal/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "deepin-terminal";
19-
version = "6.0.15";
19+
version = "6.0.17";
2020

2121
src = fetchFromGitHub {
2222
owner = "linuxdeepin";
2323
repo = pname;
2424
rev = version;
25-
hash = "sha256-Xcvdv58gJNhrdznQ09Nz/nMkM4IFIgQnapuhIdYHG0g=";
25+
hash = "sha256-T5tjjbNYUaiG9a5zMoKN6I0ec/WLftF2xwUPczlNwB8=";
2626
};
2727

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

0 commit comments

Comments
 (0)