neo4j: 5.21.0 -> 5.22.0

This commit is contained in:
R. Ryantm 2024-07-28 10:26:17 +00:00
parent c135d5e191
commit cef4449cd1

View File

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