From 3ae79bda6b6c3f7b798a37676deaeec2ae4bf7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 7 Dec 2020 08:35:46 +0100 Subject: [PATCH] dhall: Update to version 1.37.0 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index 779930df2a..279cc75813 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.36.0", + "version": "1.37.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.36.0/dhall-1.36.0-x86_64-windows.zip", - "hash": "90876adf62282735f2b548182a5227662f22aec0103c1172a6716ee742213003" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.37.0/dhall-1.37.0-x86_64-windows.zip", + "hash": "f64e93be968058b767b1ecd092dc814ee7a4dbdc33b84b190aeba9871e165e9b" } }, "bin": "dhall.exe",