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