Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e5ef8c4709e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b3831957fe8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 2, 2020

  1. go_1_14: 1.14 -> 1.14.1

    This contains at least golang/go#37807, which
    currently causes some of our go binaries to just fail when booted with
    older kernels.
    
    See golang/go#37436 for context.
    
    (cherry picked from commit da2146d)
    flokli authored and Mic92 committed Apr 2, 2020
    Copy the full SHA
    3b38319 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/go/1.14.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
@@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14";
version = "1.14.1";

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

# perl is used for testing go vet