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
This commit is contained in:
Martin Weinelt
2023-05-04 23:57:46 +02:00
committed by GitHub
3 changed files with 7 additions and 4 deletions
@@ -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
+2 -2
View File
@@ -1,4 +1,4 @@
import ./generic.nix {
version = "2.17.5";
hash = "sha256-Woye+zUikjdGWIp8pRDBC7CsUrnInfJ23byGcxFtwQY=";
version = "2.17.6";
hash = "sha256-dNqvK+c0iuXdQBe6RbjaxlNB8Vn0+0paecVC/tQQENk=";
}