Unverified Commit ef84171b authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

neo4j: 2025.12.1 -> 2026.01.3 (#487086)

parents 7af0ee13 87774871
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];