mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
linuxPackages.rtl8189es: 2024-01-21 -> 2025-04-29
changelog: eb51e021b0...7b43c5c797
This commit is contained in:
parent
cd4345efe1
commit
0c6c817aa8
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rtl8189es-${kernel.version}-${version}";
|
||||
version = "2024-01-21";
|
||||
version = "2025-04-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jwrdegoede";
|
||||
repo = "rtl8189ES_linux";
|
||||
rev = "eb51e021b0e1b6f94a4b49da3f4ee5c5fb20b715";
|
||||
sha256 = "sha256-n7Bsstr1H1RvguAyJnVqk/JgEx8WEZWaVg7ZfEYykR0=";
|
||||
rev = "7b43c5c7971eabea263dc2b6cc0928b84323f310";
|
||||
sha256 = "sha256-1BCrMJlXswVZrnbulrF2m0lh7jw8PgHzYPkLk6Stbx8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue