kubevpn: 2.2.5 -> 2.2.6

This commit is contained in:
R. Ryantm 2024-04-21 06:21:45 +00:00
parent 44fa1ee8c2
commit 37c0229968
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.2.5";
version = "2.2.6";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
hash = "sha256-I4szQNRBW3M+QNwsfkJZlrZL3jJXcXmD2KnFF/E+jaE=";
hash = "sha256-Z+IXSmN1V0xRnhE/PpWv9dQIwfTztJRYaftY9KCIucc=";
};
vendorHash = null;