From c712069c27828df3ad0ea0a759ecf996c5d1b5ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 04:27:33 +0000 Subject: [PATCH] dhall: Update to version 1.42.0 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index ee7e6c0761..53f44bc7ea 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.41.2", + "version": "1.42.0", "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.2/dhall-1.41.2-x86_64-windows.zip", - "hash": "8153e55dfd5327ae85289f3a50aacca5037b9ce4ffe2ffbf03c92ed0e6738291" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.0/dhall-1.42.0-x86_64-windows.zip", + "hash": "2d48476626439d2a11c8ed388806064c5d6c338caeec49c83bee0857e0d980d6" } }, "bin": "bin\\dhall.exe",