Commit cef4449c authored by R. RyanTM's avatar R. RyanTM
Browse files

neo4j: 5.21.0 -> 5.22.0

parent c135d5e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];