plantuml: 1.2025.8 -> 1.2025.9

This commit is contained in:
R. Ryantm
2025-10-22 07:13:30 +00:00
parent 1b1e9e78b5
commit 2c92bedc57

View File

@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plantuml";
version = "1.2025.8";
version = "1.2025.9";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
hash = "sha256-KYOy8hJ62IBrLx78S2JLAMR2wuL18Ww+afVgPeKgWgQ=";
hash = "sha256-sQeOboLmTsHeT5Gk/hSBs9IsMMqiYrjThv7OSAIvyNg=";
};
nativeBuildInputs = [