Skip to content

Commit 172442f

Browse files
committed
Updated fetchYarnDeps hash for current yarn.lock
no issue Hash was stale after upstream dependency changes. Regenerated using `nix run .#update-yarn-hash`. Short, explains what and why, follows their format.
1 parent 699bd48 commit 172442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker-nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let
8282

8383
yarn-offline-cache = pkgs.fetchYarnDeps {
8484
yarnLock = "${src}/yarn.lock";
85-
hash = "sha256-D3pEF29EwEzfXtNST1+6s30+PKKdMDC06Z6/2JHj0Tw=";
85+
hash = "sha256-9wpfTZ8KOvPZAy3dMx+r0vraTycL9DNmY6ilGHIRb0U=";
8686
};
8787

8888
development-base = pkgs.stdenv.mkDerivation (

0 commit comments

Comments
 (0)