dita-ot: 4.3.3 -> 4.3.4 (#429620)

Co-authored-by: judgeNotFound <judgeNotFound@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] judgeNotFound and committed by GitHub f2b64412 cc56c00f

+2 -2
+2 -2
pkgs/by-name/di/dita-ot/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "dita-ot"; 12 - version = "4.3.3"; 12 + version = "4.3.4"; 13 13 14 14 nativeBuildInputs = [ makeWrapper ]; 15 15 buildInputs = [ openjdk17 ]; 16 16 17 17 src = fetchzip { 18 18 url = "https://github.com/dita-ot/dita-ot/releases/download/${finalAttrs.version}/dita-ot-${finalAttrs.version}.zip"; 19 - hash = "sha256-67sJ/nDxjr2ekxd9rkENBLRpK08nqo02LRnWjtQZA5U="; 19 + hash = "sha256-L3chSLr/S7d2sx0FjGbn1A1GRknBqVIUrklOW7LjakA="; 20 20 }; 21 21 22 22 installPhase = ''