gerbil-unstable: 2018-08-11 -> 2018-09-06
This commit is contained in:
parent
7306e54c2c
commit
6c64d94490
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, callPackage, fetchgit, gambit-unstable }:
|
{ stdenv, callPackage, fetchgit, gambit-unstable }:
|
||||||
|
|
||||||
callPackage ./build.nix {
|
callPackage ./build.nix {
|
||||||
version = "unstable-2018-08-11";
|
version = "unstable-2018-09-06";
|
||||||
git-version = "0.13-DEV-542-g274e1a22";
|
git-version = "0.14-DEV";
|
||||||
GAMBIT = gambit-unstable;
|
GAMBIT = gambit-unstable;
|
||||||
SRC = fetchgit {
|
SRC = fetchgit {
|
||||||
url = "https://github.com/vyzo/gerbil.git";
|
url = "https://github.com/vyzo/gerbil.git";
|
||||||
rev = "274e1a22b2d2b708d5582594274ab52ee9ba1686";
|
rev = "184cb635c82517d5d75d7966dcdf1d25ad863dac";
|
||||||
sha256 = "10j44ar4xfl8xmh276zg1ykd3r0vy7w2f2cg4p8slwnk9r251g2s";
|
sha256 = "1ljzbpc36i9zpzfwra5hpfbgzj1dyzzp50h5jf976n8qr9x4l7an";
|
||||||
};
|
};
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user