···13 # If you do upgrade here, please update in pkgs/top-level/release.nix
14 # the permitted insecure version to ensure it gets cached for our users
15 # and backport this to stable release (23.05).
16- version = "16.20.1";
17- sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
18 patches = [
19 ./disable-darwin-v8-system-instrumentation.patch
20 ./bypass-darwin-xcrun-node16.patch
···13 # If you do upgrade here, please update in pkgs/top-level/release.nix
14 # the permitted insecure version to ensure it gets cached for our users
15 # and backport this to stable release (23.05).
16+ version = "16.20.2";
17+ sha256 = "sha256-V28aA8RV5JGo0TK1h+trO4RlH8iXS7NjhDPdRNIsj0k=";
18 patches = [
19 ./disable-darwin-v8-system-instrumentation.patch
20 ./bypass-darwin-xcrun-node16.patch
···45 apache-airflow = throw "apache-airflow has been moved out of pythonPackages and is available as a standalone package"; # added 2023-06-05
46 argon2_cffi = argon2-cffi; # added 2022-05-09
47 APScheduler = apscheduler; # added 2023-02-19
048 async_stagger = async-stagger; # added 2023-08-08
49 asyncio-nats-client = nats-py; # added 2022-02-08
50 awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
···45 apache-airflow = throw "apache-airflow has been moved out of pythonPackages and is available as a standalone package"; # added 2023-06-05
46 argon2_cffi = argon2-cffi; # added 2022-05-09
47 APScheduler = apscheduler; # added 2023-02-19
48+ async_generator = async-generator; # added 2023-08-08
49 async_stagger = async-stagger; # added 2023-08-08
50 asyncio-nats-client = nats-py; # added 2022-02-08
51 awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
···25 # and it will be too much painful for our users to recompile them
26 # for no real reason.
27 # Remove them for 23.11.
28- "nodejs-16.20.1"
29 "openssl-1.1.1v"
30 ];
31 }; }
···25 # and it will be too much painful for our users to recompile them
26 # for no real reason.
27 # Remove them for 23.11.
28+ "nodejs-16.20.2"
29 "openssl-1.1.1v"
30 ];
31 }; }