Skip to content

Commit

Permalink
rambox: fix invalid sha256
Browse files Browse the repository at this point in the history
(cherry picked from commit 4051fc9)
  • Loading branch information
anpryl authored and Mic92 committed Oct 17, 2018
1 parent 19ee57b commit ff7413b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit src;

nodejs = nodejs-8_x;
sha256 = "0mg1ilz65qyxgh5zg1f8fhx7ygz10w8ifamflpwbk8mrvqpkjlvr";
sha256 = "0hbw47653wh159c34f0rlj3p7xy0lvsyp0wh2hl35kv3fnsfbbm0";
};

patches = [ ./isDev.patch ];
Expand Down

0 comments on commit ff7413b

Please sign in to comment.