plantuml: 1.2021.7 -> 1.2021.9

This commit is contained in:
Ilan Joselevich 2021-08-15 13:42:09 +03:00
parent 000973d1a1
commit 1e6a9e9119

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2021.7";
version = "1.2021.9";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "sha256-2hQIwUpkxLHGG+kx8AekSKJ1qO8inL8xnko0dlLC1Kg=";
sha256 = "sha256-ezyQGrJwMl2Tqv14GSQzApdDqg1RV8OWdnp4K8a1A5k=";
};
nativeBuildInputs = [ makeWrapper ];