plantuml-server: 1.2022.7 -> 1.2022.12

This commit is contained in:
R. Ryantm 2022-11-06 07:39:46 +00:00 committed by Bobby Rong
parent 1eb3f6ef71
commit fd70c59577

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchurl }:
let
version = "1.2022.7";
version = "1.2022.12";
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-QX4eZStNXBHy44hKV1GnTDpumq65OsGYR0VmXyF7DVg=";
sha256 = "sha256-H05/1Em9aTRLhI5vo119JLnuKJlK6/ZLu0v/wU0fPLQ=";
};
dontUnpack = true;