File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 159159 ] ;
160160 } ) ;
161161 # If you see 'ERROR: npmDepsHash is out of date' in ci
162- # set this to blank run ``nix build o1js#o1js-bindings` You should get an output like this:
162+ # set this to blank run ``nix build o1js#o1js-bindings`
163163 # If you don't want to install nix you can also set it to "" and run ci to get the new hash
164+ # You should get an output like this:
164165
165166 # error: hash mismatch in fixed-output derivation '/nix/store/a03cg2az0b2cvjsp1wnr89clf31i79c1-o1js-npm-deps.drv':
166167 # specified: sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
167168 # got: sha256-8EPvXpOgn0nvm/pFKN3h6EMjabOeBqfy5optIfe8E8Q=
168169 # replace npmDepsHash bellow with the new hash
169170
170- npmDepsHash = "sha256-8EPvXpOgn0nvm/pFKN3h6EMjabOeBqfy5optIfe8E8Q =" ;
171+ npmDepsHash = "sha256-QLnSfX6JwYQXyHGNSxXdzqbhkbFl67sDrmlW/F6D/pw =" ;
171172 # The prepack script runs the build script, which we'd rather do in the build phase.
172173 npmPackFlags = [ "--ignore-scripts" ] ;
173174 dontNpmBuild = true ;
You can’t perform that action at this time.
0 commit comments