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