Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gerbil-unstable: 2019-01-25 -> 2019-02-09

+4 -4
+4 -4
pkgs/development/compilers/gerbil/unstable.nix
··· 1 { stdenv, callPackage, fetchFromGitHub, gambit-unstable }: 2 3 callPackage ./build.nix { 4 - version = "unstable-2019-01-25"; 5 - git-version = "0.15"; 6 gambit = gambit-unstable; 7 src = fetchFromGitHub { 8 owner = "vyzo"; 9 repo = "gerbil"; 10 - rev = "8c1aa2ca129a380de9cf668a7f3f6d56e56cbf94"; 11 - sha256 = "1ff1gpl0bl1pbs68bxax82ikw4bzbkrj4a6l775ziwyfndjggl66"; 12 }; 13 inherit stdenv; 14 }
··· 1 { stdenv, callPackage, fetchFromGitHub, gambit-unstable }: 2 3 callPackage ./build.nix { 4 + version = "unstable-2019-02-09"; 5 + git-version = "0.16-DEV-15-gafc20fc2"; 6 gambit = gambit-unstable; 7 src = fetchFromGitHub { 8 owner = "vyzo"; 9 repo = "gerbil"; 10 + rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad"; 11 + sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw"; 12 }; 13 inherit stdenv; 14 }