Skip to content

Commit

Permalink
fix yarn offlineCache hash
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 28, 2024
1 parent 3bfe00c commit 3e6c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/by-name/contrast-docs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkYarnPackage rec {
packageJSON = "${src}/package.json";
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock ";
hash = "sha256-8TkRMs8TpF53ehJ1WlXf/AHcGfgD7KCjbH6ZlZDKo0E=";
hash = "sha256-8G4SUmVTrhe7JigQ+oBe1JQwz8vUWeMJtBuLE70KNCE=";
};

configurePhase = ''
Expand Down

0 comments on commit 3e6c988

Please sign in to comment.