Skip to content

Commit

Permalink
Merge pull request NixOS#231045 from LeSuisse/jena-4.8.0
Browse files Browse the repository at this point in the history
apache-jena: 4.7.0 -> 4.8.0, apache-jena-fuseki: 4.3.1 -> 4.8.0
  • Loading branch information
7c6f434c authored May 10, 2023
2 parents 1e8ab5d + 87768c6 commit b3ba792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/nosql/apache-jena/binary.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "apache-jena";
version = "4.7.0";
version = "4.8.0";
src = fetchurl {
url = "https://dlcdn.apache.org/jena/binaries/apache-jena-${version}.tar.gz";
sha256 = "sha256-3tJRJ9UHsOYfWvwPZHp+hkRZxb0RODchJjQMAZ3lkuY=";
url = "mirror://apache/jena/binaries/apache-jena-${version}.tar.gz";
hash = "sha256-kAbhH0E2C1ToxDQgFUqWxvknCeFZbtqFhOmiSJ//ciU=";
};
nativeBuildInputs = [
makeWrapper
Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/nosql/apache-jena/fuseki-binary.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "apache-jena-fuseki";
version = "4.3.1";
version = "4.8.0";
src = fetchurl {
url = "https://dlcdn.apache.org/jena/binaries/apache-jena-fuseki-${version}.tar.gz";
sha256 = "1r0vfa7d55lzw22yfx46mxxmz8x8pkr666vggqw2m1rzzj52z9nx";
url = "mirror://apache/jena/binaries/apache-jena-fuseki-${version}.tar.gz";
hash = "sha256-rJCY8vG1vfEGGA0gsIqNFXKl75O2Zp4zUIWSDfplpVE=";
};
nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit b3ba792

Please sign in to comment.