deepin.deepin-terminal: 6.0.9 -> 6.0.12

This commit is contained in:
rewine 2024-03-15 16:07:27 +08:00
parent 295ee8d482
commit 48022a9706

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "deepin-terminal";
version = "6.0.9";
version = "6.0.12";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-QdODR4zmbMuzSVy6eJhwJHNPXkAn6oCLHq+YZEOmtIU=";
hash = "sha256-VAF6Dn9cGmipQhAKhEOLd7lJyYWySOJ+rehc9L8pfL0=";
};
cmakeFlags = [ "-DVERSION=${version}" ];