From 7ee7d8bd732d2a1100d44da88fd2bc5d776caf8b Mon Sep 17 00:00:00 2001 From: avdv <3471749+avdv@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:20:24 +0000 Subject: [PATCH] Update `fetchAttrs.sha256` hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 746ccda..059e39b 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ nativeBuildInputs = nativeBuildInputs ++ [ ghc ]; fetchAttrs = { - sha256 = "sha256-mHlDr7l1/iKgzK/pd6c0GOPSqfL3S8xiSkV7bnkqQPo="; + sha256 = "sha256-mHjgsyLs+P/Oy7+ukE23J74kwbNpLiO7Gk1Si7EPy2s="; preBuild = '' rm .bazel-nix.rc '';