kubevpn: 2.9.8 -> 2.9.9

This commit is contained in:
R. Ryantm
2025-10-06 08:18:27 +00:00
parent 0bcf98ab2f
commit 9575a82fcc
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "kubevpn";
version = "2.9.8";
version = "2.9.9";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
tag = "v${finalAttrs.version}";
hash = "sha256-fRf7vAA67ZMQABQ4yuK3wnmzACp+dFdCuVwFthj8Hms=";
hash = "sha256-iGharffqrN5Vh9GhoajRjh+2R6hevhvrjtH4WIUq8nw=";
};
vendorHash = null;