From fb712fab00ab6ea2cf75e53b438c0d9fbbc63ef8 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 15:37:48 +1200 Subject: Turns out i forgot to save the file to add the hash --- nix/limine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/limine.nix') diff --git a/nix/limine.nix b/nix/limine.nix index 2fb52e8..883dce9 100644 --- a/nix/limine.nix +++ b/nix/limine.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { src = fetchgit { url = "https://github.com/limine-bootloader/limine.git"; rev = "refs/heads/v8.x-binary"; - hash = ""; + hash = "sha256-Hx+IugsQSOziQrV6Z5wZWfm6ysh08IqsFhnefFsn0LI="; deepClone = false; }; buildPhase = '' -- cgit v1.2.3