1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

rtl8852au: unstable-2024-04-16 -> unstable-2024-05-06

This commit is contained in:
Sergio Miguéns Iglesias 2024-07-09 20:26:42 +02:00 committed by John Titor
parent c767888e06
commit ccac719bfb
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "rtl8852au";
version = "${kernel.version}-unstable-2024-04-16";
version = "${kernel.version}-unstable-2024-05-06";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtl8852au";
rev = "5894bc6fed2bcaa525d13fcee1edada8aba67f2b";
hash = "sha256-R4Yb/jbh3nMgM41ByFjtkCMbsh/mmMRJ7CcvCRUvKu8=";
rev = "865ab0fa91471d595c283d2f3db323f7f15455f5";
hash = "sha256-c2dpnZS6a0waL1khB9ZEglTwJIBsyRebTMig1B4A0xU=";
};
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
@ -49,4 +49,4 @@ stdenv.mkDerivation {
platforms = platforms.linux;
maintainers = with maintainers; [ lonyelon ];
};
}
})