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: 37f01d5bf88c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ed4d21a002c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 9, 2018

  1. apache-jena-fuseki: 3.8.0 -> 3.9.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
    r-ryantm committed Nov 9, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    ad4560c View commit details

Commits on Nov 10, 2018

  1. Merge pull request #50088 from r-ryantm/auto-update/apache-jena-fuseki

    apache-jena-fuseki: 3.8.0 -> 3.9.0
    7c6f434c authored Nov 10, 2018
    Copy the full SHA
    6ed4d21 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nosql/apache-jena/fuseki-binary.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/apache-jena/fuseki-binary.nix
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ let
s = # Generated upstream information
rec {
baseName="apache-jena-fuseki";
version = "3.8.0";
version = "3.9.0";
name="${baseName}-${version}";
url="http://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${version}.tar.gz";
sha256 = "0jca96996zl3f1qc15sfv45n09rnnv24qxv87y16dnwnyc1ism0a";
sha256 = "1kf524j7wmvbjrr3grrhfddv3c3niddhj2f6m7hz9pqvf7nykvi4";
};
buildInputs = [
makeWrapper