Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f81a6f98e697
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cacfb8300044
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 24, 2019

  1. neo4j: 3.5.13 -> 3.5.14

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    1a5f0c2 View commit details

Commits on Jan 6, 2020

  1. Merge pull request #76336 from r-ryantm/auto-update/neo4j

    neo4j: 3.5.13 -> 3.5.14
    marsam authored Jan 6, 2020
    Copy the full SHA
    cacfb83 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nosql/neo4j/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/neo4j/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "neo4j";
version = "3.5.13";
version = "3.5.14";

src = fetchurl {
url = "https://neo4j.com/artifact.php?name=neo4j-community-${version}-unix.tar.gz";
sha256 = "0l320314pqy1mbcrkf7xkifwz86s5xa5saq81yqr8a67df0jknrg";
sha256 = "1zjb6cgk2lpzx6pq1cs5fh65in6b5ccpl1cgfiglgpjc948mnhzv";
};

buildInputs = [ makeWrapper jre8 which gawk ];