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

Commits on May 6, 2020

  1. kops_1_15: 1.15.2 -> 1.15.3

    kampka committed May 6, 2020
    Copy the full SHA
    8bcf7f6 View commit details
  2. kops_1_16: 1.16.1 -> 1.16.2

    kampka committed May 6, 2020
    Copy the full SHA
    7d2a50a View commit details
  3. Merge pull request #87068 from kampka/kops

    kops: 1.15.2 -> 1.15.3 and 1.16.1 -> 1.16.2
    zimbatm authored May 6, 2020
    Copy the full SHA
    7e66125 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
@@ -52,12 +52,12 @@ in rec {
mkKops = generic;

kops_1_15 = mkKops {
version = "1.15.2";
sha256 = "1sjfd7pfi81ccq1dkgkh9xx6y94bqzlp727pvyf7l01x3d14z2b3";
version = "1.15.3";
sha256 = "0pzgrsl61nw8pm3s032lj020fw13x3fpzlj7lknsnd581f0gg4df";
};

kops_1_16 = mkKops {
version = "1.16.1";
sha256 = "04ji1703z6b3rd4wmccah68api0jj2bndzkgdzqi855gccqbmi5g";
version = "1.16.2";
sha256 = "1vhkjhx1n3f6ggw5cy1avs3sbqb2da6khck9zqd4s7almjbpc2h2";
};
}