We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89c620 commit 82e5fcbCopy full SHA for 82e5fcb
fydetab/duo/u-boot.nix
@@ -1,9 +1,10 @@
1
{
2
lib,
3
stdenv,
4
- buildUboot,
+ buildUBoot,
5
armTrustedFirmwareRK3588,
6
rkbin,
7
+ fetchpatch,
8
fetchurl,
9
fetchFromGitHub,
10
}:
@@ -33,7 +34,7 @@ buildUBoot {
33
34
lib.mapAttrs
35
(
36
name: hash:
- pkgs.fetchpatch {
37
+ fetchpatch {
38
url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}";
39
inherit hash;
40
}
0 commit comments