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: 006a512e8f75
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4936e99d564c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 18, 2017

  1. RethinkDB 2.3.5 -> 2.3.6

    AtnNn committed Jul 18, 2017
    Copy the full SHA
    119a0fe View commit details
  2. Merge pull request #27470 from AtnNn/rethinkdb

    RethinkDB 2.3.5 -> 2.3.6
    Mic92 authored Jul 18, 2017
    Copy the full SHA
    4936e99 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nosql/rethinkdb/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/rethinkdb/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "rethinkdb-${version}";
version = "2.3.5";
version = "2.3.6";

src = fetchurl {
url = "https://download.rethinkdb.com/dist/${name}.tgz";
sha256 = "047fz3r0rn95mqr5p1xfdprf0hq4avq2a1q8zsdifxxid7hyx2nx";
sha256 = "0a6wlgqa2flf87jrp4fq4y9aihwyhgwclmss56z03b8hd5k5j8f4";
};

postPatch = stdenv.lib.optionalString stdenv.isDarwin ''