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

neo4j: 4.4.10 -> 4.4.11
This commit is contained in:
Jonas Heinrich 2022-09-23 09:56:32 +02:00 committed by GitHub
commit 04e6e49b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "neo4j";
version = "4.4.10";
version = "4.4.11";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
sha256 = "sha256-hp7Lic42/kV7TUxPyqSP3y8tc5xFMjvSyMzfCaoRq78=";
sha256 = "sha256-KIENqsXeSl1bd84tp9fD2kxczxMoi62IW4M8NblhAMg=";
};
nativeBuildInputs = [ makeWrapper ];