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

plantuml: 1.2018.12 -> 1.2018.13
This commit is contained in:
Alexey Shmalko 2018-12-15 03:31:15 +02:00 committed by GitHub
commit f27efe7c96
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.2018.12";
version = "1.2018.13";
name = "plantuml-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "1ydi4zwzwf9q6hldzd9pcvsbrwy8r52vqxm74j2wq8yivh2p85s4";
sha256 = "181wm05gp4hs4g0z345pp1x9w1g5bx1vpipkhnwvmy4vdj17b4bg";
};
nativeBuildInputs = [ makeWrapper ];