Skip to content

Commit f32a1a8

Browse files
dita-ot: 4.3.1 -> 4.3.2 (#414332)
Co-authored-by: judgeNotFound <[email protected]>
2 parents 3cd0518 + af11d54 commit f32a1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/dita-ot/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "dita-ot";
12-
version = "4.3.1";
12+
version = "4.3.2";
1313

1414
nativeBuildInputs = [ makeWrapper ];
1515
buildInputs = [ openjdk17 ];
1616

1717
src = fetchzip {
1818
url = "https://github.com/dita-ot/dita-ot/releases/download/${finalAttrs.version}/dita-ot-${finalAttrs.version}.zip";
19-
hash = "sha256-MwE6HnOrVtoT23wF0Tyje8T52au8kD6waY9tsrLQVck=";
19+
hash = "sha256-LmXkFuejnWQh0i1L0/GcD/NBNBCMKE5+7M7bUC0DLIg=";
2020
};
2121

2222
installPhase = ''

0 commit comments

Comments
 (0)