Merge pull request #279839 from r-ryantm/auto-update/kubevpn

kubevpn: 2.2.0 -> 2.2.1
This commit is contained in:
Franz Pletz 2024-01-16 20:09:19 +01:00 committed by GitHub
commit 39ae7cace7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
sha256 = "sha256-n65z7L82qQE4Xao5W99zIkXGEx2BFM4n/6C1cuTJXsk=";
sha256 = "sha256-/WXJmqgfA2hG+1y62uvTMLbPWbamUObfGpgEBUJwgE4=";
};
vendorHash = null;