mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 15:27:02 +00:00
go_1_11: 1.11.5 -> 1.11.6
This commit is contained in:
parent
1f460d05c1
commit
2d9d054bce
1 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchFromGitHub, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
|
{ stdenv, fetchurl, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
|
||||||
, perl, which, pkgconfig, patch, procps, pcre, cacert, llvm, Security, Foundation
|
, perl, which, pkgconfig, patch, procps, pcre, cacert, llvm, Security, Foundation
|
||||||
, mailcap, runtimeShell
|
, mailcap, runtimeShell
|
||||||
, buildPackages, targetPackages }:
|
, buildPackages, targetPackages }:
|
||||||
|
@ -29,13 +29,11 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "go-${version}";
|
name = "go-${version}";
|
||||||
version = "1.11.5";
|
version = "1.11.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchurl {
|
||||||
owner = "golang";
|
url = "https://dl.google.com/go/go${version}.src.tar.gz";
|
||||||
repo = "go";
|
sha256 = "0cz1sdhxf9283p1p4jxb020pym0ncd0qlfh36r3hkv6bbm1a2vd9";
|
||||||
rev = "go${version}";
|
|
||||||
sha256 = "0d45057rc0bngq0nja847cagxji42qmlywr68f0dkg51im8nyr9y";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# perl is used for testing go vet
|
# perl is used for testing go vet
|
||||||
|
@ -125,7 +123,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./remove-tools-1.11.patch
|
./remove-tools-1.11.patch
|
||||||
./ssl-cert-file-1.9.patch
|
./ssl-cert-file-1.12.1.patch
|
||||||
./remove-test-pie.patch
|
./remove-test-pie.patch
|
||||||
./creds-test.patch
|
./creds-test.patch
|
||||||
./go-1.9-skip-flaky-19608.patch
|
./go-1.9-skip-flaky-19608.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue