From a56ad4fa6840d13faa631224caad0f3f3505bc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 Aug 2020 08:10:09 +0200 Subject: [PATCH] stack: Update to version 2.3.3 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index f3da78e7f2..a1ed9a4819 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.3.1", + "version": "2.3.3", "description": "The Haskell Tool Stack", "homepage": "https://www.haskellstack.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-windows-x86_64.zip", - "hash": "4790975b189d2a511e2e9fa6416d9d2d869763f7ae93e522afac7c2edae279c2" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.3.3/stack-2.3.3-windows-x86_64.zip", + "hash": "fb14dfea14cc0562a2e7c78f2c92be0f7b6119f1b3c2265f5e623b7149309802" } }, "bin": "stack.exe",