gerbil: 0.12-RELEASE -> 0.13
This commit is contained in:
parent
c1219b6892
commit
ccbb218866
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, callPackage, fetchurl, gambit }:
|
{ stdenv, callPackage, fetchurl, gambit }:
|
||||||
|
|
||||||
callPackage ./build.nix {
|
callPackage ./build.nix {
|
||||||
version = "0.12-RELEASE";
|
version = "0.13";
|
||||||
git-version = "0.12";
|
git-version = "0.13";
|
||||||
GAMBIT = gambit;
|
GAMBIT = gambit;
|
||||||
SRC = fetchurl {
|
SRC = fetchurl {
|
||||||
url = "https://github.com/vyzo/gerbil/archive/v0.12.tar.gz";
|
url = "https://github.com/vyzo/gerbil/archive/v0.13.tar.gz";
|
||||||
sha256 = "0nigr3mgrzai57q2jqac8f39zj8rcmic3277ynyzlgm8hhps71pq";
|
sha256 = "1qs0vdq2lgxlpw20s8jzw2adx1xk9wb3w2m4a8vp6bb8hagmfr5l";
|
||||||
};
|
};
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue