Skip to content

Commit

Permalink
Merge pull request #1720 from paritytech/bkchr-fix-nix-hash
Browse files Browse the repository at this point in the history
Fix nix hash
  • Loading branch information
bkchr authored Feb 5, 2024
2 parents ddd2a2a + 8566979 commit f74683a
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-VHd9uu2IVsea8wydP51B/QwbBs6JaqIwMiWmVkKXjPM=";
npmDepsHash = "sha256-VlNQIOHddfUhU5IBvQypalpG8ew8jMjrreGGLfEqEok=";
####

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

0 comments on commit f74683a

Please sign in to comment.