Skip to content

Commit

Permalink
Merge pull request #77429 from zowoq/go
Browse files Browse the repository at this point in the history
go: 1.13.5 -> 1.13.6, go_1_12: 1.12.10 -> 1.12.15
  • Loading branch information
adisbladis committed Jan 11, 2020
2 parents f4c73a5 + 3e30f56 commit 4f2de85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.12.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.12.10";
version = "1.12.15";

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

# perl is used for testing go vet
Expand Down
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.5";
version = "1.13.6";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "1zr6lravlmyld57nnymkcr092pys4pr8qy0ans1rj3dkl3i5dlr7";
sha256 = "03220q6n4wlpmz6zz3mw48kl3pjxia6pxdvf03wbqh6w9favxrda";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 4f2de85

Please sign in to comment.