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>2023-05-06 13:02:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-06 13:02:47 +0000
commitd32489bf23e71f9a1d99fc15a197217d311f87f8 (patch)
tree5e2116ff1e1c51f82b75c104af773892ddcf088f /pkgs/applications/networking/cluster/kube-router
parent8607b0587c465414ee716810cdfa8662a0ef2d9b (diff)
kube-router: 1.5.3 -> 1.5.4
Diffstat (limited to 'pkgs/applications/networking/cluster/kube-router')
-rw-r--r--pkgs/applications/networking/cluster/kube-router/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kube-router/default.nix b/pkgs/applications/networking/cluster/kube-router/default.nix
index cb349e0c56346..192ea2d4c9702 100644
--- a/pkgs/applications/networking/cluster/kube-router/default.nix
+++ b/pkgs/applications/networking/cluster/kube-router/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kube-router";
-  version = "1.5.3";
+  version = "1.5.4";
 
   src = fetchFromGitHub {
     owner = "cloudnativelabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-aO72wvq31kue75IKfEByhKxUwSSGGmPLzHDBSvTChTM=";
+    sha256 = "sha256-/ruSSq+iHmJDFHH+mLoqtdljAGlc15lXjTqq+luJIU8=";
   };
 
-  vendorSha256 = "sha256-+3uTIaXuiwbU0fUgn2th4RNDQ5gCDi3ntPMu92S+mXc=";
+  vendorHash = "sha256-U2TvH4TPBI6verEcyv0Z+ZFAKbADgzncJhW1IAJw4Ms=";
 
   CGO_ENABLED = 0;