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

plantuml: 1.2022.6 -> 1.2022.7
This commit is contained in:
adisbladis 2022-08-24 16:29:49 +12:00 committed by GitHub
commit 3fe1cbb848
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.6";
version = "1.2022.7";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-J3EfNwDYQ2CO5qWH37wMKtdLStGjHu75wfEMX5Y2NeE=";
sha256 = "sha256-GnFueIK4RDGViHmyBtfQqNpId+4ufCsci7c1YCcZjAQ=";
};
nativeBuildInputs = [ makeWrapper ];