neo4j: 5.20.0 -> 5.21.0

This commit is contained in:
R. Ryantm 2024-06-29 13:41:39 +00:00
parent 7de69e22ab
commit 4c81102f58

View File

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