about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubernetes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-05 00:44:10 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-05 00:44:10 -0800
commit1c2ceb724b73281e5feaad34862f71501e51205b (patch)
tree57a209444d4e360d77757e4897f5ed6a6d31ba68 /pkgs/applications/networking/cluster/kubernetes
parent8f58e00226e3192994050b12aa9ed119be0220f3 (diff)
downloadnixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar.gz
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar.bz2
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar.lz
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar.xz
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.tar.zst
nixlib-1c2ceb724b73281e5feaad34862f71501e51205b.zip
kubernetes: 1.13.2 -> 1.13.3
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/kubernetes')
-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 d39585ce8b42..597c2c183092 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.13.2";
+  version = "1.13.3";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = "kubernetes";
     rev = "v${version}";
-    sha256 = "1j5yyzn3c481ba6bbyx6gsa41zhg3x35sdbajlnxmbnid0g21g8g";
+    sha256 = "1fcp27c501ql4v7fl7rl5qyjlw1awk139rwwm0jqdpgh3sd22l2z";
   };
 
   buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];