diff --git a/flake.lock b/flake.lock index 844f26fa..29505fc3 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/hashes.json b/hashes.json index dd55b81d..aa59cb91 100644 --- a/hashes.json +++ b/hashes.json @@ -1,3 +1,3 @@ { - "npmDepsHash": "sha256-fZNDN2/fNy6Nu7tbr0RhQ8j4BP7X1Yhrh/fSTH7hbJc=" -} + "npmDepsHash": "sha256-kdS1SwcBu6Dor92iO1ickLgz0T5UL16nyA49xXGajf4=" +} \ No newline at end of file diff --git a/nix-update.sh b/nix-update.sh index 4413e6e0..a7186962 100755 --- a/nix-update.sh +++ b/nix-update.sh @@ -3,7 +3,7 @@ nix flake update DEPS_HASH=`prefetch-npm-deps package-lock.json` TMPFILE=$(mktemp) -jq '.npm_deps_hash = "'$DEPS_HASH'"' hashes.json > $TMPFILE +jq '.npmDepsHash = "'$DEPS_HASH'"' hashes.json > $TMPFILE mv -- "$TMPFILE" hashes.json nom build .# || exit $?