kubevpn: 2.2.8 -> 2.2.9

This commit is contained in:
R. Ryantm 2024-05-18 10:24:02 +00:00
parent d725925dff
commit 01a48206f3

View File

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