mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
apache-jena: 4.4.0 -> 4.5.0
Fixes CVE-2022-28890. https://www.mail-archive.com/users@jena.apache.org/msg19632.html
This commit is contained in:
parent
97bdf4893d
commit
1d90386271
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apache-jena";
|
||||
version = "4.4.0";
|
||||
version = "4.5.0";
|
||||
src = fetchurl {
|
||||
url = "https://dlcdn.apache.org/jena/binaries/apache-jena-${version}.tar.gz";
|
||||
sha256 = "sha256-/+F7wKklFiJ3dTHd650IBSnAYOAx/ZLbk9ofoZF9E8k=";
|
||||
sha256 = "sha256-/KHjhMNnqac2HG/yvHJa0MwdReX6XuexojaMgRFdaWo=";
|
||||
};
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
|
Loading…
Reference in New Issue
Block a user