Merge pull request #112956 from r-ryantm/auto-update/openvswitch

openvswitch: 2.14.1 -> 2.14.2
This commit is contained in:
Sandro
2021-04-10 17:24:22 +02:00
committed by GitHub

View File

@@ -8,12 +8,12 @@ let
_kernel = kernel;
pythonEnv = python3.withPackages (ps: with ps; [ six ]);
in stdenv.mkDerivation rec {
version = "2.14.1";
version = "2.14.2";
pname = "openvswitch";
src = fetchurl {
url = "https://www.openvswitch.org/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-GAttQsCrSybyH1i4vzszdiA9dHWqeo7xUTZVFMNQiP4=";
sha256 = "sha256-ZfQg+VTiUNiV+y2yKhMuHLVgvF4rkFHoNFETSBCOWXo=";
};
kernel = optional (_kernel != null) _kernel.dev;