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 20:58:25 +08:00
parent f03d4e0eec
commit fd1defebf3

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "deepin-terminal"; pname = "deepin-terminal";
version = "6.0.5"; version = "6.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxdeepin"; owner = "linuxdeepin";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-pRTdvR3hyiJVpi38Ex58X74ns+rSWuytsOXemvdW1Rk="; hash = "sha256-LzCbh+BErgh7Ojbw314oHB8QvyS6UeJkDUkNngzVm+A=";
}; };
cmakeFlags = [ "-DVERSION=${version}" ]; cmakeFlags = [ "-DVERSION=${version}" ];