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: 9af20c376b34
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5a7cf79411e
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 14, 2019

  1. Copy the full SHA
    cb2059e View commit details
  2. Copy the full SHA
    1a00cee View commit details
  3. Merge pull request #66632 from fare-patches/master

    Update Gambit and Gerbil from upstream
    7c6f434c authored Aug 14, 2019
    Copy the full SHA
    f5a7cf7 View commit details
Showing with 8 additions and 8 deletions.
  1. +4 −4 pkgs/development/compilers/gambit/unstable.nix
  2. +4 −4 pkgs/development/compilers/gerbil/unstable.nix
8 changes: 4 additions & 4 deletions pkgs/development/compilers/gambit/unstable.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, callPackage, fetchFromGitHub }:

callPackage ./build.nix {
version = "unstable-2019-02-05";
# git-version = "4.9.3";
version = "unstable-2019-07-21";
# git-version = "4.9.3-109-g3b5f74fa";
src = fetchFromGitHub {
owner = "feeley";
repo = "gambit";
rev = "baf7de67f6d800821412fe83a8d9e9e09faeb490";
sha256 = "0ygm5y8fvq6dbb8mwq52v8rc8pdnwm4qpmxlnx5m9hzzbm1kzxxv";
rev = "3b5f74fae74b2159e3bf6923f29a18b31cc15dcc";
sha256 = "07cb0d8754dqhxawkp5dp4y0bsa9kfald4dkj60j5yfnsp81y5mi";
};
inherit stdenv;
}
8 changes: 4 additions & 4 deletions pkgs/development/compilers/gerbil/unstable.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, callPackage, fetchFromGitHub, gambit-unstable }:

callPackage ./build.nix {
version = "unstable-2019-02-09";
git-version = "0.16-DEV-15-gafc20fc2";
version = "unstable-2019-08-11";
git-version = "0.16-DEV-132-gcb58f9a3";
gambit = gambit-unstable;
src = fetchFromGitHub {
owner = "vyzo";
repo = "gerbil";
rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad";
sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw";
rev = "cb58f9a30630a6f3e85a55f2c1dcc654f517ffed";
sha256 = "18jh64v1gi6z3pks9zf19f2wcjpv21cs270dnaq617kgwp53vysh";
};
inherit stdenv;
}