From 82e5fcb58cf7d2b3f3bd2264a5acdc8816c38bf4 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 15 Sep 2025 00:39:45 +0200 Subject: [PATCH] Fix fydetab duo eval --- fydetab/duo/u-boot.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fydetab/duo/u-boot.nix b/fydetab/duo/u-boot.nix index dcaf80c0..4ce1b2b4 100644 --- a/fydetab/duo/u-boot.nix +++ b/fydetab/duo/u-boot.nix @@ -1,9 +1,10 @@ { lib, stdenv, - buildUboot, + buildUBoot, armTrustedFirmwareRK3588, rkbin, + fetchpatch, fetchurl, fetchFromGitHub, }: @@ -33,7 +34,7 @@ buildUBoot { lib.mapAttrs ( name: hash: - pkgs.fetchpatch { + fetchpatch { url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}"; inherit hash; }