deepin.deepin-terminal: 6.0.5 -> 6.0.6

https://github.com/linuxdeepin/deepin-terminal/compare/6.0.5...6.0.6
This commit is contained in:
rewine
2023-08-20 21:01:04 +08:00
parent f03d4e0eec
commit fd1defebf3
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.5";
version = "6.0.6";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-pRTdvR3hyiJVpi38Ex58X74ns+rSWuytsOXemvdW1Rk=";
hash = "sha256-LzCbh+BErgh7Ojbw314oHB8QvyS6UeJkDUkNngzVm+A=";
};
cmakeFlags = [ "-DVERSION=${version}" ];