Adding revisions to all fetch* of ngrok.

This commit is contained in:
Lluís Batlle i Rossell 2013-11-11 22:22:17 +01:00
parent 6c2ee56e4b
commit a5bc306985

View file

@ -3,36 +3,43 @@
let
go-websocket = fetchgit {
url = "git://github.com/garyburd/go-websocket";
rev = "refs/heads/master";
sha256 = "1e4fcff29c961cd7433ba1b655412d466edfeb1f0829b41f578764857bc801fe";
rev = "4bad98c955";
sha256 = "1zh1r1xqar47awgv8a883zmxyvj65m0mbdm17d1xf74nkkrcykqy";
};
go-metrics = fetchgit {
url = "https://github.com/inconshreveable/go-metrics";
rev = "60ba4ca70c";
sha256 = "3dc8c229ce5123d86269c0c48401a9cdd2cde7558d85374c9dbc4bbd531e86d5";
};
termbox-go = fetchgit {
url = "https://github.com/nsf/termbox-go";
sha256 = "6b23e8eabb1c7a99dc8c5a7dd5ecb2c2ae736c7f54e485548d08ac337b3a0400";
rev = "cea198fce7";
sha256 = "bde4190ae83d5c5870b8e11e16387cf03f2d44a8369f94674d4b9d0960c40693";
};
go-bindata = fetchgit {
url = "https://github.com/inconshreveable/go-bindata";
rev = "99016b3cc0";
sha256 = "518a5b61cfbe58f8bc55bd6139adcd69997b6ba474536a70b538879aaf118578";
};
go-update = fetchgit {
url = "https://github.com/inconshreveable/go-update";
rev = "3f04666667";
sha256 = "34647689a50b9d12e85a280d9034cc1772079163481c4778ee4b3e6c4b41e2f4";
};
goyaml = fetchbzr {
url = "https://launchpad.net/goyaml";
sha256 = "03is37cgw62cha316xrs5h7q97im46ry5qldkfvbhimjq3ww0swj";
revision = "branch:lp:goyaml";
# Branch: "branch:lp:goyaml"
revision = 47;
};
log4go = fetchhg {
url = "https://code.google.com/p/log4go/";
tag = "c3294304d93f";
sha256 = "0q906sxrmwir295virfibqvdzlaj340qh2r4ysx1ccjrjazc0q5p";
};
osext = fetchhg {
url = "https://bitbucket.org/kardianos/osext";
tag = "364fb57";
sha256 = "1w9x2zj716agfd5x5497ajb9nz3ljar74768vjidsyly143vzjws";
};
in stdenv.mkDerivation rec {