linuxKernel.packages.linux_6_7_hardened.r8125: 9.011.01 -> 9.012.03
This commit is contained in:
parent
f63ce824cd
commit
5517a52e30
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||||
pname = "r8125";
|
pname = "r8125";
|
||||||
# On update please verify (using `diff -r`) that the source matches the
|
# On update please verify (using `diff -r`) that the source matches the
|
||||||
# realtek version.
|
# realtek version.
|
||||||
version = "9.011.01";
|
version = "9.012.03";
|
||||||
|
|
||||||
# This is a mirror. The original website[1] doesn't allow non-interactive
|
# This is a mirror. The original website[1] doesn't allow non-interactive
|
||||||
# downloads, instead emailing you a download link.
|
# downloads, instead emailing you a download link.
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "louistakepillz";
|
owner = "louistakepillz";
|
||||||
repo = "r8125";
|
repo = "r8125";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-QV1DKkWVtqcnuqgAdJnPpj6Z6ch+lw61zpouXKlyfqQ=";
|
sha256 = "sha256-+CrxvKB96QOcOo87McZOt/XUhriTtTV8jTQgpBG3ejs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
Loading…
Reference in a new issue