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:
parent
f03d4e0eec
commit
fd1defebf3
1 changed files with 2 additions and 2 deletions
|
@ -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}" ];
|
||||||
|
|
Loading…
Reference in a new issue