From e5eb3e8a19d77514ae295b4843dfd097825d8313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 29 Jan 2021 03:53:14 +0100 Subject: [PATCH] dhall: Update to version 1.38.0 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index 3437cf93e8..ca9d0dfd27 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.37.1", + "version": "1.38.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.37.1/dhall-1.37.1-x86_64-windows.zip", - "hash": "d3aef7ecab93a76ca2871cbcce957fffe0427f9d8083d358521d542df331fff1" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.38.0/dhall-1.38.0-x86_64-windows.zip", + "hash": "3beca21bfb48aed5c5a8ed2a2a70591bcbbc6eeb14b050c90070504f98f4bf86" } }, "bin": "dhall.exe",