Merge pull request #329774 from r-ryantm/auto-update/gvproxy

gvproxy: 0.7.3 -> 0.7.4
This commit is contained in:
Peder Bergebakken Sundt 2024-08-16 02:30:24 +02:00 committed by GitHub
commit 8fb7e30bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-7j/0VuiHjazsPnyQ4NbmvXX1O/NbeB9l6HfmTRZyAW8=";
hash = "sha256-ovNYPYLC01xt7uiaXkFsLHiywAhQVa0tELk/AA8dxqs=";
};
vendorHash = null;