From 3acf985ac025a6028cac489239a20e8914ef27ad Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 12 Jun 2024 23:29:10 -0500 Subject: [PATCH] nix: update nix-direnv 2.3.0 -> 3.0.5 --- .envrc.recommended | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.envrc.recommended b/.envrc.recommended index 40ba7f241..bb8d4a084 100644 --- a/.envrc.recommended +++ b/.envrc.recommended @@ -2,8 +2,8 @@ if has nix; then - if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" + if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w=" fi use flake