mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
nodejs_22: 22.22.0 -> 22.22.1 (#497389)
This commit is contained in:
commit
13691e43dc
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ let
|
|||
[ ];
|
||||
in
|
||||
buildNodejs {
|
||||
version = "22.22.0";
|
||||
sha256 = "4c138012bb5352f49822a8f3e6d1db71e00639d0c36d5b6756f91e4c6f30b683";
|
||||
version = "22.22.1";
|
||||
sha256 = "87104b07e7acee748bcc5391e1bc69cf3571caa0fdfb8b1d6b5fd3f9599b7849";
|
||||
patches =
|
||||
(
|
||||
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue