plantuml: update from 7991 to 8012
This commit is contained in:
parent
0ec7a55ec1
commit
32da2ba923
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, jre, graphviz }:
|
{ stdenv, fetchurl, jre, graphviz }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7991";
|
version = "8012";
|
||||||
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 = "0afhgiq2165ahj8ww0pmk69nqgpibllp9nhpk8wapg3zknh2hx5r";
|
sha256 = "12l2kmp6jaz6lmcj16ljhrpb1bm7zzz5qgvihhymvk66rfjd3ybz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# It's only a .jar file and a shell wrapper
|
# It's only a .jar file and a shell wrapper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user