Merge pull request #240721 from mweinelt/sitespeed-io-hash-fix
sitespeed-io: fix npmDepsHash
This commit is contained in:
commit
6f93607826
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ buildNpmPackage rec {
|
|||
|
||||
dontNpmBuild = true;
|
||||
npmInstallFlags = [ "--omit=dev" ];
|
||||
npmDepsHash = "sha256-Z9SSIPF/QPDsv4DexiqJAAXhY/QvnWqnauih6DT7I8o=";
|
||||
npmDepsHash = "sha256-RfZlXE8hnAJKiiWdOGFsAFGcxwgnLNvLrXeIinABFb0=";
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/sitespeed{.,-}io
|
||||
|
|
Loading…
Reference in a new issue