gvproxy: 0.5.0 -> 0.6.0
Diff: https://github.com/containers/gvisor-tap-vsock/compare/v0.5.0...v0.6.0 Changelog: https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.6.0
This commit is contained in:
parent
b9c3e7d61d
commit
56c6039356
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gvproxy";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "containers";
|
||||
repo = "gvisor-tap-vsock";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-UtOOBXl063Ur28h/DT00paulZ8JzHLZ6nyxhyq4+goM=";
|
||||
hash = "sha256-FycYBNFHo8lYI5jX5Fogu+bsJ63z40zUJTC+dIKESkA=";
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
@ -26,6 +26,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/containers/gvisor-tap-vsock/releases/tag/${src.rev}";
|
||||
description = "Network stack based on gVisor";
|
||||
homepage = "https://github.com/containers/gvisor-tap-vsock";
|
||||
license = licenses.asl20;
|
||||
|
Loading…
Reference in New Issue
Block a user