plantuml: 1.2023.1 -> 1.2023.2

This commit is contained in:
R. Ryantm 2023-03-02 09:36:40 +00:00
parent 58227cccc6
commit 511e5bb652

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2023.1";
version = "1.2023.2";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-ObNiuD0le5FOEGvaIr3jl+Lix74Xvpso/YIqyHGGHAs=";
sha256 = "sha256-E3ipqlf5VWNkYioEC5g/33rmMS1ahV960Tx9HiGH++U=";
};
nativeBuildInputs = [ makeWrapper ];