3
0
Fork 0
forked from mirrors/nixpkgs

openvswitch-lts: 2.5.9 -> 2.5.12

This commit is contained in:
Robert Scott 2021-04-04 18:29:00 +01:00
parent ee33b8b17c
commit 079dd98976

View file

@ -7,12 +7,12 @@ with lib;
let
_kernel = kernel;
in stdenv.mkDerivation rec {
version = "2.5.9";
version = "2.5.12";
pname = "openvswitch";
src = fetchurl {
url = "https://www.openvswitch.org/releases/${pname}-${version}.tar.gz";
sha256 = "0iv0ncwl6s4qyyb655yj5xvqrjr1zbymmab96q259wa09xnyw7b7";
sha256 = "0a8wa1lj5p28x3vq0yaxjhqmppp4hvds6hhm0j3czpp8mc09fsfq";
};
patches = [ ./patches/lts-ssl.patch ];