Skip to content

Commit

Permalink
rtl8821ce: 5.2.5_1.26055.20180108 -> 5.5.2_34066.20200325
Browse files Browse the repository at this point in the history
The rtl8821ce repository was updated to address for ABI changes to
Linux but our package was too far behind, resulting in breakages
as reported in #88068

Fixes: #88068
(cherry picked from commit 6cbbe4d)
  • Loading branch information
msfjarvis authored and marsam committed Jun 26, 2020
1 parent 4c8a1df commit 0ba9fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/rtl8821ce/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, kernel, bc }:
stdenv.mkDerivation rec {
name = "rtl8821ce-${kernel.version}-${version}";
version = "5.2.5_1.26055.20180108";
version = "5.5.2_34066.20200325";

src = fetchFromGitHub {
owner = "tomaspinho";
repo = "rtl8821ce";
rev = "ab6154e150bbc7d12b0525d4cc1298ae196e45de";
sha256 = "1my0hidqnv4s7hi5897m81pq0sjw05np0g27hlkg9fwb83b5kzsg";
rev = "69765eb288a8dfad3b055b906760b53e02ab1dea";
sha256 = "17jiw25k74kv5lnvgycvj2g1n06hbrpjz6p4znk4a62g136rhn4s";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 0ba9fdc

Please sign in to comment.