Skip to content

Commit 78c3ea9

Browse files
Fix nix hash
1 parent 2ba0354 commit 78c3ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
...
99
}: let
1010
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
11-
npmDepsHash = "sha256-M3JQevWhedQthT87+XhDU/C4GQ1M6rQhIX+Ea3R0VM4=";
11+
npmDepsHash = "sha256-8F5k8aYqMY+pIuPVz2z9yhtrZKScldYCMFvZNzRtmPw=";
1212
####
1313

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

0 commit comments

Comments
 (0)