deepin.deepin-editor: 6.0.15 -> 6.0.16

This commit is contained in:
rewine 2024-03-18 14:19:26 +08:00
parent 3d837aa34b
commit 9d7c2faf03

View File

@ -16,17 +16,18 @@
, libchardet
, libuchardet
, libiconv
, gitUpdater
}:
stdenv.mkDerivation rec {
pname = "deepin-editor";
version = "6.0.15";
version = "6.0.16";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw=";
hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao=";
};
nativeBuildInputs = [
@ -54,6 +55,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DVERSION=${version}" ];
passthru.updateScript = gitUpdater { };
meta = with lib; {
description = "A desktop text editor that supports common text editing features";
homepage = "https://github.com/linuxdeepin/deepin-editor";