From 6aca5466b6490cbbadfaae7cabf9585c5e25dac7 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 16 Jun 2026 19:11:43 -0400 Subject: [PATCH] fix: convert hash to proper SRI base64 format --- 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 f8c7450..34e1f3f 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 = "sha256-ddffc50568fb082340283ab4acb58d22ddbf429985a71f1804a6ca1deb455289"; + hash = "sha256-3f/FBWj7CCNAKDq0rLWNIt2/QpmFpx8YBKbKHetFUok="; }; dontUnpack = true;