Loading pkgs/desktops/deepin/apps/deepin-editor/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -17,18 +17,17 @@ libchardet, libuchardet, libiconv, gitUpdater, }: stdenv.mkDerivation rec { pname = "deepin-editor"; version = "6.0.16"; version = "6.5.0"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = pname; rev = version; hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao="; hash = "sha256-f6CJlSgsKU311ziXmm7Ado8tH+3dNRpWB1e4TewVf/8="; }; nativeBuildInputs = [ Loading Loading @@ -56,13 +55,11 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DVERSION=${version}" ]; passthru.updateScript = gitUpdater { }; meta = with lib; { meta = { description = "Desktop text editor that supports common text editing features"; homepage = "https://github.com/linuxdeepin/deepin-editor"; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = teams.deepin.members; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; maintainers = lib.teams.deepin.members; }; } Loading
pkgs/desktops/deepin/apps/deepin-editor/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -17,18 +17,17 @@ libchardet, libuchardet, libiconv, gitUpdater, }: stdenv.mkDerivation rec { pname = "deepin-editor"; version = "6.0.16"; version = "6.5.0"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = pname; rev = version; hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao="; hash = "sha256-f6CJlSgsKU311ziXmm7Ado8tH+3dNRpWB1e4TewVf/8="; }; nativeBuildInputs = [ Loading Loading @@ -56,13 +55,11 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DVERSION=${version}" ]; passthru.updateScript = gitUpdater { }; meta = with lib; { meta = { description = "Desktop text editor that supports common text editing features"; homepage = "https://github.com/linuxdeepin/deepin-editor"; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = teams.deepin.members; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; maintainers = lib.teams.deepin.members; }; }