rtl88x2bu: 2020-05-19 -> 2020-08-20
This commit is contained in:
parent
f491c18c67
commit
184e3824eb
@ -1,16 +1,24 @@
|
|||||||
{ stdenv, fetchFromGitHub, kernel, bc }:
|
{ stdenv, fetchFromGitHub, fetchpatch, kernel, bc }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rtl88x2bu-${kernel.version}-${version}";
|
name = "rtl88x2bu-${kernel.version}-${version}";
|
||||||
version = "unstable-2020-05-19";
|
version = "unstable-2020-08-20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cilynx";
|
owner = "cilynx";
|
||||||
repo = "rtl88x2BU";
|
repo = "rtl88x2BU";
|
||||||
rev = "0f159d7cd937a12b818121cb1f1c4910bd1adc72";
|
rev = "a1c53f43fb9995fbe3ad26567079d6384626d350";
|
||||||
sha256 = "0flqnvzfdb4wsiiqv9vf5gfwd5fgpjvhs9zhqknnv1cmp8msgw6y";
|
sha256 = "1cby66jg511zxs1i535mflafhryla9764mnrzacxppimxpancv3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# https://github.com/cilynx/rtl88x2bu/pull/58
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/cilynx/rtl88x2bu/pull/58.patch";
|
||||||
|
sha256 = "0md9cv61nx85pk3v60y9wviyb9fgj54q9m26wiv3dc7smr70h8l6";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ bc ];
|
nativeBuildInputs = [ bc ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user