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