Unverified Commit aea57d4f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gvproxy: 0.8.3 -> 0.8.4 (#387695)

parents d0ebda74 a6c22606
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "gvproxy";
  version = "0.8.3";
  version = "0.8.4";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "gvisor-tap-vsock";
    rev = "v${version}";
    hash = "sha256-oJxuOl9Q94QdH0egc4BTwOESljTJ+tii0mSkaEsmq2s=";
    hash = "sha256-2Anh/jWnDCqGxsIz8/DMzQ5Jj9FpvxHgEk9MeqBPFms=";
  };

  vendorHash = null;