gvproxy: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2025-05-08 14:05:40 +00:00
parent 6724b0bfcb
commit c2916aa85c

View file

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gvproxy"; pname = "gvproxy";
version = "0.8.5"; version = "0.8.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "gvisor-tap-vsock"; repo = "gvisor-tap-vsock";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rWZYwQ/wWYAbM0RRNcNboWzKUuNNPDigIFFbFdXDNuo="; hash = "sha256-a/Gd1QUxZ+47sQtndbehx86UjC1DezhqwS5d5VTIjRc=";
}; };
vendorHash = null; vendorHash = null;