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

Commits on Jan 16, 2020

  1. kind: 0.6.1 -> 0.7.0

    Roman Kuznetsov committed Jan 16, 2020
    Copy the full SHA
    30de00b View commit details

Commits on Jan 17, 2020

  1. Merge pull request #77789 from kuznero/kuznero/kind

    kind: 0.6.1 -> 0.7.0
    marsam authored Jan 17, 2020
    Copy the full SHA
    8320821 View commit details
Showing with 14 additions and 14 deletions.
  1. +2 −2 pkgs/development/tools/kind/default.nix
  2. +12 −12 pkgs/development/tools/kind/deps.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/kind/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@ with stdenv.lib;

buildGoPackage rec {
pname = "kind";
version = "0.6.1";
version = "0.7.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "kubernetes-sigs";
repo = "kind";
sha256 = "165nwkhsa12z043rvkdf977jndhp82x7sccqfy75pkx99mzz43r2";
sha256 = "0hvb0rbi1m0d1flk15l3wws96kmmjhsy6islkhy5h7jalc4k0nx4";
};

goDeps = ./deps.nix;
24 changes: 12 additions & 12 deletions pkgs/development/tools/kind/deps.nix

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