Merge pull request #9042 from Havvy/iojs

iojs: 2.4.0 -> 2.5.0

lethalman b5bb6b4f 982ce5ed

+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 = "2.4.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 = "0g81bn8q4zgm8skkbxbzwa22dnpbing4b5wjqacvpxq3ygz4c98y"; 12 }; 13 14 prePatch = ''
··· 1 { stdenv, fetchurl, python, utillinux, openssl_1_0_2, http-parser, zlib, libuv }: 2 3 let 4 + version = "2.5.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 = "0jj0xqwpq7s45bycs406ml12xyknxgad4vyw9k84al3551m5y2wd"; 12 }; 13 14 prePatch = ''