Skip to content

Commit

Permalink
Merge pull request #87851 from zowoq/go1143
Browse files Browse the repository at this point in the history
go: 1.14.2 -> 1.14.3
  • Loading branch information
marsam committed May 19, 2020
2 parents fd05023 + 8d41f9f commit 760aa78
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.2";
version = "1.14.3";

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

# perl is used for testing go vet
Expand Down

0 comments on commit 760aa78

Please sign in to comment.