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

neo4j: 5.18.1 -> 5.19.0
This commit is contained in:
Pol Dellaiera 2024-05-03 13:26:26 +02:00 committed by GitHub
commit d84e07befd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "neo4j";
version = "5.18.1";
version = "5.19.0";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
hash = "sha256-jNi8SK1Z8k6ZSc9aa+L+PhAKyes0Tv6mFuoKspZBEIk=";
hash = "sha256-MPTrMVbr3XkFzid1FGyAK5sRBMCMMxsdbKEmqv9aANk=";
};
nativeBuildInputs = [ makeWrapper ];