gambit-unstable: 2018-08-06 -> 2018-09-03
This commit is contained in:
parent
ccbb218866
commit
7306e54c2c
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, callPackage, fetchgit }:
|
{ stdenv, callPackage, fetchgit }:
|
||||||
|
|
||||||
callPackage ./build.nix {
|
callPackage ./build.nix {
|
||||||
version = "unstable-2018-08-06";
|
version = "unstable-2018-09-03";
|
||||||
# git-version = "4.8.9-77-g91a4ad2c";
|
# git-version = "4.9.0";
|
||||||
SRC = fetchgit {
|
SRC = fetchgit {
|
||||||
url = "https://github.com/feeley/gambit.git";
|
url = "https://github.com/feeley/gambit.git";
|
||||||
rev = "91a4ad2c28375f067adedcaa61f9d66a4b536f4f";
|
rev = "7cdc7e7b9194b2c088c0667efaf7686a4ffd0d8a";
|
||||||
sha256 = "0px1ipvhh0hz8n38h6jv4y1nn163j8llvcy4l7p3hkdns5czwy1p";
|
sha256 = "06mmi8jkinihfirz4gjfw2lhxhskiqf3d47sihzx10r60asyqcxg";
|
||||||
};
|
};
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user