1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

apache-jena: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-10-16 05:02:33 +00:00
parent 0c1085e909
commit 0ab87eba08

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-jena";
version = "5.1.0";
version = "5.2.0";
src = fetchurl {
url = "mirror://apache/jena/binaries/apache-jena-${version}.tar.gz";
hash = "sha256-LsNno/s2KFKykxKN7klTLfmFWu/jtXJCV9TFPX/Osh4=";
hash = "sha256-M2WbqXHAL77fu9khTgb7BOe0mLgmU0Rcf9KN4KmvYAU=";
};
nativeBuildInputs = [
makeWrapper