summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8821ce/default.nix
diff options
context:
space:
mode:
authormarius david <mariusdavid@laposte.net>2021-06-08 18:14:16 +0200
committermarius david <mariusdavid@laposte.net>2021-06-08 18:45:43 +0200
commit57e51b50b7f7f84617514282560650e434461433 (patch)
treed4c6501325e14a2ecc831e00f8e0c9acc6ec958b /pkgs/os-specific/linux/rtl8821ce/default.nix
parentea8ebdb04473b0e3f68e674503f962cdd255b7e2 (diff)
downloadnixpkgs-57e51b50b7f7f84617514282560650e434461433.tar
nixpkgs-57e51b50b7f7f84617514282560650e434461433.tar.gz
nixpkgs-57e51b50b7f7f84617514282560650e434461433.tar.bz2
nixpkgs-57e51b50b7f7f84617514282560650e434461433.tar.lz
nixpkgs-57e51b50b7f7f84617514282560650e434461433.tar.xz
nixpkgs-57e51b50b7f7f84617514282560650e434461433.tar.zst
nixpkgs-57e51b50b7f7f84617514282560650e434461433.zip
linuxPackages.rtl8821ce: unstable-2021-03-21 -> 2021-06-06
Diffstat (limited to 'pkgs/os-specific/linux/rtl8821ce/default.nix')
-rw-r--r--pkgs/os-specific/linux/rtl8821ce/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/rtl8821ce/default.nix b/pkgs/os-specific/linux/rtl8821ce/default.nix
index b94bd3128e4..b4def6f001c 100644
--- a/pkgs/os-specific/linux/rtl8821ce/default.nix
+++ b/pkgs/os-specific/linux/rtl8821ce/default.nix
@@ -1,14 +1,14 @@
 { lib, stdenv, fetchFromGitHub, kernel, bc }:
 
 stdenv.mkDerivation rec {
-  pname = "rtl8821ce-${kernel.version}";
-  version = "unstable-2021-03-21";
+  pname = "rtl8821ce";
+  version = "${kernel.version}-unstable-2021-05-28";
 
   src = fetchFromGitHub {
     owner = "tomaspinho";
     repo = "rtl8821ce";
-    rev = "897e7c4c15dd5a0a569745dc223d969a26ff5bfc";
-    sha256 = "0935dzz0njxh78wfd17yqah1dxn6b3kaszvzclwwrwwhwcrdp80j";
+    rev = "f93db734666f75ebf65e44ceb943c19b598b1647";
+    sha256 = "sha256-cqXV52U+6Jl9Jje1nEOYDvmH4rgA1QdrwNCfYeul3hU=";
   };
 
   hardeningDisable = [ "pic" ];