Merge pull request #78262 from r-ryantm/auto-update/plantuml

plantuml: 1.2019.13 -> 1.2020.0
This commit is contained in:
Mario Rodas 2020-01-24 18:37:59 -05:00 committed by GitHub
commit 4dbdc31330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2019.13";
version = "1.2020.0";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "0r8ahcnim7is7np68ci6ppzr07iyx417wi81gkckfyy5p4pwk8kz";
sha256 = "1ibhyj51wib2d8q7zyjbzp65hqm0a1jczqwqdw3834zdmrb2v7bs";
};
nativeBuildInputs = [ makeWrapper ];