summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl88x2bu
diff options
context:
space:
mode:
authorJure Varlec <jure@varlec.si>2022-02-24 12:26:35 +0100
committerehmry <ehmry@posteo.net>2022-03-04 09:26:39 -0600
commit31077c914842426bdfd7440d2e97a07c0703b293 (patch)
treeb23eff181dd33849db3ef3def37c79e7904ccc9d /pkgs/os-specific/linux/rtl88x2bu
parentedbfbd641d527435f62968acfc076e39397bf2d3 (diff)
downloadnixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar.gz
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar.bz2
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar.lz
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar.xz
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.tar.zst
nixpkgs-31077c914842426bdfd7440d2e97a07c0703b293.zip
linuxPackages.rtl88x2bu: switch to the new, maintained repo
The new repo has the same maintainer and is the continuation of the repo
used prior to this commit.

Closes #147053
Diffstat (limited to 'pkgs/os-specific/linux/rtl88x2bu')
-rw-r--r--pkgs/os-specific/linux/rtl88x2bu/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/rtl88x2bu/default.nix b/pkgs/os-specific/linux/rtl88x2bu/default.nix
index 310dac3933f..31d8f50a528 100644
--- a/pkgs/os-specific/linux/rtl88x2bu/default.nix
+++ b/pkgs/os-specific/linux/rtl88x2bu/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rtl88x2bu";
-  version = "${kernel.version}-unstable-2021-11-04";
+  version = "${kernel.version}-unstable-2022-02-22";
 
   src = fetchFromGitHub {
     owner = "morrownr";
-    repo = "88x2bu";
-    rev = "745d134080b74b92389ffe59c03dcfd6658f8655";
-    sha256 = "0f1hsfdw3ar78kqzr4hi04kpp5wnx0hd29f9rm698k0drxaw1g44";
+    repo = "88x2bu-20210702";
+    rev = "6a5b7f005c071ffa179b6183ee034c98ed30db80";
+    sha256 = "sha256-BqTyJpICW3D4EfHHoN5svasteJnunu2Uz449u/CmNE0=";
   };
 
   hardeningDisable = [ "pic" ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Realtek rtl88x2bu driver";
-    homepage = "https://github.com/morrownr/88x2bu";
+    homepage = "https://github.com/morrownr/88x2bu-20210702";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = [ maintainers.ralith ];