plantuml: 1.2023.12 -> 1.2023.13

This commit is contained in:
R. Ryantm 2023-12-17 20:34:29 +00:00 committed by Bjørn Forsman
parent 972626f142
commit 12fc644daf

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2023.12";
version = "1.2023.13";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-mR17BU5rc0ONnPfhOTppUI1T7v5W//6FHUYXFt5QrdU=";
sha256 = "sha256-/oMjre0fFwV+DYysg20z2PhJXAH/qjAOFl2hgZyBGuY=";
};
nativeBuildInputs = [ makeWrapper ];