deepin.deepin-terminal: 6.0.15 -> 6.0.17

This commit is contained in:
rewine
2024-12-26 19:28:24 +08:00
parent 49291ae619
commit 765d1e5541
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.15";
version = "6.0.17";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-Xcvdv58gJNhrdznQ09Nz/nMkM4IFIgQnapuhIdYHG0g=";
hash = "sha256-T5tjjbNYUaiG9a5zMoKN6I0ec/WLftF2xwUPczlNwB8=";
};
cmakeFlags = [ "-DVERSION=${version}" ];