Merge pull request #272855 from wineee/deepin-terminal

deepin.deepin-terminal: 6.0.8 -> 6.0.9
This commit is contained in:
Nick Cao 2023-12-08 09:19:47 -05:00 committed by GitHub
commit b09e3208dd
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.8";
version = "6.0.9";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-7Yyw4aw+44JX9SKuwmJSrLz04WETvs3E3cnt0/O+Ls0=";
hash = "sha256-QdODR4zmbMuzSVy6eJhwJHNPXkAn6oCLHq+YZEOmtIU=";
};
cmakeFlags = [ "-DVERSION=${version}" ];