gvproxy: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm 2023-08-03 02:33:49 +00:00 committed by zowoq
parent 3a3b8c94a5
commit 8b9c442643

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-3WBL+ByYSiYKXzFkeoUnCxTdhvy3XxLKUHgJ2hO6oIo=";
hash = "sha256-BCRUMAM/OeFf4gftYwLrRmeCkRGplYaF9QZ1ZI2YLLY=";
};
vendorHash = null;