Files
nixpkgs/pkgs/os-specific/linux/openvswitch/default.nix
T
Martin Weinelt 050c526a36 openvswitch: 3.0.1 -> 3.0.3
Fixes LLDP underflow issue while parsing malformed Auto Attach TLVs.

https://www.openvswitch.org/releases/NEWS-3.0.2.txt
https://www.openvswitch.org/releases/NEWS-3.0.3.txt
2022-12-20 23:31:41 +01:00

5 lines
110 B
Nix

import ./generic.nix {
version = "3.0.3";
hash = "sha256-9QZlCnbx8s7737WD80NBIQLxcKvFXG/4dWd5Jrm9lGM=";
}