gambit: 4.8.8-300db59 -> 4.8.8-415-g29ed48bb
This commit is contained in:
parent
b8f7027360
commit
d75594e2d7
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gambit-${version}";
|
name = "gambit-${version}";
|
||||||
version = "4.8.8-300db59";
|
version = "4.8.8-415-g29ed48bb";
|
||||||
bootstrap = import ./bootstrap.nix ( pkgs );
|
bootstrap = import ./bootstrap.nix ( pkgs );
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/feeley/gambit.git";
|
url = "https://github.com/feeley/gambit.git";
|
||||||
rev = "300db59e1d3b66bcd597f617849df0274d2a4472";
|
rev = "29ed48bb688e8302d2430b5d24a2fc7c2039aeec";
|
||||||
sha256 = "1mhy49lasakgvdaswkxasdssik11lx3hfx4h1gs2b6881488ssdp";
|
sha256 = "1h3kmczvjir0pi6cmqa2bsc09n68jhw0bxq7m6w4b1f0xvgvn3fr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl git autoconf bootstrap ];
|
buildInputs = [ openssl git autoconf bootstrap ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user