kubevpn: 2.9.5 -> 2.9.7

This commit is contained in:
R. Ryantm
2025-09-01 10:52:30 +00:00
parent ad8b79fc7e
commit ddb891f355
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "kubevpn";
version = "2.9.5";
version = "2.9.7";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
tag = "v${finalAttrs.version}";
hash = "sha256-wKZCv8gikEIXYvhovgN+WrEt2dFf+nHeBLO2UKfi55Q=";
hash = "sha256-MWDVigjh1DWesMjLrT7p1ghawhfGssLNMhje5gbV874=";
};
vendorHash = null;