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

Commits on Feb 8, 2019

  1. gambit: 4.9.2 -> 4.9.3

    fare committed Feb 8, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    ce67cd5 View commit details

Commits on Feb 9, 2019

  1. gambit-unstable: 2019-01-18 -> 2019-02-05

    NB: Same as release 4.9.3
    fare committed Feb 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    7419ce7 View commit details

Commits on Feb 10, 2019

  1. gerbil: 0.15 -> 0.15.1

    fare committed Feb 10, 2019
    Copy the full SHA
    70fb353 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e1655a3 View commit details

Commits on Feb 12, 2019

  1. Merge pull request #55528 from fare-patches/master

    Update Gambit and Gerbil from Upstream
    7c6f434c authored Feb 12, 2019
    Copy the full SHA
    8a50050 View commit details
9 changes: 4 additions & 5 deletions pkgs/development/compilers/gambit/bootstrap.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, autoconf, git, ... }:
{ stdenv, fetchurl, autoconf, ... }:

stdenv.mkDerivation rec {
name = "gambit-bootstrap-${version}";
version = "4.9.2";
tarball_version = "v4_9_2";
version = "4.9.3";

src = fetchurl {
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-${tarball_version}.tgz";
sha256 = "1cpganh3jgjdw6qsapcbwxdbp1xwgx5gvdl4ymwf8p2c5k018dwy";
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-v4_9_3.tgz";
sha256 = "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk";
};

buildInputs = [ autoconf ];
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gambit/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, callPackage, fetchurl }:

callPackage ./build.nix {
version = "4.9.2";
version = "4.9.3";
src = fetchurl {
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-v4_9_2-devel.tgz";
sha256 = "1xpjm3m1pxwj3n0g36lbb3p6wx2nc1iry95xc22pnq3m2374gjxv";
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.9/source/gambit-v4_9_3.tgz";
sha256 = "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk";
};
inherit stdenv;
}
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-01-18";
# git-version = "4.9.2";
version = "unstable-2019-02-05";
# git-version = "4.9.3";
src = fetchFromGitHub {
owner = "feeley";
repo = "gambit";
rev = "cf5688ecf35d85b9355c645f535c1e057b3064e7";
sha256 = "1xr7j4iws6hlrdbvlii4n98apr78k4adbnmy4ggzyik65bynh1kl";
rev = "baf7de67f6d800821412fe83a8d9e9e09faeb490";
sha256 = "0ygm5y8fvq6dbb8mwq52v8rc8pdnwm4qpmxlnx5m9hzzbm1kzxxv";
};
inherit stdenv;
}
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gerbil/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, callPackage, fetchFromGitHub, gambit }:

callPackage ./build.nix rec {
version = "0.15";
git-version = "0.15";
version = "0.15.1";
git-version = "0.15.1";
inherit gambit;
src = fetchFromGitHub {
owner = "vyzo";
repo = "gerbil";
rev = "v${version}";
sha256 = "1ff1gpl0bl1pbs68bxax82ikw4bzbkrj4a6l775ziwyfndjggl66";
sha256 = "0qpqms66hz41wwhxb1z0fnzj96ivkm7qi9h9d7lhlr3fsxm1kp1n";
};
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-01-25";
git-version = "0.15";
version = "unstable-2019-02-09";
git-version = "0.16-DEV-15-gafc20fc2";
gambit = gambit-unstable;
src = fetchFromGitHub {
owner = "vyzo";
repo = "gerbil";
rev = "8c1aa2ca129a380de9cf668a7f3f6d56e56cbf94";
sha256 = "1ff1gpl0bl1pbs68bxax82ikw4bzbkrj4a6l775ziwyfndjggl66";
rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad";
sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw";
};
inherit stdenv;
}