tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openvswitch: 3.0.3 -> 3.1.1
Robert Scott
2 years ago
08074331
be518ad7
+5
-2
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
openvswitch
default.nix
generic.nix
+2
-2
pkgs/os-specific/linux/openvswitch/default.nix
···
1
import ./generic.nix {
2
-
version = "3.0.3";
3
-
hash = "sha256-9QZlCnbx8s7737WD80NBIQLxcKvFXG/4dWd5Jrm9lGM=";
4
}
···
1
import ./generic.nix {
2
+
version = "3.1.1";
3
+
hash = "sha256-YEiRg6RNO5WlUiQHIhfF9tN6oRvhKnV2JRDO25Ok4gQ=";
4
}
+3
pkgs/os-specific/linux/openvswitch/generic.nix
···
93
'';
94
95
doCheck = true;
0
0
0
96
97
nativeCheckInputs = [
98
iproute2
···
93
'';
94
95
doCheck = true;
96
+
preCheck = ''
97
+
patchShebangs tests/
98
+
'';
99
100
nativeCheckInputs = [
101
iproute2