Skip to content

Commit

Permalink
Fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and pepoviola committed Dec 3, 2023
1 parent 4e9d9b1 commit 550a84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-IwopIBU33FGeyzM9gGFf+fCBajC73xNzUj98Mjb3ANI=";
npmDepsHash = "sha256-crUfrJrTjkKpt2AUL8/E1pa4XoZZorme3ZZocccs2bM=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down

0 comments on commit 550a84e

Please sign in to comment.