gvproxy: 0.8.7 -> 0.8.8

This commit is contained in:
R. Ryantm
2026-02-19 10:35:27 +01:00
committed by jopejoe1
parent 97aecd153e
commit ed90a3b1a9
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "gvproxy";
version = "0.8.7";
version = "0.8.8";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${finalAttrs.version}";
hash = "sha256-ofxU4lUfBLGspe4N8Tr+U92fyLa+gFPm4LhPDYLMX2E=";
hash = "sha256-wwQ4Wf9KtXwYTpoCUMuMUpTQBPlgynGe/VFqP/79xUA=";
};
vendorHash = null;