dita-ot: 4.2.4 -> 4.3 (#382303)

Co-authored-by: rrcomtech <rrcomtech@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-16 10:24:04 +00:00
committed by GitHub
co-authored by rrcomtech
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dita-ot";
version = "4.2.4";
version = "4.3";
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-XAuqW4crJldkVJaW/tF7m/nnpV86z78d456/1hwLdU0=";
hash = "sha256-/qWu9lUfK/3gp/IO4WOO8g8LuZlXErEU5sPt9qZep1I=";
};
installPhase = ''