Merge pull request #294791 from katexochen/kube-router/2-1-0

kube-router: 2.0.1 -> 2.1.0; unpin Go version
This commit is contained in:
Paul Meyer 2024-03-14 08:51:21 +01:00 committed by GitHub
commit 02b8c7ddb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-router";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "cloudnativelabs";
repo = pname;
rev = "v${version}";
hash = "sha256-Iwo+I1EfclkF4FL8QM3xGkIFxakmelI+hSUepLwfFSw=";
hash = "sha256-5aOAQ5kRnNsCn5EH9RKoeEfcFB3g59eqYIdSNjQxdjM=";
};
vendorHash = "sha256-VjPesQ27GcwnFQrNI+VYzJ4/aahcjASbfMi//Zs/KLM=";
vendorHash = "sha256-5aGcDO+dV9XinH0vw6uNB0mnWuFQcyLhRB7zYr+sRfg=";
CGO_ENABLED = 0;

View File

@ -9792,9 +9792,7 @@ with pkgs;
kdiff3 = libsForQt5.callPackage ../tools/text/kdiff3 { };
kube-router = callPackage ../applications/networking/cluster/kube-router {
buildGoModule = buildGo120Module;
};
kube-router = callPackage ../applications/networking/cluster/kube-router { };
kubedock = callPackage ../development/tools/kubedock { };