forked from mirrors/nixpkgs
openvswitch: 3.0.3 -> 3.1.1
This commit is contained in:
parent
be518ad707
commit
0807433107
|
@ -1,4 +1,4 @@
|
|||
import ./generic.nix {
|
||||
version = "3.0.3";
|
||||
hash = "sha256-9QZlCnbx8s7737WD80NBIQLxcKvFXG/4dWd5Jrm9lGM=";
|
||||
version = "3.1.1";
|
||||
hash = "sha256-YEiRg6RNO5WlUiQHIhfF9tN6oRvhKnV2JRDO25Ok4gQ=";
|
||||
}
|
||||
|
|
|
@ -93,6 +93,9 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
doCheck = true;
|
||||
preCheck = ''
|
||||
patchShebangs tests/
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
iproute2
|
||||
|
|
Loading…
Reference in a new issue