pkgs/companion: fix hash of nodeHeaders

keep-around/a3b59b5ea6adce837a7a17dc1cb725e93922eb1e
schweby 2021-09-19 16:37:18 +02:00
parent 7b0e0298ea
commit 8ccfc80cb5
1 changed files with 1 additions and 1 deletions

View File

@ -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;