plantuml-server: 1.2022.14 -> 1.2023.0

This commit is contained in:
R. Ryantm 2023-01-16 05:26:20 +00:00 committed by Bobby Rong
parent b97988db67
commit 6fbe9c5daa

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchurl }:
let
version = "1.2022.14";
version = "1.2023.0";
in
stdenv.mkDerivation rec {
pname = "plantuml-server";
inherit version;
src = fetchurl {
url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
sha256 = "sha256-Gy7KIdsL38USYqpPJ1Rjg0RyEdgsnD9lk/m7hSCBYLo=";
sha256 = "sha256-FYyP6CZb+uarXlGEAPyt6KKvciZ5XsfjilDW0JObpDw=";
};
dontUnpack = true;