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

gvproxy: 0.7.1 -> 0.7.2
This commit is contained in:
Weijia Wang 2024-02-04 23:55:57 +01:00 committed by GitHub
commit 7fdb540dd1
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.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-FEYQ/WRplfUCruJigri4w8F1PS7aNq+m9aZ4/FoIxr4=";
hash = "sha256-7WV/PHuZwRnhENolvCAdl9QIQ56B3IvH3n4Db1BvG1o=";
};
vendorHash = null;