go: 1.6.2 -> 1.6.3

This commit is contained in:
Domen Kožar 2016-08-11 16:34:07 +02:00
parent 68af82b575
commit 18c0be1b3a

View File

@ -15,11 +15,11 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "go-${version}"; name = "go-${version}";
version = "1.6.2"; version = "1.6.3";
src = fetchurl { src = fetchurl {
url = "https://github.com/golang/go/archive/go${version}.tar.gz"; url = "https://github.com/golang/go/archive/go${version}.tar.gz";
sha256 = "17sfhg3xfnakk666wlsbhxp4vbn19hlywf5cn1zfcd4zqkcyx30h"; sha256 = "1plakydixx0xrp0z3n8ahnwg66psn31791dh56yl4ry41phq0axm";
}; };
# perl is used for testing go vet # perl is used for testing go vet