kubevpn: 2.4.2 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-04-09 23:09:05 +00:00
parent b1dd7557c3
commit 7a1e393d4b
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.4.2";
version = "2.6.0";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
hash = "sha256-E/1MV/EjG9MU2xiCFC0jAvIwSAfyNCrhKcfedH5DPN0=";
hash = "sha256-P01hjVAA3h/TBPl8q9KuZoE5xWAhmJ5E2nFSuvfWIIg=";
};
vendorHash = null;