linuxPackages.rtl8821cu: unstable-2024-09-27 -> unstable-2025-05-08 (#410667)

authored by Aleksana and committed by GitHub 366bafce dc3c1964

+3 -3
+3 -3
pkgs/os-specific/linux/rtl8821cu/default.nix
··· 9 10 stdenv.mkDerivation { 11 pname = "rtl8821cu"; 12 - version = "${kernel.version}-unstable-2024-09-27"; 13 14 src = fetchFromGitHub { 15 owner = "morrownr"; 16 repo = "8821cu-20210916"; 17 - rev = "2dce552dc6aa0cdab427bfa810c3df002eab0078"; 18 - hash = "sha256-8hGAfZyDCGl0RnPnYjc7iMEulZvoIGe2ghfIfoiz7ZI="; 19 }; 20 21 hardeningDisable = [ "pic" ];
··· 9 10 stdenv.mkDerivation { 11 pname = "rtl8821cu"; 12 + version = "${kernel.version}-unstable-2025-05-08"; 13 14 src = fetchFromGitHub { 15 owner = "morrownr"; 16 repo = "8821cu-20210916"; 17 + rev = "d74134a1c68f59f2b80cdd6c6afb8c1a8a687cbf"; 18 + hash = "sha256-ExT7ONQeejFoMwUUXKua7wMnRi+3IYayLmlWIEWteK4="; 19 }; 20 21 hardeningDisable = [ "pic" ];