mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
apache-jena: 3.5.0 -> 3.7.0
This commit is contained in:
parent
80c77a2efd
commit
035d0f7d09
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="apache-jena";
|
||||
version = "3.5.0";
|
||||
version = "3.7.0";
|
||||
name="${baseName}-${version}";
|
||||
url="http://archive.apache.org/dist/jena/binaries/apache-jena-${version}.tar.gz";
|
||||
sha256 = "08hfn359l9s4lckba9xgghkn32r12gqzjjr5s5hn3fzkbsig7njy";
|
||||
sha256 = "12w125hlhcib23cckk77cx7p9rzs57dbmmn90f7v8107d437j4mq";
|
||||
};
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
|
|
Loading…
Reference in a new issue