plantuml: 1.2020.2 -> 1.2020.5

This commit is contained in:
R. RyanTM 2020-03-30 10:37:23 +00:00 committed by Bjørn Forsman
parent e541a44c17
commit f59308dc2a

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2020.2";
version = "1.2020.5";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "1wvlhy76h1bxwjj8r48ixypch1bj9m9721rbawayj8v0hpyr1an4";
sha256 = "1cn1bjah9qvhh3hixa92v804crkgz69mg30k8229a551x3alykhd";
};
nativeBuildInputs = [ makeWrapper ];