Skip to content

Commit

Permalink
plantuml: 1.2022.6 -> 1.2022.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 23, 2022
1 parent 6895427 commit 75f48d9
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 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, graphviz }:

stdenv.mkDerivation rec {
version = "1.2022.6";
version = "1.2022.7";
pname = "plantuml";

src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${version}/plantuml-pdf-${version}.jar";
sha256 = "sha256-J3EfNwDYQ2CO5qWH37wMKtdLStGjHu75wfEMX5Y2NeE=";
sha256 = "sha256-GnFueIK4RDGViHmyBtfQqNpId+4ufCsci7c1YCcZjAQ=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 75f48d9

Please sign in to comment.