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

plantuml: 1.2022.14 -> 1.2023.0
This commit is contained in:
Mario Rodas 2023-01-14 09:12:24 -05:00 committed by GitHub
commit 3dc551d988
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.2022.14";
version = "1.2023.0";
pname = "plantuml";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-i0SwNQefoQqfIJmxcvdK7O1vnCt7+b5SFiecf+jGq6Y=";
sha256 = "sha256-1hP+HJCI1HCqd0qJCthac7cMiEnyUPz1M7fvF8AXh08=";
};
nativeBuildInputs = [ makeWrapper ];