Skip to content

Commit

Permalink
go: 1.9.1 -> 1.9.2
Browse files Browse the repository at this point in the history
(cherry picked from commit df04f0c)
  • Loading branch information
adisbladis authored and NeQuissimus committed Oct 26, 2017
1 parent 2178321 commit cd9ce6d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/development/compilers/go/1.9.nix
Expand Up @@ -25,13 +25,13 @@ in

stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.9.1";
version = "1.9.2";

src = fetchFromGitHub {
owner = "golang";
repo = "go";
rev = "go${version}";
sha256 = "1p226lgsmiwgcvmiakac9i08304cq5ick23vmsk1vjcsh6dvz9i3";
sha256 = "07p4ld07r2nml2bsbfb8h51hqilbqyhhdlia99y1gk7ibvhybv8i";
};

# perl is used for testing go vet
Expand Down Expand Up @@ -123,10 +123,6 @@ stdenv.mkDerivation rec {
url = "https://github.com/golang/go/commit/29415eb2b92e78481897c4161ba99f5b09fa6102.patch";
sha256 = "01jkm4b2dazzjnfla7rdd0w2clzplga3zza6ybpmkjkk3i4bp73d";
})
(fetchpatch {
url = "https://github.com/golang/go/commit/27e80f7c4d8001598367e15a1617fa524bd0fb11.patch";
sha256 = "1250nrc79jwcagkjqffn5srn78isykvjhvmqhwipwyqb99q85wcz";
})
];

postPatch = optionalString stdenv.isDarwin ''
Expand Down

0 comments on commit cd9ce6d

Please sign in to comment.