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

Commits on Feb 1, 2019

  1. go_1_9: Drop go 1.9

    Unsupported by upstream
    adisbladis committed Feb 1, 2019
    Copy the full SHA
    affee8a View commit details
  2. Copy the full SHA
    8f58e00 View commit details
185 changes: 0 additions & 185 deletions pkgs/development/compilers/go/1.9.nix

This file was deleted.

14 changes: 0 additions & 14 deletions pkgs/development/compilers/go/creds-test-1.9.patch

This file was deleted.

26 changes: 0 additions & 26 deletions pkgs/development/compilers/go/remove-test-pie-1.9.patch

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/development/tools/vgo2nix/default.nix
Original file line number Diff line number Diff line change
@@ -9,16 +9,16 @@

buildGoPackage rec {
name = "vgo2nix-${version}";
version = "unstable-2018-12-02";
version = "unstable-2019-02-01";
goPackagePath = "github.com/adisbladis/vgo2nix";

nativeBuildInputs = [ makeWrapper ];

src = fetchFromGitHub {
owner = "adisbladis";
repo = "vgo2nix";
rev = "b298f4fb799fc532488fc887e1938668d7f3d219";
sha256 = "0gr5vfz5wzpcyxsz948aniyfbryg53agvzbkhdnb5hiwhi7nay9p";
rev = "8213e1ffe9e59b1f92df15a995eafd96b66da472";
sha256 = "1djwsw7zbprz4czaqsimpwccmmnk8wn38ksj7dis8xdvqrfy7h0g";
};

goDeps = ./deps.nix;
137 changes: 136 additions & 1 deletion pkgs/development/tools/vgo2nix/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading