plantuml: 1.2023.8 -> 1.2023.9

This commit is contained in:
R. Ryantm 2023-06-17 16:19:16 +00:00
parent 9fce0f6550
commit b87dce7345

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2023.8";
version = "1.2023.9";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-Di0YqVFfvPtwog33RIxhzcb8QSChIPrkXvMl5jrYS6c=";
sha256 = "sha256-/X3eKLl+nXkWIjMB3w9oKBMfEJvdIdrleaYQMFJoXK0=";
};
nativeBuildInputs = [ makeWrapper ];