Skip to content

Commit

Permalink
Merge pull request #112956 from r-ryantm/auto-update/openvswitch
Browse files Browse the repository at this point in the history
openvswitch: 2.14.1 -> 2.14.2
  • Loading branch information
SuperSandro2000 committed Apr 10, 2021
2 parents 3314db5 + 1e1203c commit 7ed23e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/openvswitch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ed23e3

Please sign in to comment.