From 410a17733a70b9c103e60684aa30fc8f3249e285 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Fri, 5 Sep 2025 11:20:47 -0700 Subject: [PATCH] fydetab/duo: fix himax firmware source hash --- fydetab/duo/himax.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fydetab/duo/himax.nix b/fydetab/duo/himax.nix index e499b3d1..ac1da125 100644 --- a/fydetab/duo/himax.nix +++ b/fydetab/duo/himax.nix @@ -9,6 +9,7 @@ stdenv.mkDerivation (_finalAttrs: { src = fetchurl { url = "https://github.com/Linux-for-Fydetab-Duo/pkgbuilds/raw/f4c012bd42d87f677370f987f703982d53cd233d/fydetabduo-post-install/Himax_firmware.bin"; + hash = "sha256-z0p/zXcNTBdhKCV6GmM2C8C02lu4Wkb2HP+Ir/nQJTc="; }; compressFirmware = false;