From edf31cf5f11b31a113eaeaff6270291beb2bdf3b Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 10 Apr 2018 22:44:46 -0700 Subject: [PATCH] apache-jena-fuseki: 3.6.0 -> 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apache-jena-fuseki/versions. These checks were done: - built on NixOS - ran ‘/nix/store/rvqwm2782sknhyqm8xf84k7lpr12l4fn-apache-jena-fuseki-3.7.0/bin/fuseki-server -h’ got 0 exit code - ran ‘/nix/store/rvqwm2782sknhyqm8xf84k7lpr12l4fn-apache-jena-fuseki-3.7.0/bin/fuseki-server --help’ got 0 exit code - ran ‘/nix/store/rvqwm2782sknhyqm8xf84k7lpr12l4fn-apache-jena-fuseki-3.7.0/bin/fuseki-server -v’ and found version 3.7.0 - found 3.7.0 with grep in /nix/store/rvqwm2782sknhyqm8xf84k7lpr12l4fn-apache-jena-fuseki-3.7.0 - directory tree listing: https://gist.github.com/83a0018e4eafbea41f4af26e953edc95 --- pkgs/servers/nosql/apache-jena/fuseki-binary.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/nosql/apache-jena/fuseki-binary.nix b/pkgs/servers/nosql/apache-jena/fuseki-binary.nix index 0e2b4029e48a..bd291356b436 100644 --- a/pkgs/servers/nosql/apache-jena/fuseki-binary.nix +++ b/pkgs/servers/nosql/apache-jena/fuseki-binary.nix @@ -3,10 +3,10 @@ let s = # Generated upstream information rec { baseName="apache-jena-fuseki"; - version = "3.6.0"; + version = "3.7.0"; name="${baseName}-${version}"; url="http://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${version}.tar.gz"; - sha256 = "0wmhfr1jlk34cimpz7gvfbi4bh8ki02acbmwdksnkal61f2dxj8q"; + sha256 = "1824rvdrs9yhjinac2vkvkxvns8bfdvy91k5ghzzk0nrdcj31pmr"; }; buildInputs = [ makeWrapper