apache-jena-fuseki: 3.6.0 -> 3.7.0

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
This commit is contained in:
R. RyanTM 2018-04-10 22:44:46 -07:00
parent f28bf68bc4
commit edf31cf5f1

View File

@ -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