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

plantuml: 1.2023.5 -> 1.2023.6
This commit is contained in:
Weijia Wang 2023-04-27 21:37:13 +03:00 committed by GitHub
commit cea58b6415
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.5";
version = "1.2023.6";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-C4ui/YdUIeLADugDuTmyY/5L4Nz+0iGcK3JgWPkU8UM=";
sha256 = "sha256-Ce9e0B+Sb8o7a5rO5RC7f1TzeEjXSC25FdZ3aPLKlu4=";
};
nativeBuildInputs = [ makeWrapper ];