linuxKernel.packages.linux_6_8.r8125: 9.012.03 -> 9.013.02

This commit is contained in:
R. Ryantm 2024-04-19 01:19:52 +00:00
parent 1f3ac32a1e
commit fdb56277ab
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
pname = "r8125";
# On update please verify (using `diff -r`) that the source matches the
# realtek version.
version = "9.012.03";
version = "9.013.02";
# This is a mirror. The original website[1] doesn't allow non-interactive
# downloads, instead emailing you a download link.
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "louistakepillz";
repo = "r8125";
rev = version;
sha256 = "sha256-+CrxvKB96QOcOo87McZOt/XUhriTtTV8jTQgpBG3ejs=";
sha256 = "sha256-i45xKF5WVN+nNhpD6HWZHvGgxuaD/YhMHERqW8/bC5Y=";
};
hardeningDisable = [ "pic" ];