Merge pull request #9363 from Havvy/iojs

iojs: 3.0.0 -> 3.1.0

+2 -2
+2 -2
pkgs/development/web/iojs/default.nix
··· 1 1 { stdenv, fetchurl, python, utillinux, openssl_1_0_2, http-parser, zlib, libuv }: 2 2 3 3 let 4 - version = "3.0.0"; 4 + version = "3.1.0"; 5 5 inherit (stdenv.lib) optional maintainers licenses platforms; 6 6 in stdenv.mkDerivation { 7 7 name = "iojs-${version}"; 8 8 9 9 src = fetchurl { 10 10 url = "https://iojs.org/dist/v${version}/iojs-v${version}.tar.gz"; 11 - sha256 = "0maxxmr6y7z3y3r88nhcnfzmpvbhs5p8knyz886bh2shgzd6nzqf"; 11 + sha256 = "15qh5pscg3588hyf4yfhma34gjkg87v5i4xzxj804g6m52m6y727"; 12 12 }; 13 13 14 14 prePatch = ''