From f4228d99261f19536f604d01aa2689f3f14e0ec6 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 15 Sep 2024 16:37:30 +0100 Subject: [PATCH] correct flake-compat hash --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 688ef15..a2d1b10 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ let shell = (import (fetchTarball { url = "https://github.com/edolstra/flake-compat/archive/refs/tags/v1.0.1.tar.gz"; - sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5"; + sha256 = "0m9grvfsbwmvgwaxvdzv6cmyvjnlww004gfxjvcl806ndqaxzy4j"; }) { src = ./.; }).shellNix; in