plantuml: 1.2021.9 -> 1.2021.12

This commit is contained in:
Ilan Joselevich 2021-10-14 12:14:54 +03:00
parent bd2a288ea5
commit 88469b2842

View File

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