Merge pull request #174937 from LeSuisse/plantuml-2022.5

plantuml: 1.2022.3 -> 1.2022.5
This commit is contained in:
Sandro 2022-05-27 17:47:01 +02:00 committed by GitHub
commit 95db33e7e8
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.2022.3";
version = "1.2022.5";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-6ad6CUz1UAvNkhdUJhOME7OsLpIXiBoERfTmowzTz64=";
sha256 = "sha256-Mi5aH5tlbo8qDj91ZTglFCKETcbXPfTQsBnhYOHrXpQ=";
};
nativeBuildInputs = [ makeWrapper ];