Unverified Commit 119a36fd authored by Artturin's avatar Artturin Committed by GitHub
Browse files

gvproxy: 0.7.5 -> 0.8.0 (#351106)

parents 2cdbb88d d3fa8375
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gvproxy";
  version = "0.7.5";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "gvisor-tap-vsock";
    rev = "v${version}";
    hash = "sha256-A2nG3Or5EhUSjTIpV05rWVcLJpGHtAWP5/n07KjM/E8=";
    hash = "sha256-lRQqwbhSIvoPcoOesdTumVcrjWVdOGZU1XiSBaGyke8=";
  };

  vendorHash = null;