plantuml-server: 1.2023.10 -> 1.2023.12

This commit is contained in:
R. Ryantm
2023-10-22 19:56:04 +00:00
parent 13f325005c
commit 3afb34d09e
+2 -2
View File
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchurl }:
let
version = "1.2023.10";
version = "1.2023.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-EIdqY8sonLaHZCfOfAaUhm4M1XOek2M1OqPZkb/CTg4=";
sha256 = "sha256-RHlv0kVJvAInLAd70001OTcJuh3Qg2C9o+//zR37zxc=";
};
dontUnpack = true;