Skip to content

Commit

Permalink
plantuml: 1.2020.19 -> 1.2020.20
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2020
1 parent aa5dd7e commit c326746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/plantuml/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, graphviz }:

stdenv.mkDerivation rec {
version = "1.2020.19";
version = "1.2020.20";
pname = "plantuml";

src = fetchurl {
url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
sha256 = "0lb0gxww7fgbwazfj1z533crryvcgb5vdprpy8j9p6h6x929qaqi";
sha256 = "0dzj3ab9g7lh5r0n876g5d8yq966f2zxvd8mwrbib43dzaxpd00w";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit c326746

Please sign in to comment.