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

plantuml: 1.2017.18 -> 1.2018.8
This commit is contained in:
adisbladis 2018-07-07 12:00:03 +08:00 committed by GitHub
commit 9c1405d2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2017.18";
version = "1.2018.8";
name = "plantuml-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "0ssfg6lpk41ydhxhi6y6c9ca3hpql6gg3bxjws8vrx9s3s6r5rb0";
sha256 = "02svd0cpaix2d523iy457h3qwlc9qpvvkls64bqa7yrqyk43xrii";
};
# It's only a .jar file and a shell wrapper