Commit a6c22606 authored by R. RyanTM's avatar R. RyanTM
Browse files

gvproxy: 0.8.3 -> 0.8.4

parent 398f7eb6
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;