From ca69d21dd9ed4c3cb780f07f9727deacaa841527 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Mon, 22 Aug 2022 21:57:49 +0800 Subject: [PATCH] kernelPackages.rtl8821cu: bump to add support for 5.19.2 --- pkgs/os-specific/linux/rtl8821cu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/rtl8821cu/default.nix b/pkgs/os-specific/linux/rtl8821cu/default.nix index 3af4fee9eda2..91d8a8ccf962 100644 --- a/pkgs/os-specific/linux/rtl8821cu/default.nix +++ b/pkgs/os-specific/linux/rtl8821cu/default.nix @@ -7,8 +7,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "morrownr"; repo = "8821cu-20210118"; - rev = "e3cf788e1dddaba3273190755ce424f93fe593e4"; - hash = "sha256-VUZU/oFSaxewy/BF/2k4OssAi4AWSWweqXYZPHmsQvY="; + rev = "14aac4269afe5d21d1cc0032bdc1426128f83734"; + hash = "sha256-TLakNRhHvYAbK0slKsFgSjqJdxVStzZhi1EEajmr7hg="; }; hardeningDisable = [ "pic" ];