mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Fixing the download url
svn path=/nixpkgs/trunk/; revision=28015
This commit is contained in:
parent
0942a5b164
commit
4cc923b4bb
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
name = "nodejs-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nodejs.org/dist/node-v${version}.tar.gz";
|
||||
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
|
||||
sha256 = "16z16gq5pibw5l830pv5dgx7v2gw6syrddphikcgia92pw4r33qr";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user