From f0ec3758752bf7c91c8bc542ecf1441c7b46ab47 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 16 Jun 2026 19:11:00 -0400 Subject: [PATCH] fix: set real hash for aiov2_ctl fetchFromGitHub --- modules/nixos/hardware/uconsole-cm5-aio-v2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/hardware/uconsole-cm5-aio-v2.nix b/modules/nixos/hardware/uconsole-cm5-aio-v2.nix index 7b16cb0..f8c7450 100644 --- a/modules/nixos/hardware/uconsole-cm5-aio-v2.nix +++ b/modules/nixos/hardware/uconsole-cm5-aio-v2.nix @@ -43,7 +43,7 @@ let owner = "hackergadgets"; repo = "aiov2_ctl"; rev = "main"; - hash = lib.fakeSha256; # will fail with real hash on first build + hash = "sha256-ddffc50568fb082340283ab4acb58d22ddbf429985a71f1804a6ca1deb455289"; }; dontUnpack = true;