Skip to content

Commit 4e3fc93

Browse files
committed
update npmDepsHash again
1 parent 857295a commit 4e3fc93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,16 @@
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;

0 commit comments

Comments
 (0)