Skip to content

Commit

Permalink
Merge pull request NixOS#11014 from Havvy/node10
Browse files Browse the repository at this point in the history
nodejs: 0.10.38 -> 0.10.40
  • Loading branch information
jagajaga committed Nov 14, 2015
2 parents b762a20 + 087202a commit 2002420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v0_10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "0.10.38";
version = "0.10.40";

# !!! Should we also do shared libuv?
deps = {
Expand All @@ -32,7 +32,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "12xpa9jzry5g0j41908498qqs8v0q6miqkv6mggyzas8bvnshgai";
sha256 = "17qlk4adjk1ls8ka4gbmvcl02xmvxdxhfdmg54bbxbjrv4prrrxs";
};

configureFlags = concatMap sharedConfigureFlags (builtins.attrNames deps) ++
Expand Down

0 comments on commit 2002420

Please sign in to comment.