plantuml: 8012 -> 8037

Updated to latest stable version.
This commit is contained in:
Raymond Gauthier 2016-03-15 09:10:20 -04:00
parent 329addf0b3
commit 5e9a344e62

View File

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