From c8699708dd460460c254e2eac34bc0c125892bac Mon Sep 17 00:00:00 2001 From: "zombienet-push-commit-bot[bot]" Date: Tue, 19 Dec 2023 21:50:32 +0000 Subject: [PATCH] Fix nix hash --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index ee0429082..6d0b2e16f 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -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-zJZeKIwYJF2JAeBPTyMgbxZkKR4t2hMQyzu/m3PDDAE="; + npmDepsHash = ""; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run