plantuml: 1.2025.3 -> 1.2025.4

This commit is contained in:
R. Ryantm 2025-07-16 05:19:47 +00:00 committed by Bjørn Forsman
parent 6c88746b3e
commit 1c84436286

View File

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plantuml";
version = "1.2025.3";
version = "1.2025.4";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
hash = "sha256-o8bBO9Crcrf2XLuLbakSiUp4WcIanJJTRwlDr4ydL0I=";
hash = "sha256-86qUpDvGLbD3Epr7Iis/vijggqFKpIW5X1zBpP4/lJ8=";
};
nativeBuildInputs = [