Unverified Commit 505f6368 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #259903 from r-ryantm/auto-update/gvproxy

gvproxy: 0.7.0 -> 0.7.1
parents 8434c68b 9cde37b3
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.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "gvisor-tap-vsock";
    rev = "v${version}";
    hash = "sha256-BCRUMAM/OeFf4gftYwLrRmeCkRGplYaF9QZ1ZI2YLLY=";
    hash = "sha256-FEYQ/WRplfUCruJigri4w8F1PS7aNq+m9aZ4/FoIxr4=";
  };

  vendorHash = null;