Skip to content

Commit

Permalink
go_1_13: 1.13.11 -> 1.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jun 18, 2020
1 parent 203fcba commit b1cbd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.13.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.13.11";
version = "1.13.12";

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

# perl is used for testing go vet
Expand Down

0 comments on commit b1cbd08

Please sign in to comment.