From 4e189f257bb4262cd8c12e870a677ded57e6b444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:28:19 +0000 Subject: [PATCH] dhall: Update to version 1.41.1 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index 5172329f83..f223606796 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.41.0", + "version": "1.41.1", "description": "Command-line tooling for the Dhall configuration language", "homepage": "https://dhall-lang.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.0/dhall-1.41.0-x86_64-windows.zip", - "hash": "ccef159589c50a5dd1f40454073029323f20b62038ac39d4898614a231fe4e60" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.1/dhall-1.41.1-x86_64-windows.zip", + "hash": "4c118b996a734a75f409ede0e6b495bc6f046006ad90de1c0c5f92244d8c7aac" } }, "bin": "bin\\dhall.exe",