forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from NixOS:master #183
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python311Packages.dulwich: 0.21.6 -> 0.21.7
python311Packages.youtokentome: init at 1.0.6
python311Packages.nvdlib: init at 0.7.6, python311Packages.avidtools: init 0.1.1.2
python311Packages.google-ai-generativelanguage: 0.3.4 -> 0.3.5
…dity This is a small performance optimization. It should be impercetible to most. Benchmarks: - Before ``` json { "cpuTime": 0.2777960002422333, "envs": { "bytes": 3832648, "elements": 189513, "number": 144784 }, "gc": { "heapSize": 402915328, "totalBytes": 50229344 }, "list": { "bytes": 655304, "concats": 3249, "elements": 81913 }, "nrAvoided": 218962, "nrFunctionCalls": 127718, "nrLookups": 40946, "nrOpUpdateValuesCopied": 1563978, "nrOpUpdates": 8542, "nrPrimOpCalls": 113032, "nrThunks": 329605, "sets": { "bytes": 29774864, "elements": 1824537, "number": 36392 }, "sizes": { "Attr": 16, "Bindings": 16, "Env": 16, "Value": 24 }, "symbols": { "bytes": 235909, "number": 24432 }, "values": { "bytes": 9691392, "number": 403808 } } ``` - After ``` { "cpuTime": 0.2615779936313629, "envs": { "bytes": 3833832, "elements": 189661, "number": 144784 }, "gc": { "heapSize": 402915328, "totalBytes": 50212960 }, "list": { "bytes": 655304, "concats": 3249, "elements": 81913 }, "nrAvoided": 218814, "nrFunctionCalls": 127718, "nrLookups": 40798, "nrOpUpdateValuesCopied": 1563978, "nrOpUpdates": 8542, "nrPrimOpCalls": 113032, "nrThunks": 329457, "sets": { "bytes": 29765392, "elements": 1824093, "number": 36244 }, "sizes": { "Attr": 16, "Bindings": 16, "Env": 16, "Value": 24 }, "symbols": { "bytes": 235909, "number": 24432 }, "values": { "bytes": 9687840, "number": 403660 } } ```
Doesn't build with Node 20
trivy: 0.47.0 -> 0.48.0
Co-authored-by: Arjun31415 <[email protected]>
Kernel updates for 2023-12-11
vinegar: 1.5.8 -> 1.5.9
In 759ec11 the ping setuid wrapper was removed in favour of giving permissions to perform ICMP echo requests to all users. The problem is that the systemd file that was supposed to change the `net.ipv4.ping_group_range` sysctl is not always installed, specifically only if systemd.coredump.enable. In that case the range is "0 1", which is effectively restricts ping to only root. This change explicitely sets the range to "0 2^31-1", as systemd does.
lib.attrsets.longestValidPathPrefix: init
clojure: 1.11.1.1413 -> 1.11.1.1429
flwrap: remove stdenv override
leftwm: add `meta.mainProgram`
poretools: mark as broken
deepin.deepin-icon-theme: 2023.04.03 -> 2023.11.28
Also update default.nix to match the default.nix in MetaCoq/metacoq:.nix/coq-overlays/metacoq/default.nix Because some files have changed names, some version-dependent building is required to keep building older versions. And Metacoq's default.nix had older version checksums. We use the more recent versions from nixpkgs for coq 8.14-8.16 Co-authored-by: Lars Rasmusson <Lars.Rasmusson@rise>
python3.pkgs.buildsetupcfg: Remove
build-support/php: prevent the creation of symlinks of `bin` ending with `.bat`
subnetcalc: 2.4.22 -> 2.4.23
vtm: 0.9.16 -> 0.9.27
checkov: 3.1.31 -> 3.1.33
dependency-track-exporter: init at 0.1.2
tdlib: 1.8.21 -> 1.8.22
nsd: 4.7.0 -> 4.8.0
mpvScripts.sponsorblock-minimal: init at unstable-2023-08-20
The previous url always redirects to the latest version. See #272701 and Warzone2100/warzone2100#3565.
broot: 1.29.0 -> 1.30.0
hydra_unstable: add patch for fixing accessing git inputs on flakes
Having ```nix host_toolchain = "//build/toolchain/linux/unbundle:host"; v8_snapshot_toolchain = "//build/toolchain/linux/unbundle:host"; ``` on native, non-cross-compilation builds roughly doubles the build steps and, by proxy, compute and time needed to build. So to resolve this, we conditionally change those values depending on whether we are cross-compiling or not. Co-authored-by: Adam Joseph <[email protected]>
grafana-loki,promtail: 2.9.2 -> 2.9.3
clisp: fix build
lshw: fix static build
yq-go: 4.40.4 -> 4.40.5
php82Extensions.blackfire: block php zts builds
release-python.nix: allow evaluation with openssl_1_1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )