Merge pull request #214248 from superherointj/bump-linuxPackages.rtl8723ds-unstable-2022-12-01

linuxPackages.rtl8723ds: unstable-2022-10-20 -> unstable-2022-12-01
This commit is contained in:
Nick Cao 2023-02-03 10:02:26 +08:00 committed by GitHub
commit c996c7572d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8723ds";
version = "${kernel.version}-unstable-2022-10-20";
version = "${kernel.version}-unstable-2022-12-01";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtl8723ds";
rev = "912fdb30531bc8c071267a047e7df16feae7a865";
sha256 = "sha256-HhoCKrrRg1Q995sekQvzhaiqANeTP8pANItj2vLV+Cw=";
rev = "a638cc8639015b8b9390af3350fab0366b6c87e7";
sha256 = "sha256-qfVE7k71NPzw3FwoOaUxH66PnDjbpMAF6CyOyUVdSMA=";
};
hardeningDisable = [ "pic" ];