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

Co-authored-by: judgeNotFound <judgeNotFound@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-31 08:10:46 +00:00
committed by GitHub
co-authored by judgeNotFound
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dita-ot";
version = "4.3.3";
version = "4.3.4";
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ openjdk17 ];
src = fetchzip {
url = "https://github.com/dita-ot/dita-ot/releases/download/${finalAttrs.version}/dita-ot-${finalAttrs.version}.zip";
hash = "sha256-67sJ/nDxjr2ekxd9rkENBLRpK08nqo02LRnWjtQZA5U=";
hash = "sha256-L3chSLr/S7d2sx0FjGbn1A1GRknBqVIUrklOW7LjakA=";
};
installPhase = ''