openvswitch: 3.0.3 -> 3.1.1

This commit is contained in:
Robert Scott 2023-04-25 22:48:34 +01:00
parent be518ad707
commit 0807433107
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import ./generic.nix {
version = "3.0.3";
hash = "sha256-9QZlCnbx8s7737WD80NBIQLxcKvFXG/4dWd5Jrm9lGM=";
version = "3.1.1";
hash = "sha256-YEiRg6RNO5WlUiQHIhfF9tN6oRvhKnV2JRDO25Ok4gQ=";
}

View file

@ -93,6 +93,9 @@ in stdenv.mkDerivation rec {
'';
doCheck = true;
preCheck = ''
patchShebangs tests/
'';
nativeCheckInputs = [
iproute2