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: f4c73a568fd1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f2de85ac1c5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 10, 2020

  1. go: 1.13.5 -> 1.13.6

    zowoq committed Jan 10, 2020
    Copy the full SHA
    116b5c5 View commit details
  2. go_1_12: 1.12.10 -> 1.12.15

    zowoq committed Jan 10, 2020
    Copy the full SHA
    3e30f56 View commit details

Commits on Jan 11, 2020

  1. Merge pull request #77429 from zowoq/go

    go: 1.13.5 -> 1.13.6, go_1_12: 1.12.10 -> 1.12.15
    adisbladis authored Jan 11, 2020
    Copy the full SHA
    4f2de85 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/compilers/go/1.12.nix
  2. +2 −2 pkgs/development/compilers/go/1.13.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.12.nix
Original file line number Diff line number Diff line change
@@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.12.10";
version = "1.12.15";

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

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

stdenv.mkDerivation rec {
pname = "go";
version = "1.13.5";
version = "1.13.6";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "1zr6lravlmyld57nnymkcr092pys4pr8qy0ans1rj3dkl3i5dlr7";
sha256 = "03220q6n4wlpmz6zz3mw48kl3pjxia6pxdvf03wbqh6w9favxrda";
};

# perl is used for testing go vet