nodejs: 0.10.41 -> 0.10.42 (CVE-2016-2086, CVE-2016-2216)

https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
This commit is contained in:
Franz Pletz 2016-02-27 17:03:08 +01:00
parent c6b1f48e31
commit 3673c5bf52

View File

@ -6,7 +6,7 @@
}:
let
version = "0.10.41";
version = "0.10.42";
# !!! Should we also do shared libuv?
deps = {
@ -32,7 +32,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "15f9n9pydfb3f6gbbxnh6qqmkmwr0j3gcs8cbnvl69f4lpi99xkr";
sha256 = "01g19mq8b3b828f59x7bv79973w5sw4133ll1dxml37qk0vdbhgb";
};
configureFlags = concatMap sharedConfigureFlags (builtins.attrNames deps) ++