about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kube-router
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-09 08:44:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-09 08:44:10 +0000
commite1856e3955f44e66d555a25e02bcbe03444d8536 (patch)
tree690a3ee16abae3540b20fc384eee71b35382438f /pkgs/applications/networking/cluster/kube-router
parent717538e9082a42d97dce9f53740045a73865b18e (diff)
kube-router: 1.1.1 -> 1.2.2
Diffstat (limited to 'pkgs/applications/networking/cluster/kube-router')
-rw-r--r--pkgs/applications/networking/cluster/kube-router/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kube-router/default.nix b/pkgs/applications/networking/cluster/kube-router/default.nix
index 586fc6cf806b5..85b83c994df88 100644
--- a/pkgs/applications/networking/cluster/kube-router/default.nix
+++ b/pkgs/applications/networking/cluster/kube-router/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "kube-router";
-  version = "1.1.1";
+  version = "1.2.2";
 
   goPackagePath = "github.com/cloudnativelabs/kube-router";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "cloudnativelabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-U7vjWtVXmyEPYFS1fAPOgV3WILGPhWsmoawV7B0pZaE=";
+    sha256 = "sha256-/VToLQexvRtcBU+k8WnGEcfLfxme/hgRnhU8723BEFU=";
   };
 
   buildFlagsArray = ''