Skip to content

Commit

Permalink
Revert "nodejs: Update to 0.12.2"
Browse files Browse the repository at this point in the history
This reverts commit 088523f.

Fixes #7243.
  • Loading branch information
edolstra committed Apr 7, 2015
1 parent eda06c4 commit 16ccc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
ln -sv /usr/sbin/dtrace $out/bin
'';

version = "0.12.2";
version = "0.12.0";

deps = {
inherit openssl zlib libuv;
Expand All @@ -32,7 +32,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "0bbp58p3iwsp35c37brkkh6bmjjhwsw2nlr8srz3wqryx6nphzmc";
sha256 = "0cifd2qhpyrbxx71a4hsagzk24qas8m5zvwcyhx69cz9yhxf404p";
};

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

0 comments on commit 16ccc46

Please sign in to comment.