diff --git a/microsoft/surface/firmware/surface-go/ath10k/ath10k-replace.nix b/microsoft/surface/firmware/surface-go/ath10k/ath10k-replace.nix index 909131d..f950d9b 100644 --- a/microsoft/surface/firmware/surface-go/ath10k/ath10k-replace.nix +++ b/microsoft/surface/firmware/surface-go/ath10k/ath10k-replace.nix @@ -1,8 +1,7 @@ {stdenv, lib, pkgs, firmwareLinuxNonfree, ...}: let repos = (pkgs.callPackage ../../../repos.nix {}); - # killernetworking_firmware = ./K1535_Debian; - killernetworking_firmware = repos.ath10k-firmware + "/K1535_Debian"; + killernetworking_firmware = repos.surface-go-ath10k-firmware_backup + "/K1535_Debian"; in firmwareLinuxNonfree.overrideAttrs (old: rec { pname = "microsoft-surface-go-firmware-linux-nonfree"; @@ -23,7 +22,7 @@ firmwareLinuxNonfree.overrideAttrs (old: rec { cp ${killernetworking_firmware}/board.bin $out/lib/firmware/ath10k/QCA6174/hw3.0/ ''; - outputHash = "1nc56qii96dfvxnv3ad3lxz2rzyqcbldk0h9rbm3l2pgamkvj8dw"; + outputHash = "176cf5b9f370x2a532h2afjfkrxy13gqdygc11bam0sg8dlnrv21"; meta = with lib; { description = "Standard binary firmware collection, adjusted with the Surface Go WiFi firmware";