rambox: fix invalid sha256

This commit is contained in:
Anatolii Prylutskyi 2018-10-17 08:08:44 +03:00 committed by Jörg Thalheim
parent 81a0724fe2
commit 4051fc901b
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit src;
nodejs = nodejs-8_x;
sha256 = "0mg1ilz65qyxgh5zg1f8fhx7ygz10w8ifamflpwbk8mrvqpkjlvr";
sha256 = "0hbw47653wh159c34f0rlj3p7xy0lvsyp0wh2hl35kv3fnsfbbm0";
};
patches = [ ./isDev.patch ];