1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

613933 commits

Author SHA1 Message Date
Weijia Wang 2e5299f478
Merge pull request #303357 from r-ryantm/auto-update/iqtree
iqtree: 2.3.1 -> 2.3.2
2024-04-18 20:54:50 +02:00
Jon Seager 30d8af5d6c
Merge pull request #305035 from jnsgruk/snapcraft 2024-04-18 19:53:22 +01:00
Weijia Wang f3624a0bc6
Merge pull request #302836 from r-ryantm/auto-update/frp
frp: 0.56.0 -> 0.57.0
2024-04-18 20:51:55 +02:00
Weijia Wang e8509788ae
Merge pull request #302816 from r-ryantm/auto-update/renderdoc
renderdoc: 1.31 -> 1.32
2024-04-18 20:51:09 +02:00
Weijia Wang 55100e887d
Merge pull request #303414 from r-ryantm/auto-update/keymapper
keymapper: 3.5.3 -> 4.0.2
2024-04-18 20:49:41 +02:00
sternenseemann 5e8f10fe93 expand-response-params: add description
Since the tool is exposed more prominently now, we should clear up what
it is and note that it is to be considered unstable, i.e. we may change
it if the necessity arises. (In practice it is probably going to be
fairly stable though, as compiler interfaces tend to be quite stable.)

Should we add a version?
2024-04-18 20:49:13 +02:00
sternenseemann 7be562d046 wrapCC, wrapBintools: move expand-response-params bootstrapping out
The cc and bintools wrapper contained ad hoc bootstrapping logic for
expand-response-params (which was callPackage-ed in a let binding). This
lead to the strange situation that the bootstrapping logic related to
expand-response-params is split between the wrapper derivations (where
it is duplicated) and the actual stdenv bootstrapping.

To clean this up, the wrappers simply should take expand-response-params
as an ordinary input: They need an adjacent expand-response-params (i.e.
one that runs on their host platform), but don't care about the how.
Providing this is only problematic during stdenv bootstrapping where we
have to pull it from the previous stage at times.
2024-04-18 20:49:13 +02:00
sternenseemann b2a568906a wrapCC, wrapBintools: use runtimeShell instead of stdenv shell
We don't need to artificially make sure that we can execute the wrapper
scripts on the build platform by using stdenv's shell (which comes from
buildPackages) since our cross infrastructure will get us the wrapper
from buildPackages. The upside of this change is that cross-compiled
wrappers (e.g. pkgsCross.aarch64-multiplatform.gcc) will actually work
when executed!

For bootstrapping this is also not a problem, since we have a long
build->build platform chain so runtimeShell is just as good as
stdenvNoCC.shell. We do fall back to old ways, though, by explicitly
using the bootstrap-tools shell in stage2, so the adjacent bash is only
used from stage4 onwards. This is unnecessary in principle (I'll try
removing this hack in the future), but ensures this change causes zero
rebuilds.
2024-04-18 20:49:13 +02:00
Weijia Wang 1486e76262
Merge pull request #303409 from r-ryantm/auto-update/semgrep
semgrep: 1.67.0 -> 1.69.0
2024-04-18 20:48:47 +02:00
Weijia Wang 9141e6f2cf
Merge pull request #304669 from r-ryantm/auto-update/LAStools
LAStools: 2.0.2 -> 2.0.3
2024-04-18 20:47:21 +02:00
Weijia Wang d912b2968d
Merge pull request #304954 from r-ryantm/auto-update/orchis-theme
orchis-theme: 2024-04-01 -> 2024-04-18
2024-04-18 20:46:08 +02:00
Weijia Wang 47542b4967
Merge pull request #304969 from r-ryantm/auto-update/infisical
infisical: 0.20.1 -> 0.21.1
2024-04-18 20:45:52 +02:00
Weijia Wang 70c566518e
Merge pull request #305005 from r-ryantm/auto-update/proton-ge-bin
proton-ge-bin: GE-Proton9-2 -> GE-Proton9-4
2024-04-18 20:45:36 +02:00
Weijia Wang 4289655e9f
Merge pull request #305009 from r-ryantm/auto-update/mcap-cli
mcap-cli: 0.0.42 -> 0.0.43
2024-04-18 20:45:00 +02:00
Weijia Wang f2ca9faa0d
Merge pull request #305045 from r-ryantm/auto-update/d2
d2: 0.6.4 -> 0.6.5
2024-04-18 20:44:49 +02:00
R. Ryantm 933b3f9a0f api-linter: 1.65.0 -> 1.65.1 2024-04-18 18:33:29 +00:00
R. Ryantm 3e45f8c0e6 cargo-show-asm: 0.2.31 -> 0.2.32 2024-04-18 18:32:33 +00:00
Fabian Affolter 2e37446ac8 nomore403: init at 1.0.1
Tool to bypass 403/40X response codes

https://github.com/devploit/nomore403
2024-04-18 20:32:26 +02:00
Yaya 2817a4e0da electron_source: add yayayayaka to maintainers 2024-04-18 20:09:30 +02:00
Yaya 101d7ae0be electron_28-bin: 28.3.0 -> 28.3.1
https://github.com/electron/electron/releases/tag/v28.3.1

Fixes CVE-2024-1580
Fixes CVE-2024-3515
Fixes CVE-2024-3516
Fixes CVE-2024-3517
2024-04-18 20:09:30 +02:00
Yaya 0b00f7a2e6 electron_27-bin: 27.3.10 -> 27.3.11
https://github.com/electron/electron/releases/tag/v27.3.11

This is the last release before reaching end-of-life.

Fixes CVE-2024-1580
Fixes CVE-2024-3157
Fixes CVE-2024-3515
Fixes CVE-2024-3516
2024-04-18 20:09:30 +02:00
Yaya 0eefb442b4 electron-source.electron_28: 28.3.0 -> 28.3.1
https://github.com/electron/electron/releases/tag/v28.3.1

Fixes CVE-2024-1580
Fixes CVE-2024-3515
Fixes CVE-2024-3516
Fixes CVE-2024-3517
2024-04-18 20:09:30 +02:00
Yaya e4b0bd3686 electron-source.electron_27: 27.3.10 -> 27.3.11
https://github.com/electron/electron/releases/tag/v27.3.11

This is the last release before reaching end-of-life.

Fixes CVE-2024-1580
Fixes CVE-2024-3157
Fixes CVE-2024-3515
Fixes CVE-2024-3516
2024-04-18 20:09:30 +02:00
Jon Seager fe0775e297
snapcraft: init at 8.2.0 2024-04-18 19:06:42 +01:00
superherointj 1f3ac32a1e
Merge pull request #304976 from r-ryantm/auto-update/pixelorama
pixelorama: 0.11.3 -> 0.11.4
2024-04-18 14:54:52 -03:00
R. Ryantm 22f79c94f7 python311Packages.xmlschema: 3.2.1 -> 3.3.0 2024-04-18 17:54:16 +00:00
R. Ryantm 645630a4dc symfony-cli: 5.8.14 -> 5.8.15 2024-04-18 17:31:11 +00:00
R. Ryantm 48fae187c7 quarkus: 3.9.3 -> 3.9.4 2024-04-18 17:31:07 +00:00
Fabian Affolter 7de6e523c1 gtfocli: init at 0.0.4
GTFO Command Line Interface for search binaries commands to bypass
local security restrictions

https://github.com/cmd-tools/gtfocli
2024-04-18 19:30:51 +02:00
emilylange fb10ea41b2
chromium: fix --ozone-platform-hint flag on wayland
M124 shipped with broken `--ozone-platform-hint` flag handling, which we
rely on NIXOS_OZONE_WL (wayland) environment variable.

This resulted in chromium M124 opening as blank/transparent window under
wayland.

X11 continued to work fine, which is why our X11-only chromium VM test
did not catch this.

See https://issues.chromium.org/issues/329678163 for details.

Fortunately, the fix for that which landed in M125, applies cleanly on
M124, so we do just that and essentially backport that fix to M124.
2024-04-18 19:30:43 +02:00
Sandro 06dfdd24ea
Merge pull request #304121 from SuperSandro2000/uptime-kuma-source
uptime-kuma: drop source reference
2024-04-18 19:21:18 +02:00
Quantenzitrone 3cbd3952c9
katawa-shoujo-re-engineered: init at 1.4.4 2024-04-18 19:13:05 +02:00
Jon Seager a9c1e0b990
python3Packages.craft-providers: update snap injection patch to use beta for all crafts 2024-04-18 18:05:42 +01:00
Weijia Wang 1b7469ab47
Merge pull request #303068 from OPNA2608/update/nixos-icons
nixos-icons: 2021-02-24 -> 0-unstable-2024-04-10
2024-04-18 19:02:24 +02:00
Sefa Eyeoglu 8f8dc63108 fira-code: avoid use of rec
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-18 19:02:06 +02:00
Sefa Eyeoglu 05b242b188 fira-code: add option to install regular fonts instead
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-18 19:02:06 +02:00
Weijia Wang 5448017c98
Merge pull request #304880 from OPNA2608/fix/lomiri/network-indicator-work
lomiri.lomiri-network-indicator: Make it work, add it to Lomiri module
2024-04-18 18:57:56 +02:00
Bruno BELANYI 65251f102d nixos/podgrab: add 'dataDirectory' option 2024-04-18 16:43:06 +00:00
Peder Bergebakken Sundt 2e1e5b9b6b python311Packages.trimesh: 4.3.0 -> 4.3.1
Changelog: https://github.com/mikedh/trimesh/releases/tag/4.3.1
2024-04-18 18:35:51 +02:00
R. Ryantm 62ecfbc332 python312Packages.unearth: 0.15.1 -> 0.15.2 2024-04-18 16:31:31 +00:00
Jon Seager bc91f07f9b
python3Packages.craft-application: init at 2.5.0 2024-04-18 17:31:31 +01:00
Connor Baker 6208368a82 cudaPackages.cudaFlags: drop unused cmakeCudaArchitectures attribute 2024-04-18 16:31:18 +00:00
Connor Baker 7a66dcf83f cuda-modules: use stdenv instead of backendStdenv for *Platform access 2024-04-18 16:31:18 +00:00
Connor Baker 843b91a0ee cuda-modules/cuda/overrides: refactor 2024-04-18 16:31:18 +00:00
Connor Baker d5cbe889f0 cuda-modules/generic-builders/manifest: add to brokenConditions, simplify src, break out comments in postPatch 2024-04-18 16:31:18 +00:00
Connor Baker 0494330fad cudaPackages.nccl: switch to cudaAtLeast, cudaOlder, and __structuredAttrs 2024-04-18 16:31:18 +00:00
Connor Baker 5ed9f23d21 cudaPackages.saxpy: switch to cudaAtLeast, cudaOlder, __structuredAttrs, and enable on Jetson post-11.4 2024-04-18 16:31:18 +00:00
Connor Baker e77b24b159 cudaPackages.flags: add cmakeCudaArchitectures and cmakeCudaArchitecturesString 2024-04-18 16:31:18 +00:00
Connor Baker 5ee7bfc443 cudaPackages.setupCudaHook: fix error when reading empty marker 2024-04-18 16:31:18 +00:00
Connor Baker 02966afc54 cudaPackages.setupCudaHook: always set return explicitly
On NixOS, the the return status is that of the last command executed within the function or script.

When we're doing tests immediately before the return, the value you end up returning might not be what you want.
2024-04-18 16:31:18 +00:00