From e8cfa2e1ff385a4e978b31eb2a13fdea1d816ea0 Mon Sep 17 00:00:00 2001
From: self <self@awful.systems>
Date: Mon, 21 Aug 2023 10:49:26 -0700
Subject: [PATCH] update yarn sha256

---
 default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.nix b/default.nix
index f78b8ef..fde3e1f 100644
--- a/default.nix
+++ b/default.nix
@@ -35,7 +35,7 @@ in mkYarnPackage {
   packageJSON = ./package.json;
   offlineCache = fetchYarnDeps {
     yarnLock = src + "/yarn.lock";
-    sha256 = "sha256-fRJpA9WstNNNOePoqotJKYmlikkcjc34iM0WO8+a/3Q=";
+    sha256 = "sha256-EZSTYdUhb1+8GIx9UnOtImcg8ABA6RPqTrelZa3QD84=";
   };
 
   yarnPreBuild = ''
-- 
2.44.1