From af4bfea08ef371390e3182b9627e86a9a67c3a33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 00:28:50 +0000 Subject: [PATCH] yarn@1.22.18: Fix hash (Closes #3395) --- bucket/yarn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/yarn.json b/bucket/yarn.json index b00019240a..075a4c3ea1 100644 --- a/bucket/yarn.json +++ b/bucket/yarn.json @@ -12,7 +12,7 @@ ] }, "url": "https://github.com/yarnpkg/yarn/releases/download/v1.22.18/yarn-v1.22.18.tar.gz", - "hash": "a47e898bd42f81e961aa2e8d3ddc2488e66afd0c519e4cb418597c9e7c388f68", + "hash": "816e5c073b3d35936a398d1fe769ebbcd517298e3510b649e8fc67cd3a62e113", "extract_dir": "yarn-v1.22.18", "post_install": [ "yarn config set cache-folder \"$dir\\cache\"",