plantuml: 1.2023.13 -> 1.2024.0

This commit is contained in:
R. Ryantm 2024-02-02 07:10:13 +00:00 committed by Bjørn Forsman
parent 6a2365312c
commit 79a23af83e

View File

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