go: update from 1.3.2 to 1.3.3
This commit is contained in:
parent
4941b96f0c
commit
361375c3ac
@ -8,8 +8,8 @@ let
|
||||
loaderArm = "${glibc}/lib/ld-linux.so.3";
|
||||
srcs = {
|
||||
golang = fetchurl {
|
||||
url = https://storage.googleapis.com/golang/go1.3.2.src.tar.gz;
|
||||
sha256 = "1yq6xygc5lhn3b9d4sbddlf8dzi3wihyzjwyc8rhiwrb3hj8hx1y";
|
||||
url = https://storage.googleapis.com/golang/go1.3.3.src.tar.gz;
|
||||
sha256 = "1zym3kcl7hb8yb05syr2c549kq6cjkcmbbvmm1b9g2zykklgvdhv";
|
||||
};
|
||||
tools = fetchhg {
|
||||
url = https://code.google.com/p/go.tools/;
|
||||
@ -20,7 +20,7 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "go-1.3.2";
|
||||
name = "go-1.3.3";
|
||||
|
||||
src = srcs.golang;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user