kubevpn: 2.9.10 -> 2.9.11

This commit is contained in:
R. Ryantm
2025-12-05 12:28:46 +00:00
parent 1177aa56e1
commit 5ff489ba3f
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "kubevpn";
version = "2.9.10";
version = "2.9.11";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
tag = "v${finalAttrs.version}";
hash = "sha256-5yuJfGWNEQ/1ufV1rVze2JrL/67/UlYdG2YH9i+gI3w=";
hash = "sha256-x6GYkLGPiH061QQW9YnTeHLNTrM5Q8Odm0seODQRZgk=";
};
vendorHash = null;