summary refs log tree commit diff
path: root/pkgs/tools/misc/plantuml
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 19:56:11 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 19:56:11 -0700
commitff9dab8837fda9b87ca39810e0197bf684ce55bc (patch)
tree95896a81a677611d37ff3d95c15c3547c500a4df /pkgs/tools/misc/plantuml
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar.gz
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar.bz2
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar.lz
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar.xz
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.tar.zst
nixpkgs-ff9dab8837fda9b87ca39810e0197bf684ce55bc.zip
plantuml: 1.2017.18 -> 1.2018.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/plantuml/versions.

These checks were done:

- built on NixOS
- /nix/store/zw5saa1f4fz5ryy36y8wbfsk4d1d4zj2-plantuml-1.2018.8/bin/plantuml passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.2018.8 with grep in /nix/store/zw5saa1f4fz5ryy36y8wbfsk4d1d4zj2-plantuml-1.2018.8
- directory tree listing: https://gist.github.com/17d4e9eff9780c3888b753dd532d69a6
- du listing: https://gist.github.com/e697713d2172debdd01e478d01f8505f
Diffstat (limited to 'pkgs/tools/misc/plantuml')
-rw-r--r--pkgs/tools/misc/plantuml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/plantuml/default.nix b/pkgs/tools/misc/plantuml/default.nix
index 2eb6f1aa8e6..7db90877316 100644
--- a/pkgs/tools/misc/plantuml/default.nix
+++ b/pkgs/tools/misc/plantuml/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, jre, graphviz }:
 
 stdenv.mkDerivation rec {
-  version = "1.2017.18";
+  version = "1.2018.8";
   name = "plantuml-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/plantuml/${version}/plantuml.${version}.jar";
-    sha256 = "0ssfg6lpk41ydhxhi6y6c9ca3hpql6gg3bxjws8vrx9s3s6r5rb0";
+    sha256 = "02svd0cpaix2d523iy457h3qwlc9qpvvkls64bqa7yrqyk43xrii";
   };
 
   # It's only a .jar file and a shell wrapper