nix: fix npmDepsHash
This commit is contained in:
parent
4e738348a5
commit
055318047e
1 changed files with 1 additions and 1 deletions
2
bot.nix
2
bot.nix
|
@ -6,7 +6,7 @@ pkgs.buildNpmPackage {
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
npmDepsHash = "sha256-hkdmHBAXSTrEMzBas1Tz/ucElc1e6Z81wWQG7J0pSBM=";
|
npmDepsHash = "sha256-Vk4VmzFZwRATTQiwnqK6CvBt9itH84F5fToPQta53UY=";
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue