From 5428b3da9efab0f0f00b2773f6990597da158c6d Mon Sep 17 00:00:00 2001 From: avdv Date: Sun, 19 Nov 2023 01:49:20 +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 0e244fe..c4bf890 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ nativeBuildInputs = nativeBuildInputs ++ [ ghc ]; fetchAttrs = { - sha256 = ""; + sha256 = "sha256-PzTVO//MjNQ3iKRE6Z+g7qA4WTadQoX1Md+h1JNyrwM="; preBuild = '' rm .bazel-nix.rc '';