neo4j: 5.19.0 -> 5.20.0

This commit is contained in:
R. Ryantm
2024-05-25 05:07:29 +00:00
parent f2493622c4
commit f2fad87875
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "neo4j";
version = "5.19.0";
version = "5.20.0";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
hash = "sha256-MPTrMVbr3XkFzid1FGyAK5sRBMCMMxsdbKEmqv9aANk=";
hash = "sha256-IDIVdIQCcChx5RHG3/88Yvclh8ToDfcDv4VAhcQ20GY=";
};
nativeBuildInputs = [ makeWrapper ];