gvproxy: 0.8.8 -> 0.8.9

This commit is contained in:
R. Ryantm
2026-05-11 14:31:35 +00:00
parent 169bb6b3f8
commit f839b13bc7
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "gvproxy";
version = "0.8.8";
version = "0.8.9";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${finalAttrs.version}";
hash = "sha256-wwQ4Wf9KtXwYTpoCUMuMUpTQBPlgynGe/VFqP/79xUA=";
hash = "sha256-wWsxqMpHu+YY9LaiA8SohZSDCSJgYc/FnUkx6GzfhYw=";
};
vendorHash = null;