plantuml-server: 1.2025.10 -> 1.2026.0 (#478730)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-13 16:42:24 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "plantuml-server";
version = "1.2025.10";
version = "1.2026.0";
src = fetchurl {
url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
hash = "sha256-GbFbQRVTQsGstu61FKpAypvopP6peHHMzxFA8yGtRp4=";
hash = "sha256-mFkfHqzvWXhivfWssPh2ImilWurr88AiNpU8ZJSRKSk=";
};
dontUnpack = true;