Merge pull request #117654 from r-ryantm/auto-update/plantuml

plantuml: 1.2021.2 -> 1.2021.3
This commit is contained in:
Pascal Bach 2021-03-31 22:15:26 +02:00 committed by GitHub
commit 6ccc27d216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2021.2";
version = "1.2021.3";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "sha256-06PrqYf1Cc4FZPr0K2xUc83t+/qGbwMXe/BOV81Fuxc=";
sha256 = "sha256-Kx2fTx71oVkAgsytl1OFBcENMnJ1ZHmg8qvYDFTSS2M=";
};
nativeBuildInputs = [ makeWrapper ];