Skip to content

Commit

Permalink
Merge pull request #264093 from r-ryantm/auto-update/kubevpn
Browse files Browse the repository at this point in the history
kubevpn: 2.0.0 -> 2.0.1
  • Loading branch information
ryantm authored Nov 1, 2023
2 parents 07f26e8 + f9dc152 commit c683433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubevpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "kubevpn";
version = "2.0.0";
version = "2.0.1";

src = fetchFromGitHub {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
sha256 = "sha256-fXRzo68d65FISW+m/BTmwOXlJiCmMm9Az1qsGGsbPIA=";
sha256 = "sha256-vlUR/fr/PFUBzvxebssrcUgfgnDpFuLuJOl5SBEMKR8=";
};

vendorHash = "sha256-EcHHSOAr93M2kPhEaZSpvpZCq4pi1NCedo9hw1Mn0a4=";
Expand Down

0 comments on commit c683433

Please sign in to comment.