Merge pull request #287603 from trofi/kubevpn-fix-source-hash

kubevpn: fix source hash
This commit is contained in:
Nikolay Korotkiy
2024-02-10 14:49:28 +04:00
committed by GitHub
@@ -8,7 +8,7 @@ buildGoModule rec {
owner = "KubeNetworks";
repo = "kubevpn";
rev = "v${version}";
sha256 = "sha256-/WXJmqgfA2hG+1y62uvTMLbPWbamUObfGpgEBUJwgE4=";
hash = "sha256-inGqkkzXPjg2VHtPZEPWDTuioPchrf/kiLGjvgXpcI4=";
};
vendorHash = null;