about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/linux/openvswitch/lts.nix
blob: d52aae987085e4a722cbfbfe120ac3e5c0e733bf (plain) (blame)
1
2
3
4
5
import ./generic.nix {
  version = "2.17.8";
  hash = "sha256-DWAwepAxl90ay7MXPCz++BicaeSHYuZ06O8VeFZac+U=";
  updateScriptArgs = "--lts=true --regex '2\.17.*'";
}