2022-12-31 11:52:38 +01:00
|
|
|
{ fetchFromGitHub }:
|
2022-12-05 04:01:37 +01:00
|
|
|
|
|
|
|
{
|
2022-11-28 11:21:34 +01:00
|
|
|
linux-surface = fetchFromGitHub {
|
2021-08-02 18:55:36 +02:00
|
|
|
owner = "linux-surface";
|
2022-11-28 11:21:34 +01:00
|
|
|
repo = "linux-surface";
|
2024-08-08 20:15:48 +02:00
|
|
|
rev = "arch-6.10.3-1";
|
|
|
|
hash = "sha256-T7voXofI5W+YodHB2DtNSKKc4iUlN3NS0onP4TKFvQM=";
|
2021-01-23 07:36:37 +01:00
|
|
|
};
|
2021-02-06 12:55:27 +01:00
|
|
|
|
2022-11-28 11:21:34 +01:00
|
|
|
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:
|
|
|
|
linux-surface-kernel = { rev, sha256 }:
|
|
|
|
fetchFromGitHub {
|
|
|
|
owner = "linux-surface";
|
|
|
|
repo = "kernel";
|
|
|
|
inherit rev sha256;
|
|
|
|
};
|
|
|
|
|
2024-10-17 07:11:04 +02:00
|
|
|
# This repo has been obsoleted:
|
2021-03-06 10:48:50 +01:00
|
|
|
ath10k-firmware = fetchFromGitHub {
|
2021-08-02 18:55:36 +02:00
|
|
|
owner = "kvalo";
|
|
|
|
repo = "ath10k-firmware";
|
|
|
|
rev = "c987e38cbdb90dcb4e477d5dd21de66c77996435";
|
|
|
|
sha256 = "16a67baxlga8vb43zbby2s7kpp4488vczg3manmr9g3wxnhhb9n3";
|
2021-02-06 12:55:27 +01:00
|
|
|
};
|
|
|
|
|
2021-03-06 10:48:50 +01:00
|
|
|
surface-go-ath10k-firmware_backup = fetchFromGitHub {
|
2021-08-02 18:55:36 +02:00
|
|
|
owner = "mexisme";
|
|
|
|
repo = "linux-surface_ath10k-firmware";
|
|
|
|
rev = "74e5409e699383d6ca2bc4da4a8433d16f3850b1";
|
|
|
|
sha256 = "169vgvxpgad9anmchs22fj5qm6ahzjfdnwhd8pc280q705vx6pjk";
|
2021-02-23 20:46:33 +01:00
|
|
|
};
|
2021-01-23 07:36:37 +01:00
|
|
|
}
|