From 14d31a75ec0297fc071a486bfd40532ce70d0b19 Mon Sep 17 00:00:00 2001
From: Atte Niemi <4998544+hur@users.noreply.github.com>
Date: Wed, 28 Aug 2024 11:44:40 +0100
Subject: [PATCH] chore: update nix-direnv from 1.5.0 to 3.0.5 (#3700)

Signed-off-by: Atte Niemi <4998544+hur@users.noreply.github.com>
---
 .envrc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.envrc b/.envrc
index 5817bffc..3335ff6d 100644
--- a/.envrc
+++ b/.envrc
@@ -1,6 +1,7 @@
-if ! has nix_direnv_version || ! nix_direnv_version 1.5.0; then
-  source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.0/direnvrc" "sha256-carKk9aUFHMuHt+IWh74hFj58nY4K3uywpZbwXX0BTI="
+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
 
 dotenv_if_exists
-- 
GitLab