Merge pull request #298857 from r-ryantm/auto-update/apache-jena

apache-jena: 4.10.0 -> 5.0.0
This commit is contained in:
7c6f434c 2024-03-25 17:13:47 +00:00 committed by GitHub
commit f6f6375d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-jena";
version = "4.10.0";
version = "5.0.0";
src = fetchurl {
url = "mirror://apache/jena/binaries/apache-jena-${version}.tar.gz";
hash = "sha256-G2kCh5F2WfrSOCr+fEO02mlOSVfV2Oy3uZGNEarLR+M=";
hash = "sha256-Se47rsgp8V6Ypv0QHrwjIXrDPchM1nSl/GmUWMEvLIo=";
};
nativeBuildInputs = [
makeWrapper