gvproxy: 0.7.5 -> 0.8.0 (#351106)

This commit is contained in:
Artturin
2024-10-26 21:26:25 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.7.5";
version = "0.8.0";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-A2nG3Or5EhUSjTIpV05rWVcLJpGHtAWP5/n07KjM/E8=";
hash = "sha256-lRQqwbhSIvoPcoOesdTumVcrjWVdOGZU1XiSBaGyke8=";
};
vendorHash = null;