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

plantuml: 1.2022.2 -> 1.2022.3
This commit is contained in:
Mario Rodas 2022-04-05 17:04:19 -05:00 committed by GitHub
commit 17c2a8327f
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.2";
version = "1.2022.3";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "sha256-4LPR8gdpfebq5U/umxcFfqe7i6qJHLqhOAu7DfYzTY8=";
sha256 = "sha256-u40P3YFiWd419Bz1NvhIsPa7nASl/I9z/L2Q5v9eOAo=";
};
nativeBuildInputs = [ makeWrapper ];