3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #182301 from qowoz/gvproxy

gvproxy: 0.3.0 -> 0.4.0
This commit is contained in:
adisbladis 2022-07-21 14:43:29 +08:00 committed by GitHub
commit b03a330ea1
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.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
sha256 = "sha256-xoPqgt/d0RyDqkRY+ZhP02nKr3uEu8be0Go2H7JRg3k=";
sha256 = "sha256-mU5uJ/RnVAbL7M1lcBZKjGvfc2WfbJGyZB+65GrAr5M=";
};
vendorSha256 = null;