3
0
Fork 0
forked from mirrors/nixpkgs

Updating go from 1.3.2 to 1.3.3.

This commit is contained in:
Lluís Batlle i Rossell 2014-10-10 16:41:38 +02:00
parent b168a8c118
commit eb21ef2bc7

View file

@ -9,7 +9,7 @@ let
srcs = {
golang = fetchurl {
url = https://storage.googleapis.com/golang/go1.3.3.src.tar.gz;
sha256 = "1zym3kcl7hb8yb05syr2c549kq6cjkcmbbvmm1b9g2zykklgvdhv";
sha1 = "b54b7deb7b7afe9f5d9a3f5dd830c7dede35393a";
};
tools = fetchhg {
url = https://code.google.com/p/go.tools/;