Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f32715ab690
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c1405d2c6df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2018

  1. 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
    R. RyanTM committed Jul 4, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ff9dab8 View commit details

Commits on Jul 7, 2018

  1. Merge pull request #42968 from r-ryantm/auto-update/plantuml

    plantuml: 1.2017.18 -> 1.2018.8
    adisbladis authored Jul 7, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9c1405d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/plantuml/default.nix
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, 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