]> Untitled Git - lemmy-ui.git/commitdiff
update yarn sha256
authorself <self@awful.systems>
Mon, 21 Aug 2023 17:49:26 +0000 (10:49 -0700)
committerself <self@awful.systems>
Mon, 21 Aug 2023 18:53:53 +0000 (11:53 -0700)
default.nix

index f78b8ef6674c213468083e3ec2916ec20b6398e2..fde3e1fe3f8e43189faf4cdf263c111994db2247 100644 (file)
@@ -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 = ''