neo4j: 2026.01.3 -> 2026.02.2 (#489545)

This commit is contained in:
Matteo Pacini 2026-03-07 16:49:05 +00:00 committed by GitHub
commit 6424756416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];