mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #34994 from jokogr/u/openvswitch-2.5.4
openvswitch: 2.5.2 -> 2.5.4
This commit is contained in:
commit
dafdaa98a5
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ with stdenv.lib;
|
|||
let
|
||||
_kernel = kernel;
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "2.5.2";
|
||||
version = "2.5.4";
|
||||
name = "openvswitch-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://openvswitch.org/releases/${name}.tar.gz";
|
||||
sha256 = "0ifx758zl97dpad9vpd5i5dqj6i03k632mvgxs82hqkcsb3r6y7q";
|
||||
sha256 = "1lji87wg953lqcdf02f1zv2m54vhd2x9jd03bb91lnlb4qlhifiv";
|
||||
};
|
||||
|
||||
kernel = optional (_kernel != null) _kernel.dev;
|
||||
|
|
Loading…
Reference in a new issue