Skip to content

Commit a4262db

Browse files
dita-ot: 4.2.3 -> 4.2.4 (#365469)
2 parents a9a3e34 + e069168 commit a4262db

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.2.3";
12+
version = "4.2.4";
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-siHz81OuKVF77NsDpldAhq7YxzBFvo9RwGPe/mqkquQ=";
19+
hash = "sha256-XAuqW4crJldkVJaW/tF7m/nnpV86z78d456/1hwLdU0=";
2020
};
2121

2222
installPhase = ''

0 commit comments

Comments
 (0)