plantuml-server: 1.2026.5 -> 1.2026.6

This commit is contained in:
R. Ryantm
2026-06-16 09:57:51 +02:00
committed by Jakob Klepp
parent b38530584b
commit a454d196d5
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plantuml-server";
version = "1.2026.5";
version = "1.2026.6";
src = fetchurl {
url = "https://github.com/plantuml/plantuml-server/releases/download/v${finalAttrs.version}/plantuml-v${finalAttrs.version}.war";
hash = "sha256-Ub6Ao+m1hC+tEerkVnMXN2CMRf8CKg9XcB9E8JsunvY=";
hash = "sha256-1jcX6GMknJK5dGL74DMwYTDZNVkKI07MpL8qbb0WMi4=";
};
dontUnpack = true;