Skip to content

Commit

Permalink
rambox: fix invalid sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
anpryl authored and Mic92 committed Oct 17, 2018
1 parent 81a0724 commit 4051fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 4051fc9

Please sign in to comment.