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: 04a7ef53fd43
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 348489c685d4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 17, 2019

  1. foundationdb61: 6.1.8 -> 6.1.10

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jun 17, 2019
    Copy the full SHA
    348489c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/foundationdb/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/foundationdb/default.nix
Original file line number Diff line number Diff line change
@@ -69,9 +69,9 @@ in with builtins; {
# ------------------------------------------------------

foundationdb61 = cmakeBuild rec {
version = "6.1.8";
version = "6.1.10";
branch = "release-6.1";
sha256 = "1qd9yf3a7a99nfx7vky0jy8r74yrxjwp9imc6792awn66256pxiv";
sha256 = "1v278zlrki3da2i2258j2b4rk4fq6d9bj623z01bjrvmaqxc2gry";

patches = [
./patches/clang-libcxx.patch