go_1_12: 1.12.9 -> 1.12.10
GO 1.12.10 has been released 5 days ago, so bumping it in the hope that it also fixes some flakey GC tests. Also see https://github.com/NixOS/nixpkgs/pull/69359
This commit is contained in:
parent
c79ea99e5b
commit
aa467810a5
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "go";
|
||||
version = "1.12.9";
|
||||
version = "1.12.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dl.google.com/go/go${version}.src.tar.gz";
|
||||
sha256 = "1z32imbwmpkzgyh5c3vi7rbvzbq94xjk5qi2xm9sccj7kknmc3mb";
|
||||
sha256 = "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm";
|
||||
};
|
||||
|
||||
# perl is used for testing go vet
|
||||
|
|
Loading…
Reference in a new issue