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

plantuml: 1.2020.26 -> 1.2021.0
This commit is contained in:
Mario Rodas 2021-01-24 11:59:52 -05:00 committed by GitHub
commit a517bcfb1d
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.2020.26";
version = "1.2021.0";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "1k8gad75qvqljg61db76z7blnniwk9l56xy0fkrqhh48p1gxakah";
sha256 = "sha256-QERrsTB8GO+B8DZkl1Ruru9Bw+uL9ojQbJ321sbqIws=";
};
nativeBuildInputs = [ makeWrapper ];