Skip to content

Commit

Permalink
go_1_9: 1.9.3 -> 1.9.4
Browse files Browse the repository at this point in the history
(cherry picked from commit cac2a65)
  • Loading branch information
adisbladis authored and Mic92 committed Apr 4, 2018
1 parent 121df5f commit 357efa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ in

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.9.3";
version = "1.9.4";

src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "0ivb6z30d6qrrkwjm9fdz9jfs567q4b6dljwwxc9shmdr2l9chah";
sha256 = "15d9lfiy1cjfz6nqnig5884ykqckx58cynd1bva1xna7bwcwwp2r";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 357efa3

Please sign in to comment.