gerbil-unstable: 2019-02-09 -> 2019-08-11
This commit is contained in:
parent
cb2059e29e
commit
1a00ceeb32
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, callPackage, fetchFromGitHub, gambit-unstable }:
|
{ stdenv, callPackage, fetchFromGitHub, gambit-unstable }:
|
||||||
|
|
||||||
callPackage ./build.nix {
|
callPackage ./build.nix {
|
||||||
version = "unstable-2019-02-09";
|
version = "unstable-2019-08-11";
|
||||||
git-version = "0.16-DEV-15-gafc20fc2";
|
git-version = "0.16-DEV-132-gcb58f9a3";
|
||||||
gambit = gambit-unstable;
|
gambit = gambit-unstable;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vyzo";
|
owner = "vyzo";
|
||||||
repo = "gerbil";
|
repo = "gerbil";
|
||||||
rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad";
|
rev = "cb58f9a30630a6f3e85a55f2c1dcc654f517ffed";
|
||||||
sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw";
|
sha256 = "18jh64v1gi6z3pks9zf19f2wcjpv21cs270dnaq617kgwp53vysh";
|
||||||
};
|
};
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user