Skip to content

Commit

Permalink
nodejs: 22.5.1 -> 22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 14, 2024
1 parent e0626c7 commit 2a00d28
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchpatch2, openssl, python3, enableNpm ? true }:
{ callPackage, openssl, python3, enableNpm ? true }:

let
buildNodejs = callPackage ./nodejs.nix {
Expand All @@ -12,8 +12,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.5.1";
sha256 = "924f381a32cf26b6bedbe95feedde348450f4fd321283d3bf3f7965aa45ce831";
version = "22.6.0";
sha256 = "37259d618d5565ca55acc2585045c7e1c5b9965a3d4eb44c0a237fdae84b9d44";
patches = [
./configure-emulator.patch
./configure-armv6-vfpv2.patch
Expand All @@ -22,9 +22,5 @@ buildNodejs {
./node-npm-build-npm-package-logic.patch
./use-correct-env-in-tests.patch
./bin-sh-node-run-v22.patch
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/d0a6b605fba6cd69a82e6f12ff0363eef8fe1ee9.patch";
hash = "sha256-TfYal/PikRZHL6zpAlC3SmkYXCe+/8Gs83dLX/X/P/k=";
})
] ++ gypPatches;
}

0 comments on commit 2a00d28

Please sign in to comment.