summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 13:28:28 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 13:28:28 -0800
commitad6bfada7a5c319e60e57d6e858416a1fff83bee (patch)
tree31927949f56e65e94a1cd2f1ab8c897a7e4024f3 /pkgs/applications/networking/cluster
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar.gz
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar.bz2
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar.lz
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar.xz
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.tar.zst
nixpkgs-ad6bfada7a5c319e60e57d6e858416a1fff83bee.zip
kubernetes: 1.12.1 -> 1.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubernetes/versions
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index 343380c6075..c3ed2d16df1 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -15,13 +15,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   name = "kubernetes-${version}";
-  version = "1.12.1";
+  version = "1.12.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = "kubernetes";
     rev = "v${version}";
-    sha256 = "1gm0v5p008w9i4k94ddjdyfqfsbx7a6ngmh81p155599hifm32zc";
+    sha256 = "14w77yw8pd2y5d764byh31vv9203y38zlvcr1a9wylrs00kgzwfw";
   };
 
   buildInputs = [ removeReferencesTo makeWrapper which go_1_10 rsync go-bindata ];