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

Commits on Jan 20, 2020

  1. kubernetes: 1.15.6 -> 1.15.8

    Johan Thomsen committed Jan 20, 2020
    Copy the full SHA
    390425f View commit details

Commits on Jan 25, 2020

  1. Merge pull request #78099 from johanot/kubernetes-1.15.8

    kubernetes: 1.15.6 -> 1.15.8
    marsam authored Jan 25, 2020
    Copy the full SHA
    57c35c6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/cluster/kubernetes/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubernetes/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ with lib;

stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.15.6";
version = "1.15.8";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "1sk76ddhpiv0b2jhmlf3d38y6p64fgj4cpg9d3h92lmah3fqndgk";
sha256 = "0m1gskczx6rlff49akf92hs39j9wfap553k51w03pj3psnx8pcyd";
};

buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];