neo4j: 5.17.0 -> 5.18.0

This commit is contained in:
R. Ryantm 2024-03-14 01:46:55 +00:00
parent c61d0920a3
commit b773fafa8b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "neo4j";
version = "5.17.0";
version = "5.18.0";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
hash = "sha256-l1t5RI5KfgzT9ynDQxSbUtIEdPs1BVCdY4396GHJxEA=";
hash = "sha256-XPpX6alLb81o5IBX16eHHkJMi8V/R/2YXWOCxEHKdU0=";
};
nativeBuildInputs = [ makeWrapper ];