From 58b3f69a7d6ec5ee48a256ed6605cfc30a4462af Mon Sep 17 00:00:00 2001 From: avdv <3471749+avdv@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:24:45 +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 059e39b..e9940e7 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ nativeBuildInputs = nativeBuildInputs ++ [ ghc ]; fetchAttrs = { - sha256 = "sha256-mHjgsyLs+P/Oy7+ukE23J74kwbNpLiO7Gk1Si7EPy2s="; + sha256 = "sha256-RAzAnD/xO42pGzHH0NgRe4yIwcLQDqXWD0/WxjFnnVo="; preBuild = '' rm .bazel-nix.rc '';