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

openvswitch: 2.13.0 -> 2.14.0
This commit is contained in:
Ryan Mulligan 2020-09-13 15:57:54 -07:00 committed by GitHub
commit 91e78b31aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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