kubevpn: 2.2.1 -> 2.2.3

This commit is contained in:
R. Ryantm 2024-03-04 08:29:49 +00:00
parent 0d58a849c9
commit 2f43cb9084

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.2.1";
version = "2.2.3";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
hash = "sha256-inGqkkzXPjg2VHtPZEPWDTuioPchrf/kiLGjvgXpcI4=";
hash = "sha256-C1Fw7E7lXy9BRj8bTVUMzPK6wBiL6A3VGDYUqdD2Rjs=";
};
vendorHash = null;