kubevpn: 2.7.11 -> 2.7.12

This commit is contained in:
R. Ryantm
2025-05-28 17:17:35 +00:00
parent 6ed432a97e
commit c66d0159b2
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.7.11";
version = "2.7.12";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
hash = "sha256-PqKgBJugibgG/4gGBINuFxWAxSYEKRpPXpofiOKmmIs=";
hash = "sha256-Tf0hhhabSP4MxXMb046dBzcjF7T+cmhcCF/1+ZNo1fM=";
};
vendorHash = null;