mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Fix outputHash
This commit is contained in:
parent
286e778ab5
commit
12cced4eeb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ firmwareLinuxNonfree.overrideAttrs (old: rec {
|
|||
cp ${killernetworking_firmware}/board.bin $out/lib/firmware/ath10k/QCA6174/hw3.0/
|
||||
'';
|
||||
|
||||
outputHash = "1zvahsp06vikp83r89wkccwq7mixjiwcv10chw1xyikfjkqr48hr";
|
||||
outputHash = "176cf5b9f370x2a532h2afjfkrxy13gqdygc11bam0sg8dlnrv21";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Standard binary firmware collection, adjusted with the Surface Go WiFi firmware";
|
||||
|
|
Loading…
Reference in a new issue