nodejs_25: 25.6.0 -> 25.6.1 (#489093)

This commit is contained in:
Antoine du Hamel
2026-02-10 17:28:48 +00:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -11,6 +11,7 @@
libuv,
lief,
llhttp,
merve,
nghttp2,
nghttp3,
ngtcp2,
@@ -126,6 +127,7 @@ let
useSharedAdaAndSimd = !stdenv.hostPlatform.isStatic && lib.versionAtLeast version "22.2";
useSharedLief = !stdenv.hostPlatform.isStatic && lib.versionAtLeast version "25.6";
useSharedMerve = !stdenv.hostPlatform.isStatic && lib.versionAtLeast version "25.6.1";
useSharedSQLite = !stdenv.hostPlatform.isStatic && lib.versionAtLeast version "22.5";
useSharedZstd = !stdenv.hostPlatform.isStatic && lib.versionAtLeast version "22.15";
@@ -166,6 +168,9 @@ let
// (lib.optionalAttrs useSharedLief {
inherit lief;
})
// (lib.optionalAttrs useSharedMerve {
inherit merve;
})
// (lib.optionalAttrs useSharedZstd {
inherit zstd;
});
+2 -2
View File
@@ -25,8 +25,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "25.6.0";
sha256 = "9db6848c802b1981c0faeb71a5b8cc79913f82a747f7f1d50260c6d2f781ef7e";
version = "25.6.1";
sha256 = "cf756781c8b4dc5ee030f87ddf9d51b8d5bf219ad56cbd9855c4a3bdc832c78e";
patches =
(
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then