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

gvproxy: 0.7.0 -> 0.7.1
This commit is contained in:
maxine 2023-10-09 18:58:54 +02:00 committed by GitHub
commit 505f636838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-BCRUMAM/OeFf4gftYwLrRmeCkRGplYaF9QZ1ZI2YLLY=";
hash = "sha256-FEYQ/WRplfUCruJigri4w8F1PS7aNq+m9aZ4/FoIxr4=";
};
vendorHash = null;