Skip to content

Commit

Permalink
nix: update yarn deps hash
Browse files Browse the repository at this point in the history
  • Loading branch information
fugidev committed Mar 10, 2024
1 parent 503f304 commit 658d5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mkYarnPackage rec {

offlineCache = fetchYarnDeps {
inherit yarnLock;
hash = "sha256-qyo62/Apld/JslCshF6iSwegbfBl41zpYHabj5/0ARs=";
hash = "sha256-uq8kRuXbywcGCIMu8Q2QBOb1T0tKNUGDCTkFJOUxGk0=";
};

NODE_ENV = "production";
Expand Down

0 comments on commit 658d5f4

Please sign in to comment.