plantuml: 1.2022.13 -> 1.2022.14

This commit is contained in:
R. Ryantm 2022-12-10 19:35:28 +00:00 committed by Bjørn Forsman
parent 926684b2d2
commit e19d35a2a5

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2022.13";
version = "1.2022.14";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-iKENVr3JfsnjunwTJbPrFgLLLOZ65Oj5Ub01G45w8Vc=";
sha256 = "sha256-i0SwNQefoQqfIJmxcvdK7O1vnCt7+b5SFiecf+jGq6Y=";
};
nativeBuildInputs = [ makeWrapper ];