summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-11-15 11:22:17 +0000
committerAaron Jheng <wentworth@outlook.com>2023-11-15 11:22:17 +0000
commit66f5a68f7afd6cdff1280602a72bb94c34df3a28 (patch)
tree84486bf2066a7350786cb21a6086353bc47b3fd6 /pkgs/applications/networking/cluster
parent75fbff257673aaed7dce7b8b8fad77eb536cb5c4 (diff)
downloadnixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar.gz
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar.bz2
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar.lz
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar.xz
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.tar.zst
nixpkgs-66f5a68f7afd6cdff1280602a72bb94c34df3a28.zip
kube-router: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 2dd52220cb7..2701db12e61 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 = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "cloudnativelabs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-7laXw0tC25zPTeLJlB/rX6WVcRFCd6DCB+3EUPnE4cM=";
+    hash = "sha256-Iwo+I1EfclkF4FL8QM3xGkIFxakmelI+hSUepLwfFSw=";
   };
 
-  vendorHash = "sha256-qJA6gnb+VIkJD24iq6yyn8r4zYY19ZywcyalwfaTtbo=";
+  vendorHash = "sha256-VjPesQ27GcwnFQrNI+VYzJ4/aahcjASbfMi//Zs/KLM=";
 
   CGO_ENABLED = 0;