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

plantuml: 1.2023.4 -> 1.2023.5
This commit is contained in:
Weijia Wang 2023-04-02 15:03:24 +03:00 committed by GitHub
commit 280366b089
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.4";
version = "1.2023.5";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-7upbzDRfAFdUuH4uYPWnMfQk40guJnz4EBFkme1kRA8=";
sha256 = "sha256-C4ui/YdUIeLADugDuTmyY/5L4Nz+0iGcK3JgWPkU8UM=";
};
nativeBuildInputs = [ makeWrapper ];