plantuml: 1.2023.5 -> 1.2023.6

This commit is contained in:
R. Ryantm 2023-04-27 08:02:07 +00:00
parent 8e5047b1f6
commit 1830443d0c

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 ];