Merge pull request #163416 from nazarewk/auto-update/plantuml

plantuml: 1.2022.1 -> 1.2022.2
This commit is contained in:
Artturi
2022-03-10 16:26:54 +02:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
stdenv.mkDerivation rec {
version = "1.2022.1";
version = "1.2022.2";
pname = "plantuml";
src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "sha256-oEOhf7nLVGJqoK/pyTWzF+s3OYsGcEy5pIj8obSrkRY=";
sha256 = "sha256-4LPR8gdpfebq5U/umxcFfqe7i6qJHLqhOAu7DfYzTY8=";
};
nativeBuildInputs = [ makeWrapper ];