Skip to content

Commit

Permalink
go_1_14: 1.14 -> 1.14.1
Browse files Browse the repository at this point in the history
This contains at least golang/go#37807, which
currently causes some of our go binaries to just fail when booted with
older kernels.

See golang/go#37436 for context.

(cherry picked from commit da2146d)
  • Loading branch information
flokli authored and stigok committed Jun 12, 2020
1 parent ab3f4da commit 5865b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14";
version = "1.14.1";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "12a3nzj4k4p5ica447sjfva9pvvj84a03b4xlg3mhl2nmm33wr3d";
sha256 = "0xkna02clggcdgl5xxwani62krnf64x6p3hk9k5v9ldh2lhmglia";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 5865b88

Please sign in to comment.