3
0
Fork 0
forked from mirrors/nixpkgs

plantuml: 1.2022.7 -> 1.2022.8

This commit is contained in:
R. Ryantm 2022-09-26 00:47:47 +00:00 committed by Bjørn Forsman
parent 4610844682
commit c98e3b76f6

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2022.7";
version = "1.2022.8";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-GnFueIK4RDGViHmyBtfQqNpId+4ufCsci7c1YCcZjAQ=";
sha256 = "sha256-9K9d7dQnMFTq1zpZU2t0NIhzQVIyk8b6PnI0cRJJ5t0=";
};
nativeBuildInputs = [ makeWrapper ];