Skip to content

Commit

Permalink
go: 1.6.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 11, 2016
1 parent 68af82b commit 18c0be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.6.nix
Expand Up @@ -15,11 +15,11 @@ in

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.6.2";
version = "1.6.3";

src = fetchurl {
url = "https://github.com/golang/go/archive/go${version}.tar.gz";
sha256 = "17sfhg3xfnakk666wlsbhxp4vbn19hlywf5cn1zfcd4zqkcyx30h";
sha256 = "1plakydixx0xrp0z3n8ahnwg66psn31791dh56yl4ry41phq0axm";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 18c0be1

Please sign in to comment.