mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #308613 from lonyelon/master
rtl8852au: 70bdde2 -> 5894bc6
This commit is contained in:
commit
2468d3ac44
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "rtl8852au";
|
||||
version = "${kernel.version}-unstable-2023-11-24";
|
||||
version = "${kernel.version}-unstable-2024-04-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lwfinger";
|
||||
repo = "rtl8852au";
|
||||
rev = "70bdde265b9ab002daf11d4bea1a42baa8da4325";
|
||||
hash = "sha256-6ARS7/0iKYajpMH+f+jWDxIkPY9ZixJkk864oKom4l4=";
|
||||
rev = "5894bc6fed2bcaa525d13fcee1edada8aba67f2b";
|
||||
hash = "sha256-R4Yb/jbh3nMgM41ByFjtkCMbsh/mmMRJ7CcvCRUvKu8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
|
||||
|
|
Loading…
Reference in a new issue