Merge pull request #6655 from wjlroe/go-1.4.2
go: Update to version 1.4.2
This commit is contained in:
commit
bb7cc43c0f
@ -6,8 +6,8 @@ let
|
|||||||
loaderArm = "${glibc}/lib/ld-linux.so.3";
|
loaderArm = "${glibc}/lib/ld-linux.so.3";
|
||||||
srcs = {
|
srcs = {
|
||||||
golang = fetchurl {
|
golang = fetchurl {
|
||||||
url = https://github.com/golang/go/archive/go1.4.1.tar.gz;
|
url = https://github.com/golang/go/archive/go1.4.2.tar.gz;
|
||||||
sha256 = "1q21i08nymy30vszbcah8l8yjxm32x2wmjs44kn2x2r4556y1mgi";
|
sha256 = "3e5d07bc5214a1ffe187cf6406c5b5a80ee44f12f6bca97a5463db0afee2f6ac";
|
||||||
};
|
};
|
||||||
tools = fetchgit {
|
tools = fetchgit {
|
||||||
url = https://github.com/golang/tools.git;
|
url = https://github.com/golang/tools.git;
|
||||||
@ -18,7 +18,7 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "go-1.4.1";
|
name = "go-1.4.2";
|
||||||
|
|
||||||
src = srcs.golang;
|
src = srcs.golang;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user