mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
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
This commit is contained in:
parent
edbfbd641d
commit
31077c9148
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rtl88x2bu";
|
pname = "rtl88x2bu";
|
||||||
version = "${kernel.version}-unstable-2021-11-04";
|
version = "${kernel.version}-unstable-2022-02-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morrownr";
|
owner = "morrownr";
|
||||||
repo = "88x2bu";
|
repo = "88x2bu-20210702";
|
||||||
rev = "745d134080b74b92389ffe59c03dcfd6658f8655";
|
rev = "6a5b7f005c071ffa179b6183ee034c98ed30db80";
|
||||||
sha256 = "0f1hsfdw3ar78kqzr4hi04kpp5wnx0hd29f9rm698k0drxaw1g44";
|
sha256 = "sha256-BqTyJpICW3D4EfHHoN5svasteJnunu2Uz449u/CmNE0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Realtek rtl88x2bu driver";
|
description = "Realtek rtl88x2bu driver";
|
||||||
homepage = "https://github.com/morrownr/88x2bu";
|
homepage = "https://github.com/morrownr/88x2bu-20210702";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.ralith ];
|
maintainers = [ maintainers.ralith ];
|
||||||
|
Loading…
Reference in New Issue
Block a user