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

plantuml: 1.2023.1 -> 1.2023.2
This commit is contained in:
Weijia Wang 2023-03-03 22:23:09 +02:00 committed by GitHub
commit 91d40b6a62
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.2023.1";
version = "1.2023.2";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-ObNiuD0le5FOEGvaIr3jl+Lix74Xvpso/YIqyHGGHAs=";
sha256 = "sha256-E3ipqlf5VWNkYioEC5g/33rmMS1ahV960Tx9HiGH++U=";
};
nativeBuildInputs = [ makeWrapper ];