gvproxy: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm 2025-02-04 04:23:29 +00:00
parent 1428a5523b
commit 6005bafa60

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-D+iOnkQcd0MsnC2xSuWvBIQt0v8EosgyLDTvOJF/TI8=";
hash = "sha256-oJxuOl9Q94QdH0egc4BTwOESljTJ+tii0mSkaEsmq2s=";
};
vendorHash = null;