Skip to content

Commit

Permalink
go_1_12: 1.12.9 -> 1.12.10
Browse files Browse the repository at this point in the history
GO 1.12.10 has been released 5 days ago, so
bumping it in the hope that it also fixes some
flakey GC tests.

Also see NixOS#69359
  • Loading branch information
d-goldin committed Oct 2, 2019
1 parent c79ea99 commit aa46781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.12.nix
Expand Up @@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.12.9";
version = "1.12.10";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "1z32imbwmpkzgyh5c3vi7rbvzbq94xjk5qi2xm9sccj7kknmc3mb";
sha256 = "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm";
};

# perl is used for testing go vet
Expand Down

0 comments on commit aa46781

Please sign in to comment.