Unverified Commit 9bcdfd65 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #228224 from risicle/ris-openvswitch-3.1.1-2.17.6

openvswitch: 3.0.3 -> 3.1.1, openvswitch-lts: 2.17.5 -> 2.17.6
parents b4f27397 08074331
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
import ./generic.nix {
  version = "3.0.3";
  hash = "sha256-9QZlCnbx8s7737WD80NBIQLxcKvFXG/4dWd5Jrm9lGM=";
  version = "3.1.1";
  hash = "sha256-YEiRg6RNO5WlUiQHIhfF9tN6oRvhKnV2JRDO25Ok4gQ=";
}
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ in stdenv.mkDerivation rec {
  '';

  doCheck = true;
  preCheck = ''
    patchShebangs tests/
  '';

  nativeCheckInputs = [
    iproute2
+2 −2
Original line number Diff line number Diff line
import ./generic.nix {
  version = "2.17.5";
  hash = "sha256-Woye+zUikjdGWIp8pRDBC7CsUrnInfJ23byGcxFtwQY=";
  version = "2.17.6";
  hash = "sha256-dNqvK+c0iuXdQBe6RbjaxlNB8Vn0+0paecVC/tQQENk=";
}