gambit-unstable: 2018-03-26 -> 2018-05-30

This commit is contained in:
Francois-Rene Rideau 2018-04-10 00:47:16 -04:00
parent 3816372808
commit 69926e61ea

View File

@ -1,11 +1,11 @@
{ callPackage, fetchgit }: { callPackage, fetchgit }:
callPackage ./build.nix { callPackage ./build.nix {
version = "unstable-2018-03-26"; version = "unstable-2018-05-30";
git-version = "4.8.9-8-g793679bd"; git-version = "4.8.9-54-gffe8841b";
SRC = fetchgit { SRC = fetchgit {
url = "https://github.com/feeley/gambit.git"; url = "https://github.com/feeley/gambit.git";
rev = "793679bd57eb6275cb06e6570b05f4a78df61bf9"; rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";
sha256 = "0bippvmrc8vcaa6ka3mhzfgkagb6a1616g7nxk0i0wapxai5cngj"; sha256 = "1xzkwa2f6zazybbgd5zynhr36krayhr29vsbras5ld63hkrxrp7q";
}; };
} }