kubevpn: 2.2.9 -> 2.2.10

This commit is contained in:
R. Ryantm 2024-05-22 09:21:34 +00:00
parent e69e710edf
commit 287ca329ff

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.2.9";
version = "2.2.10";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
hash = "sha256-C0rNTlcreBVxmLb2ChU5nYdafcnynd+GGuGFefFJXl8=";
hash = "sha256-2LDV2aVdGuclVmOgIIwMYRKTMVLzlmNFI6xHFpxMRJw=";
};
vendorHash = null;