From 09e9cab8489ee5edd434b7196275bd860f1b2c1b Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sun, 12 Sep 2021 13:58:26 -0700 Subject: [PATCH] update sha256 acquired by providing empty sha256 and causing error --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31c926ea47..d5dc999ed1 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ ghc-api-compat = hself.callHackageDirect { pkg = "ghc-api-compat"; ver = "8.10.7"; - sha256 = "0p3sxpzpnccfm9p3yvi88507kh7zcmmg52nl0z12azlh6yfcipw3"; + sha256 = "g9/InDeQfiXCB9SK8mpl/8B5QEEobj9uqo4xe//telw="; } {}; lsp = hself.lsp_1_2_0_1;