Unverified Commit 8c1d8f4f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

gvproxy: 0.8.7 -> 0.8.8 (#487632)

parents f0bc0b8f ed90a3b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "gvproxy";
  version = "0.8.7";
  version = "0.8.8";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "gvisor-tap-vsock";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ofxU4lUfBLGspe4N8Tr+U92fyLa+gFPm4LhPDYLMX2E=";
    hash = "sha256-wwQ4Wf9KtXwYTpoCUMuMUpTQBPlgynGe/VFqP/79xUA=";
  };

  vendorHash = null;