Merge pull request #134160 from Kranzes/auto-update/plantuml

plantuml: 1.2021.7 -> 1.2021.9
This commit is contained in:
davidak
2021-08-19 23:00:13 +02:00
committed by GitHub
+2 -2
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 ];