linuxKernel.packages.linux_4_19_hardened.r8125 9.012.03 -> 9.013.02 https://github.com/louistakepillz/r8125/releases attrpath: linuxKernel.packages.linux_4_19_hardened.r8125 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/r8125/default.nix b/pkgs/os-specific/linux/r8125/default.nix index 1c261355954a..9b5210350bdd 100644 --- a/pkgs/os-specific/linux/r8125/default.nix +++ b/pkgs/os-specific/linux/r8125/default.nix @@ -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" ]; Successfully finished processing cachix "/nix/store/76kzj2mj97kq1mdjhsg2by6axxp65yyd-r8125-9.013.02" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages marked as broken and skipped:
4 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/louistakepillz/r8125/releases. meta.description for linuxKernel.packages.linux_4_19_hardened.r8125 is: Realtek r8125 driver meta.homepage for linuxKernel.packages.linux_4_19_hardened.r8125 is: https://github.com/louistakepillz/r8125 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/notpeelz/r8125/releases/tag/9.013.02) - [Compare changes on GitHub](https://github.com/louistakepillz/r8125/compare/9.012.03...9.013.02) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 9.013.02 in filename of file in /nix/store/76kzj2mj97kq1mdjhsg2by6axxp65yyd-r8125-9.013.02 ---
Rebuild report (if merged into master) (click to expand) ``` 37 total rebuild path(s) 37 package rebuild(s) First fifty rebuilds by attrpath linuxKernel.packages.linux_4_19.r8125 linuxKernel.packages.linux_4_19_hardened.r8125 linuxKernel.packages.linux_5_10.r8125 linuxKernel.packages.linux_5_10_hardened.r8125 linuxKernel.packages.linux_5_15.r8125 linuxKernel.packages.linux_5_15_hardened.r8125 linuxKernel.packages.linux_5_4.r8125 linuxKernel.packages.linux_5_4_hardened.r8125 linuxKernel.packages.linux_6_1.r8125 linuxKernel.packages.linux_6_1_hardened.r8125 linuxKernel.packages.linux_6_6.r8125 linuxKernel.packages.linux_6_6_hardened.r8125 linuxKernel.packages.linux_6_8.r8125 linuxKernel.packages.linux_hardened.r8125 linuxKernel.packages.linux_latest_libre.r8125 linuxKernel.packages.linux_libre.r8125 linuxKernel.packages.linux_lqx.r8125 linuxKernel.packages.linux_xanmod.r8125 linuxKernel.packages.linux_xanmod_latest.r8125 linuxKernel.packages.linux_xanmod_stable.r8125 linuxKernel.packages.linux_zen.r8125 linuxPackages-libre.r8125 linuxPackages.r8125 linuxPackages_4_19_hardened.r8125 linuxPackages_5_10_hardened.r8125 linuxPackages_5_15_hardened.r8125 linuxPackages_5_4_hardened.r8125 linuxPackages_6_1_hardened.r8125 linuxPackages_6_6_hardened.r8125 linuxPackages_hardened.r8125 linuxPackages_latest-libre.r8125 linuxPackages_latest.r8125 linuxPackages_lqx.r8125 linuxPackages_xanmod.r8125 linuxPackages_xanmod_latest.r8125 linuxPackages_xanmod_stable.r8125 linuxPackages_zen.r8125 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/76kzj2mj97kq1mdjhsg2by6axxp65yyd-r8125-9.013.02 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A linuxKernel.packages.linux_4_19_hardened.r8125 https://github.com/r-ryantm/nixpkgs/archive/496fa1857bfe32fd7b58f65f583af7f08db8e3d5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/496fa1857bfe32fd7b58f65f583af7f08db8e3d5#linuxKernel.packages.linux_4_19_hardened.r8125 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/76kzj2mj97kq1mdjhsg2by6axxp65yyd-r8125-9.013.02 ls -la /nix/store/76kzj2mj97kq1mdjhsg2by6axxp65yyd-r8125-9.013.02/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages marked as broken and skipped:
4 packages built:
--- ###### Maintainer pings cc @notpeelz for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/305194