Skip to content

neo4j: 5.26.1 -> 2025.07.1 #380001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Feb 7, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.01.0 with grep in /nix/store/xfr9xppgjmwh73vrhccna073580f728b-neo4j-2025.01.0
  • found 2025.01.0 in filename of file in /nix/store/xfr9xppgjmwh73vrhccna073580f728b-neo4j-2025.01.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/xfr9xppgjmwh73vrhccna073580f728b-neo4j-2025.01.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/1d55407d6048c246c6c21913fe99c8b1bee0cae7.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1d55407d6048c246c6c21913fe99c8b1bee0cae7#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xfr9xppgjmwh73vrhccna073580f728b-neo4j-2025.01.0
ls -la /nix/store/xfr9xppgjmwh73vrhccna073580f728b-neo4j-2025.01.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Feb 7, 2025
@nix-owners nix-owners bot requested a review from offlinehacker February 7, 2025 05:57
@wolfgangwalther
Copy link
Contributor

tests failing

@wolfgangwalther wolfgangwalther marked this pull request as draft February 25, 2025 18:55
@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.01.0 neo4j: 5.26.1 -> 2025.02.0 Mar 6, 2025
@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 1d55407 to 1765dd8 Compare March 6, 2025 21:13
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Mar 6, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.02.0 with grep in /nix/store/wma6k7rrf7w54vnd8badw9qhpni99qs8-neo4j-2025.02.0
  • found 2025.02.0 in filename of file in /nix/store/wma6k7rrf7w54vnd8badw9qhpni99qs8-neo4j-2025.02.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/wma6k7rrf7w54vnd8badw9qhpni99qs8-neo4j-2025.02.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/1765dd8093d6ea5b82ae38046ff8efb9185bb842.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1765dd8093d6ea5b82ae38046ff8efb9185bb842#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/wma6k7rrf7w54vnd8badw9qhpni99qs8-neo4j-2025.02.0
ls -la /nix/store/wma6k7rrf7w54vnd8badw9qhpni99qs8-neo4j-2025.02.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.02.0 neo4j: 5.26.1 -> 2025.03.0 Mar 29, 2025
@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 1765dd8 to 6efe790 Compare March 29, 2025 16:10
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.03.0 with grep in /nix/store/bs2l2k55yjn6xxg4rnfjzp0qp4hv6ckx-neo4j-2025.03.0
  • found 2025.03.0 in filename of file in /nix/store/bs2l2k55yjn6xxg4rnfjzp0qp4hv6ckx-neo4j-2025.03.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/bs2l2k55yjn6xxg4rnfjzp0qp4hv6ckx-neo4j-2025.03.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/6efe79049e7611d68db232d52db8b460b2326c8f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/6efe79049e7611d68db232d52db8b460b2326c8f#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/bs2l2k55yjn6xxg4rnfjzp0qp4hv6ckx-neo4j-2025.03.0
ls -la /nix/store/bs2l2k55yjn6xxg4rnfjzp0qp4hv6ckx-neo4j-2025.03.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.03.0 neo4j: 5.26.1 -> 2025.04.0 May 10, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.04.0 with grep in /nix/store/kvvg2nfbqw5pflz2g3z6dkicw8vfivg0-neo4j-2025.04.0
  • found 2025.04.0 in filename of file in /nix/store/kvvg2nfbqw5pflz2g3z6dkicw8vfivg0-neo4j-2025.04.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/kvvg2nfbqw5pflz2g3z6dkicw8vfivg0-neo4j-2025.04.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/026ad6c69744157abc6164779be119a6f8f8976c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/026ad6c69744157abc6164779be119a6f8f8976c#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/kvvg2nfbqw5pflz2g3z6dkicw8vfivg0-neo4j-2025.04.0
ls -la /nix/store/kvvg2nfbqw5pflz2g3z6dkicw8vfivg0-neo4j-2025.04.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 6efe790 to 026ad6c Compare May 10, 2025 22:52
@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 026ad6c to 5ae4b6f Compare June 11, 2025 09:49
@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.04.0 neo4j: 5.26.1 -> 2025.05.0 Jun 11, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.05.0 with grep in /nix/store/3nwp8vwr5npxhpnv6211p3nqkzcz5p04-neo4j-2025.05.0
  • found 2025.05.0 in filename of file in /nix/store/3nwp8vwr5npxhpnv6211p3nqkzcz5p04-neo4j-2025.05.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/3nwp8vwr5npxhpnv6211p3nqkzcz5p04-neo4j-2025.05.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/5ae4b6f37d9a3d2898e395e2424ab6887687f725.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/5ae4b6f37d9a3d2898e395e2424ab6887687f725#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/3nwp8vwr5npxhpnv6211p3nqkzcz5p04-neo4j-2025.05.0
ls -la /nix/store/3nwp8vwr5npxhpnv6211p3nqkzcz5p04-neo4j-2025.05.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.05.0 neo4j: 5.26.1 -> 2025.06.0 Jul 10, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.06.0 with grep in /nix/store/s2429hx2fpipzzamjlr6fsanq22h1xfj-neo4j-2025.06.0
  • found 2025.06.0 in filename of file in /nix/store/s2429hx2fpipzzamjlr6fsanq22h1xfj-neo4j-2025.06.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/s2429hx2fpipzzamjlr6fsanq22h1xfj-neo4j-2025.06.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/0afeeace0a8639e2be7bf48849ca0bd826887258.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0afeeace0a8639e2be7bf48849ca0bd826887258#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/s2429hx2fpipzzamjlr6fsanq22h1xfj-neo4j-2025.06.0
ls -la /nix/store/s2429hx2fpipzzamjlr6fsanq22h1xfj-neo4j-2025.06.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 5ae4b6f to 0afeeac Compare July 10, 2025 12:16
@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.06.0 neo4j: 5.26.1 -> 2025.06.2 Jul 18, 2025
@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 0afeeac to 35efe23 Compare July 18, 2025 22:28
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.06.2 with grep in /nix/store/k4qrw4bwi1xwjmlnw4d8wgg8praj0s8m-neo4j-2025.06.2
  • found 2025.06.2 in filename of file in /nix/store/k4qrw4bwi1xwjmlnw4d8wgg8praj0s8m-neo4j-2025.06.2

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/k4qrw4bwi1xwjmlnw4d8wgg8praj0s8m-neo4j-2025.06.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/35efe230ea83280d5cedf6af6a9fa1e967c46a5c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/35efe230ea83280d5cedf6af6a9fa1e967c46a5c#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/k4qrw4bwi1xwjmlnw4d8wgg8praj0s8m-neo4j-2025.06.2
ls -la /nix/store/k4qrw4bwi1xwjmlnw4d8wgg8praj0s8m-neo4j-2025.06.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.06.2 neo4j: 5.26.1 -> 2025.07.0 Aug 4, 2025
@r-ryantm r-ryantm force-pushed the auto-update/neo4j branch from 35efe23 to 7ea1f77 Compare August 4, 2025 21:38
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Aug 4, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.07.0 with grep in /nix/store/ca38fh7mqcvl29h8lkfzlwr09bskihpr-neo4j-2025.07.0
  • found 2025.07.0 in filename of file in /nix/store/ca38fh7mqcvl29h8lkfzlwr09bskihpr-neo4j-2025.07.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ca38fh7mqcvl29h8lkfzlwr09bskihpr-neo4j-2025.07.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/7ea1f779e5deae9a075c2f487cf9a06b255fba1b.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7ea1f779e5deae9a075c2f487cf9a06b255fba1b#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ca38fh7mqcvl29h8lkfzlwr09bskihpr-neo4j-2025.07.0
ls -la /nix/store/ca38fh7mqcvl29h8lkfzlwr09bskihpr-neo4j-2025.07.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/neo4j/versions.

meta.description for neo4j is: Highly scalable, robust (fully ACID) native graph database

meta.homepage for neo4j is: https://neo4j.com/

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2025.07.1 with grep in /nix/store/g1a4rkq4syqzj1fggf3iy5pkzxq1lqwm-neo4j-2025.07.1
  • found 2025.07.1 in filename of file in /nix/store/g1a4rkq4syqzj1fggf3iy5pkzxq1lqwm-neo4j-2025.07.1

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

neo4j
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/g1a4rkq4syqzj1fggf3iy5pkzxq1lqwm-neo4j-2025.07.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A neo4j https://github.com/r-ryantm/nixpkgs/archive/f1e901442710452cad8a00a84baf4a9e8da2df2d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/f1e901442710452cad8a00a84baf4a9e8da2df2d#neo4j

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/g1a4rkq4syqzj1fggf3iy5pkzxq1lqwm-neo4j-2025.07.1
ls -la /nix/store/g1a4rkq4syqzj1fggf3iy5pkzxq1lqwm-neo4j-2025.07.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • neo4j

Maintainer pings

cc @offlinehacker for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title neo4j: 5.26.1 -> 2025.07.0 neo4j: 5.26.1 -> 2025.07.1 Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants