From 664bf5dde967bcdc9209219bef9b00eaec0f0434 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 27 Mar 2021 06:00:25 +0000 Subject: [PATCH] dhall: Update to version 1.38.1 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index ca9d0dfd27..55a2c93565 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.38.0", + "version": "1.38.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.38.0/dhall-1.38.0-x86_64-windows.zip", - "hash": "3beca21bfb48aed5c5a8ed2a2a70591bcbbc6eeb14b050c90070504f98f4bf86" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.38.1/dhall-1.38.1-x86_64-windows.zip", + "hash": "ea0e0240e19fb6cac1e9080ccaa6221193ce5f371ed5a697d5715bdefcec0ff1" } }, "bin": "dhall.exe",