deepin-terminal: 6.0.14 -> 6.0.15

This commit is contained in:
rewine 2024-11-16 13:42:52 +08:00
parent a4b80ce726
commit 57339fd425

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}" ];