aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/limine.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''