Merge pull request #261567 from wineee/deepin-terminal-6.0.8

deepin.deepin-terminal: 6.0.7 -> 6.0.8
This commit is contained in:
Weijia Wang 2023-10-17 09:51:57 +02:00 committed by GitHub
commit 8531a0f1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.7";
version = "6.0.8";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-vXykC/x9F+cPTSqKTWimUhnr+IsfoeQncdj75sXG4/g=";
hash = "sha256-7Yyw4aw+44JX9SKuwmJSrLz04WETvs3E3cnt0/O+Ls0=";
};
cmakeFlags = [ "-DVERSION=${version}" ];