plantuml: 8012 -> 8037
Updated to latest stable version.
This commit is contained in:
parent
329addf0b3
commit
5e9a344e62
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user