pkgs/companion: fix hash of nodeHeaders
This commit is contained in:
parent
dbf8d74a24
commit
3c3e4c0c83
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
};
|
||||
nodeHeaders = fetchurl {
|
||||
url = "https://nodejs.org/download/release/v${nodejs.version}/node-v${nodejs.version}-headers.tar.gz";
|
||||
sha256 = "19xsyjg9y71fw7hhz2f0nsfrijlyrk8ma9gs5kiq0y824lwnmyi4";
|
||||
sha256 = "0jzczy67qgw7arq8rprxv9wwb4axjjrhx72ss6a4rw5x08w58hbq";
|
||||
};
|
||||
webui = mkYarnPackage rec {
|
||||
inherit version;
|
||||
|
|
Loading…
Reference in a new issue