rambox: fix node_modules sha256
This commit is contained in:
parent
3ffbbd5951
commit
727c20f8e1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
inherit src;
|
||||
|
||||
nodejs = nodejs-10_x;
|
||||
sha256 = "0qsgr8cq81yismal5sqr02skakqpynwwzk5s98dr5bg91y361fgy";
|
||||
sha256 = "0slzw4791nl7v6sca9xlhzx16p91m92ln2agbkbdx4zpgasg4gnq";
|
||||
};
|
||||
|
||||
patches = [ ./isDev.patch ];
|
||||
|
|
Loading…
Reference in a new issue