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

Commits on Jul 6, 2020

  1. kops_1_16: 1.16.3 -> 1.16.4

    kampka committed Jul 6, 2020
    Copy the full SHA
    e680e3b View commit details
  2. kops_1_17: 1.17.0 -> 1.17.1

    kampka committed Jul 6, 2020
    Copy the full SHA
    8136e02 View commit details

Commits on Jul 7, 2020

  1. Merge pull request #92433 from kampka/kops

    kops: 1.16.3 -> 1.16.4 1.17.0 -> 1.17.1
    zimbatm authored Jul 7, 2020
    Copy the full SHA
    6a6c47a View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/networking/cluster/kops/default.nix
8 changes: 4 additions & 4 deletions pkgs/applications/networking/cluster/kops/default.nix
Original file line number Diff line number Diff line change
@@ -57,12 +57,12 @@ in rec {
};

kops_1_16 = mkKops {
version = "1.16.3";
sha256 = "01j7r89vim12wgb2dv6p2pib8wj2daain179cawlyb5kjyyb3jnq";
version = "1.16.4";
sha256 = "0qi80hzd5wc8vn3y0wsckd7pq09xcshpzvcr7rl5zd4akxb0wl3f";
};

kops_1_17 = mkKops {
version = "1.17.0";
sha256 = "175fi7pdzncqyv2gyaf96rn96zaywlyqrb6669n42faxilhyjbw7";
version = "1.17.1";
sha256 = "1km6nwanmhfx8rl1wp445z9ib50jr2f86rd92vilm3q4rs9kig1h";
};
}