Skip to content

Commit

Permalink
neo4j: 5.21.0 -> 5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2024
1 parent c135d5e commit cef4449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/neo4j/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "neo4j";
version = "5.21.0";
version = "5.22.0";

src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
hash = "sha256-NFGoUqmG8VArQqx0p8qDUgvbtRnYbk1MYPSQ5CUFexg=";
hash = "sha256-gK5iNkGjs1Pjsryl5Jy28Nu3nYnVEoUMdRw1ahN4xEQ=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit cef4449

Please sign in to comment.