From 20b612f36ceb4ca9047fd15c68fa09222b44fc48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:34:21 +0000 Subject: [PATCH] direnv: Update to version 2.35.0 --- bucket/direnv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/direnv.json b/bucket/direnv.json index 703f807b28..992fa8d124 100644 --- a/bucket/direnv.json +++ b/bucket/direnv.json @@ -1,16 +1,16 @@ { - "version": "2.34.0", + "version": "2.35.0", "description": "load or unload environment variables depending on the current directory", "homepage": "https://direnv.net", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.34.0/direnv.windows-amd64.exe#/direnv.exe", - "hash": "33b4b8dc783f212f26da0924fb485d773ae4f897dd6d515a4c69ff7147b45926" + "url": "https://github.com/direnv/direnv/releases/download/v2.35.0/direnv.windows-amd64.exe#/direnv.exe", + "hash": "f342c92f3500b71172ba39ad4fac91774971fbb499985543a558871761282f6d" }, "32bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.34.0/direnv.windows-386.exe#/direnv.exe", - "hash": "e3ae213d6ab580e2c0687b5e9bdec5c830c233ea609c90a5d3377dc6e7c3767e" + "url": "https://github.com/direnv/direnv/releases/download/v2.35.0/direnv.windows-386.exe#/direnv.exe", + "hash": "91b76d28b0c7d9e9b1bb10fcc8c7e1244b784b90c836691f4d160177e1d42123" } }, "bin": "direnv.exe",