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: 7f5d9eca0b8a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 808f24928b8e
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 14, 2020

  1. go_1_14: 1.14.9 -> 1.14.10

    (cherry picked from commit 4f282b1)
    zowoq committed Nov 14, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    9330680 View commit details
  2. go_1_15: 1.15.2 -> 1.15.3

    (cherry picked from commit 6084c2e)
    zowoq committed Nov 14, 2020
    Copy the full SHA
    1c6f850 View commit details
  3. go_1_14: 1.14.10 -> 1.14.11

    (cherry picked from commit ffb658f)
    zowoq committed Nov 14, 2020
    Copy the full SHA
    afaf860 View commit details
  4. go_1_15: 1.15.3 -> 1.15.4

    (cherry picked from commit d1febbe)
    zowoq committed Nov 14, 2020
    Copy the full SHA
    73c2044 View commit details
  5. go_1_14: 1.14.11 -> 1.14.12

    (cherry picked from commit 1692a8a)
    zowoq committed Nov 14, 2020
    Copy the full SHA
    6d90a7f View commit details
  6. go_1_15: 1.15.4 -> 1.15.5

    (cherry picked from commit a259136)
    zowoq committed Nov 14, 2020
    Copy the full SHA
    808f249 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/compilers/go/1.14.nix
  2. +2 −2 pkgs/development/compilers/go/1.15.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
@@ -31,11 +31,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14.9";
version = "1.14.12";

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

# perl is used for testing go vet
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.15.nix
Original file line number Diff line number Diff line change
@@ -31,11 +31,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.15.2";
version = "1.15.5";

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

# perl is used for testing go vet