Skip to content

Commit

Permalink
go_1_14: 1.14.8 -> 1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 10, 2020
1 parent 240d824 commit 6190615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.14.nix
Expand Up @@ -31,11 +31,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14.8";
version = "1.14.9";

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

# perl is used for testing go vet
Expand Down

0 comments on commit 6190615

Please sign in to comment.