Commit 9cde37b3 authored by R. RyanTM's avatar R. RyanTM
Browse files

gvproxy: 0.7.0 -> 0.7.1

parent 65cd946c
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;