plantuml: 1.2022.1 -> 1.2022.2
This commit is contained in:
parent
c3b435cf1c
commit
17450f6284
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
|
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2022.1";
|
version = "1.2022.2";
|
||||||
pname = "plantuml";
|
pname = "plantuml";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
|
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
|
||||||
sha256 = "sha256-oEOhf7nLVGJqoK/pyTWzF+s3OYsGcEy5pIj8obSrkRY=";
|
sha256 = "sha256-4LPR8gdpfebq5U/umxcFfqe7i6qJHLqhOAu7DfYzTY8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue