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

plantuml: 1.2023.8 -> 1.2023.9
This commit is contained in:
Weijia Wang
2023-06-18 01:49:09 +03:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2023.8";
version = "1.2023.9";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-Di0YqVFfvPtwog33RIxhzcb8QSChIPrkXvMl5jrYS6c=";
sha256 = "sha256-/X3eKLl+nXkWIjMB3w9oKBMfEJvdIdrleaYQMFJoXK0=";
};
nativeBuildInputs = [ makeWrapper ];