neo4j: 2026.01.3 -> 2026.02.2

This commit is contained in:
R. Ryantm 2026-03-07 05:13:34 +00:00
parent 4d59810dd0
commit 16f2f25597

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neo4j";
version = "2026.01.3";
version = "2026.02.2";
src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${finalAttrs.version}-unix.tar.gz";
hash = "sha256-/ZN2GGA0qE7so4SXGy6ePoD45BFmUphD9JxI45CkhpQ=";
hash = "sha256-TpVibiE0ijAQl5mkRjnCFpvCTifhoTcZcv8lg8PYSTw=";
};
nativeBuildInputs = [ makeWrapper ];