tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gerbil-unstable: 2018-05-12 -> 2018-08-11
Francois-Rene Rideau
7 years ago
c75576f9
0dd9403a
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
gerbil
unstable.nix
+4
-4
pkgs/development/compilers/gerbil/unstable.nix
reviewed
···
1
1
{ callPackage, fetchgit, gambit-unstable }:
2
2
3
3
callPackage ./build.nix {
4
4
-
version = "unstable-2018-05-12";
5
5
-
git-version = "0.13-DEV-437-gaefdb47f";
4
4
+
version = "unstable-2018-08-11";
5
5
+
git-version = "0.13-DEV-542-g274e1a22";
6
6
GAMBIT = gambit-unstable;
7
7
SRC = fetchgit {
8
8
url = "https://github.com/vyzo/gerbil.git";
9
9
-
rev = "aefdb47f3d1ceaa735fd5c3dcaac2aeb0d4d2436";
10
10
-
sha256 = "0xhsilm5kix5lsmykv273npp1gk6dgx9axh266mimwh7j0nxf7ms";
9
9
+
rev = "274e1a22b2d2b708d5582594274ab52ee9ba1686";
10
10
+
sha256 = "10j44ar4xfl8xmh276zg1ykd3r0vy7w2f2cg4p8slwnk9r251g2s";
11
11
};
12
12
}