Skip to content

Commit

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

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.9";
version = "1.9.1";

src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "06k66x387r93m7d3bd5yzwdm8f8xc43cdjfamqldfc1v8ngak0y9";
sha256 = "1p226lgsmiwgcvmiakac9i08304cq5ick23vmsk1vjcsh6dvz9i3";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 85e1c65

Please sign in to comment.