Skip to content

Commit

Permalink
go: 1.8.3 -> 1.8.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 419d333)
  • Loading branch information
sigma authored and orivej committed Oct 5, 2017
1 parent 85e1c65 commit b0be8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.8.nix
Expand Up @@ -25,13 +25,13 @@ in

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.8.3";
version = "1.8.4";

src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "0g83xm9gb872rsqzwqr1zw5szq69xhynljj2nglg4yyfi7dm2r1c";
sha256 = "0p0m63y39pja3fkj43sdq0qv8kqljkz7d58bf9jbw0rjw2c9ml4a";
};

# perl is used for testing go vet
Expand Down

0 comments on commit b0be8ff

Please sign in to comment.