Commit 8b9c4426 authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

gvproxy: 0.6.2 -> 0.7.0

parent 3a3b8c94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gvproxy";
  version = "0.6.2";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "gvisor-tap-vsock";
    rev = "v${version}";
    hash = "sha256-3WBL+ByYSiYKXzFkeoUnCxTdhvy3XxLKUHgJ2hO6oIo=";
    hash = "sha256-BCRUMAM/OeFf4gftYwLrRmeCkRGplYaF9QZ1ZI2YLLY=";
  };

  vendorHash = null;