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