deepin.deepin-editor: 6.0.15 -> 6.0.16

rewine 9d7c2faf 3d837aa3

+5 -2
+5 -2
pkgs/desktops/deepin/apps/deepin-editor/default.nix
··· 16 16 , libchardet 17 17 , libuchardet 18 18 , libiconv 19 + , gitUpdater 19 20 }: 20 21 21 22 stdenv.mkDerivation rec { 22 23 pname = "deepin-editor"; 23 - version = "6.0.15"; 24 + version = "6.0.16"; 24 25 25 26 src = fetchFromGitHub { 26 27 owner = "linuxdeepin"; 27 28 repo = pname; 28 29 rev = version; 29 - hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw="; 30 + hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao="; 30 31 }; 31 32 32 33 nativeBuildInputs = [ ··· 53 54 strictDeps = true; 54 55 55 56 cmakeFlags = [ "-DVERSION=${version}" ]; 57 + 58 + passthru.updateScript = gitUpdater { }; 56 59 57 60 meta = with lib; { 58 61 description = "A desktop text editor that supports common text editing features";