deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373)

This commit is contained in:
Pol Dellaiera 2024-11-18 08:59:02 +01:00 committed by GitHub
commit adae89a934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.14";
version = "6.0.15";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-qSInmsGsMTZS9f2vDtWh8amQ7QaUyu0mifolUGdrs4Q=";
hash = "sha256-Xcvdv58gJNhrdznQ09Nz/nMkM4IFIgQnapuhIdYHG0g=";
};
cmakeFlags = [ "-DVERSION=${version}" ];