Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Sergio Miguéns Iglesias and committed by John Titor ccac719b c767888e

+5 -5
+5 -5
pkgs/os-specific/linux/rtl8852au/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }: 2 3 - stdenv.mkDerivation { 4 pname = "rtl8852au"; 5 - version = "${kernel.version}-unstable-2024-04-16"; 6 7 src = fetchFromGitHub { 8 owner = "lwfinger"; 9 repo = "rtl8852au"; 10 - rev = "5894bc6fed2bcaa525d13fcee1edada8aba67f2b"; 11 - hash = "sha256-R4Yb/jbh3nMgM41ByFjtkCMbsh/mmMRJ7CcvCRUvKu8="; 12 }; 13 14 nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies; ··· 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ lonyelon ]; 51 }; 52 - }
··· 1 { lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }: 2 3 + stdenv.mkDerivation (finalAttrs: { 4 pname = "rtl8852au"; 5 + version = "${kernel.version}-unstable-2024-05-06"; 6 7 src = fetchFromGitHub { 8 owner = "lwfinger"; 9 repo = "rtl8852au"; 10 + rev = "865ab0fa91471d595c283d2f3db323f7f15455f5"; 11 + hash = "sha256-c2dpnZS6a0waL1khB9ZEglTwJIBsyRebTMig1B4A0xU="; 12 }; 13 14 nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies; ··· 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ lonyelon ]; 51 }; 52 + })