From 9c611e219add0c51ebc602a528f7be32f6464d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 16 Dec 2021 10:11:57 +0100 Subject: [PATCH] README: update fetchurl checksum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdd673..fd4f5c0 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Put the following lines in your `.envrc`: ```bash if ! has nix_direnv_version || ! nix_direnv_version 1.5.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-carKk9aUFHMuHt+IWh74hFj58nY4K3uywpZbwXX0BTI=" + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-sha256-p4CDMJjuBmEh9pkn2aoJrZqr0DlPZHPU7eXOSDzzcuo=" fi ```