Merge pull request #274637 from r-ryantm/auto-update/kubevpn

kubevpn: 2.0.1 -> 2.1.3
This commit is contained in:
OTABI Tomoya 2023-12-19 15:38:34 +09:00 committed by GitHub
commit 2ce42e7fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubevpn";
version = "2.0.1";
version = "2.1.3";
src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
sha256 = "sha256-vlUR/fr/PFUBzvxebssrcUgfgnDpFuLuJOl5SBEMKR8=";
sha256 = "sha256-KHOqVVB1QjhhPUopeZd/A/htanmIoLCNhtnWrqyEN2A=";
};
vendorHash = "sha256-EcHHSOAr93M2kPhEaZSpvpZCq4pi1NCedo9hw1Mn0a4=";
vendorHash = null;
# TODO investigate why some config tests are failing
doCheck = false;