mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nodejs_24: 24.0.2 -> 24.1.0
This commit is contained in:
parent
2f9173bde1
commit
c4869aace4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "24.0.2";
|
||||
sha256 = "1597075afc06e5c6145d0bfbd77e2072c2ec0ab71ac4950cf008b2641374cd71";
|
||||
version = "24.1.0";
|
||||
sha256 = "c8171b2aeccb28c8c5347f273a25adae172fb2a65bc8c975bc22ec58949d0eaf";
|
||||
patches =
|
||||
(
|
||||
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue