neo4j: 2025.12.1 -> 2026.01.3 (#487086)

This commit is contained in:
Matthias Beyer
2026-02-07 19:46:51 +00:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neo4j";
version = "2025.12.1";
version = "2026.01.3";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${finalAttrs.version}-unix.tar.gz";
hash = "sha256-BsPXtsuVMuPsLAPyTQduOsrFq/5tc5T4VZENLBL3xUI=";
hash = "sha256-/ZN2GGA0qE7so4SXGy6ePoD45BFmUphD9JxI45CkhpQ=";
};
nativeBuildInputs = [ makeWrapper ];