mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
Merge pull request #20412 from NeQuissimus/broadcom_sta_hash
broadcom_sta: Fix hash
This commit is contained in:
commit
4ec18b2b92
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "linux-4.8.patch";
|
name = "linux-4.8.patch";
|
||||||
url = "https://aur.archlinux.org/cgit/aur.git/plain/004-linux48.patch?h=broadcom-wl-dkms";
|
url = "https://aur.archlinux.org/cgit/aur.git/plain/004-linux48.patch?h=broadcom-wl-dkms";
|
||||||
sha256 = "0s8apf6l3qm9kln451g4z0pr13f4jdgyval1vfl2abg0dqc5xfhs";
|
sha256 = "1g1gazxx67kxyw242cli6bf62il7ikzmf0w6v14k44j6b4bihcax";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue