plantuml: 1.2022.1 -> 1.2022.2

This commit is contained in:
Krzysztof Nazarewski 2022-03-09 09:17:59 +01:00
parent c3b435cf1c
commit 17450f6284
No known key found for this signature in database
GPG key ID: 916D8B67241892AE

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 ];