3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #76336 from r-ryantm/auto-update/neo4j

neo4j: 3.5.13 -> 3.5.14
This commit is contained in:
Mario Rodas 2020-01-06 08:08:01 -05:00 committed by GitHub
commit cacfb83000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "neo4j";
version = "3.5.13";
version = "3.5.14";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
sha256 = "0l320314pqy1mbcrkf7xkifwz86s5xa5saq81yqr8a67df0jknrg";
sha256 = "1zjb6cgk2lpzx6pq1cs5fh65in6b5ccpl1cgfiglgpjc948mnhzv";
};
buildInputs = [ makeWrapper jre8 which gawk ];