plantuml: 1.2025.9 -> 1.2025.10

This commit is contained in:
R. Ryantm
2025-11-07 09:12:37 +00:00
parent 0ef8247742
commit 00d3ea593e

View File

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