Commit Graph
716221 Commits
Author SHA1 Message Date
R. Ryantm cb923be978 mqtt-randompub: 0.2.2 -> 0.3.0 2024-11-30 13:16:12 +00:00
Maximilian BoschandGitHub a1d35315ca Merge: postgresqlPackages.pg-gvm: move from top-level package (#359421) 2024-11-30 14:15:53 +01:00
Fabian Affolter 3210632397 python312Packages.crontab: 0.23.0 -> 3.2.0
Changelog: https://gitlab.com/doctormo/python-crontab/-/tags/v3.2.0
2024-11-30 14:09:31 +01:00
Wolfgang Walther 511b0843c7 postgresqlPackages.pg-gvm: move from top-level package
This is a PostgreSQL extension, which only works properly when made
available in the postgresql.pkgs package set.
2024-11-30 14:07:25 +01:00
Philip TaronandGitHub 0c78ebd800 buildFHSEnv: fix cross compilation (#360359) 2024-11-30 05:02:07 -08:00
Bobby RongandGitHub 4e0999e058 nixosTests.vscodium: Workaround OCR tests (#360404) 2024-11-30 20:54:48 +08:00
Thomas GerbetandGitHub f40efe1ce9 hdf5_1_10: enable cpp support (#359531) 2024-11-30 13:51:46 +01:00
YtandGitHub 8fe12bdf8c python312Packages.unstructured: 0.15.14 -> 0.16.8 (#360187) 2024-11-30 07:50:27 -05:00
Maximilian BoschandGitHub 977c297cc6 Merge: dmarc-metrics-exporter: 1.1.0 -> 1.2.0 (#359710) 2024-11-30 13:49:25 +01:00
Noa Aarts 0e27bc3f9e github/workflows/eval: add markdown of added, removed and changed 2024-11-30 13:47:49 +01:00
Wolfgang Walther d2593f01e1 runInLinuxVM: pass .attrs.sh explicitly instead of whole /build directory
The approach taken in [1] breaks down as soon as vmRunCommand is
manually called with an overriden TMPDIR, like disko does it. /build
will just not be available.

By moving the .attrs.sh file into the xchg folder explicitly, we can all
the "exchange infrastructure" the same as before, thus avoid more
breakage.

This reverts some parts of [1].

[1]: 97ed6b4565
2024-11-30 13:46:45 +01:00
Fabian Affolter 99c3d04cf2 python312Packages.aiovlc: 0.6.2 -> 0.6.3
Diff: https://github.com/MartinHjelmare/aiovlc/compare/refs/tags/v0.6.2...v0.6.3

Changelog: https://github.com/MartinHjelmare/aiovlc/blob/v0.6.3/CHANGELOG.md
2024-11-30 13:45:59 +01:00
Fabian Affolter 566e47e45f prowler: 4.4.1 -> 4.6.1
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/4.6.1
2024-11-30 13:44:23 +01:00
Fabian Affolter 8b3d16a807 mdformat: 0.7.18 -> 0.7.19
Changelog: https://github.com/executablebooks/mdformat/blob/0.7.19/docs/users/changelog.md
2024-11-30 13:42:53 +01:00
Bobby Rong cd45cfe9c4 nixosTests.vscodium: Workaround OCR tests
An attempt to help https://hydra.nixos.org/build/279535629/nixlog/1.

The "Get Started with" text is much easier to find.
Also scale vscodium to help OCR find the "Untitled" text.
2024-11-30 20:42:46 +08:00
Wolfgang Walther 58570e75d9 runInLinuxVM: refactor vmRunCommand
This makes it simpler to copy more files to xchg for the structuredAttrs
case in the next commit.
2024-11-30 13:40:27 +01:00
Wolfgang Walther 437e6dbbb0 runInLinuxVM: load stdenv/setup with fixed environment in stage2Init
In [1] we started sourcing stdenv/setup in stage2Init to allow for
structuredAttrs. We failed to take the changed NIX_BUILD_TOP etc.
variables into account. We need to load stdenv/setup after changing
them, because the structuredAttrs startup code makes use of it.

[1]: 97ed6b4565
2024-11-30 13:40:26 +01:00
Wolfgang Walther 9f6b99e1ef runInLinuxVM: minimize saved-env
The export to saved-env was very intentionally done at the very
beginning of vmRunCommand, even jumping through extra hoops just to
avoid the PATH variable from polluting the saved variable.

In 26eba25577 we loaded stdenv in the
wrong place, we should do it after saving the previous environment. This
is also more consistent with the order of how we load those values back
in stage2Init.
2024-11-30 13:40:26 +01:00
Wolfgang Walther 3952f870fc runInLinuxVM: clean up
Those were left-over after 97ed6b4565.

This also cleans up some confusion around TMPDIR. We had the following
lines:

  mkdir xchg
  ...
  cd $TMPDIR
  ...
  path=$TMPDIR/xchg

Those only worked because the **current directory** is the same as
$TMPDIR. Both are /build by default. To refer to the same directory in
two different ways is very confusing at best.
2024-11-30 13:39:58 +01:00
Fabian AffolterandGitHub 7a6eb7e69d chainsaw 2.9.2 -> 2.10.1 (#360011) 2024-11-30 13:38:57 +01:00
Fabian Affolter 16135549ea python312Packages.signxml: 4.0.2 -> 4.0.3
Diff: https://github.com/XML-Security/signxml/compare/refs/tags/v4.0.2...v4.0.3

Changelog: https://github.com/XML-Security/signxml/blob/refs/tags/v4.0.3/Changes.rst
2024-11-30 13:38:37 +01:00
Fabian Affolter e43c892dce python312Packages.publicsuffixlist: 1.0.2.20241129 -> 1.0.2.20241130
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241130-gha/CHANGES.md
2024-11-30 13:35:06 +01:00
Fabian Affolter 0633f26e7b python312Packages.fastcore: 1.7.20 -> 1.7.22
Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.20...1.7.22

Changelog: https://github.com/fastai/fastcore/blob/1.7.22/CHANGELOG.md
2024-11-30 13:32:51 +01:00
Fabian Affolter efc0501a30 python312Packages.cyclopts: 3.1.1 -> 3.1.2
Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.1.1...v3.1.2

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.1.2
2024-11-30 13:32:08 +01:00
Fabian Affolter 0c8cd8c1d3 python312Packages.aiortm: 0.9.36 -> 0.9.37
Diff: https://github.com/MartinHjelmare/aiortm/compare/refs/tags/v0.9.36...v0.9.37

Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.9.37/CHANGELOG.md
2024-11-30 13:31:26 +01:00
Fabian AffolterandGitHub 4e480bb11d morf: init at 1.0.0 (#360202) 2024-11-30 13:30:14 +01:00
Fabian AffolterandGitHub 183d460315 python312Packages.glances-api: 0.8.0 -> 0.9.0 (#352978) 2024-11-30 13:28:35 +01:00
Fabian Affolter 808f48405d ggshield: 1.33.0 -> 1.34.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.33.0...v1.34.0

Changelog: https://github.com/GitGuardian/ggshield/blob/1.34.0/CHANGELOG.md
2024-11-30 13:28:08 +01:00
R. Ryantm 56597456e1 python312Packages.herepy: 3.6.4 -> 3.6.5 2024-11-30 12:24:16 +00:00
Patrizio BekerleandGitHub a68512db54 lact: mention NVIDIA 2024-11-30 13:18:08 +01:00
Fabian Affolter 7c5423a666 python312Packages.msticpy: init at 2.14.0
Microsoft Threat Intelligence Security Tools

https://github.com/microsoft/msticpy
2024-11-30 13:17:32 +01:00
Fabian Affolter f02092f187 python312Packages.cache: init at 1.0.3
Module for caching

https://github.com/jneen/python-cache
2024-11-30 13:17:32 +01:00
Fabian Affolter b7396ef667 python312Packages.azure-kusto-ingest: refactor 2024-11-30 13:17:18 +01:00
Fabian Affolter 747acc25bf python312Packages.azure-kusto-data: refactor 2024-11-30 13:15:17 +01:00
Maximilian BoschandGitHub a3f0dacb12 Merge: pg_top: 3.7.0 -> 4.1.0 (#358676) 2024-11-30 13:15:01 +01:00
Thomas GerbetandGitHub 33f830be76 moodle: 4.4.1 -> 4.4.3 (#334639) 2024-11-30 13:08:19 +01:00
Pol DellaieraandGitHub 2fe4a84888 bombsquad: fix hash mismatch (#360201) 2024-11-30 13:08:06 +01:00
Thiago Kenji Okada 0f26801e4f opentabletdriver: 0.6.4.0 -> 0.6.4.0-unstable-2024-11-25 2024-11-30 12:06:58 +00:00
github-actions[bot]andGitHub 262a7c4efe Merge master into staging-next 2024-11-30 12:05:14 +00:00
R. Ryantm f122659b69 python312Packages.databricks-sdk: 0.35.0 -> 0.38.0 2024-11-30 11:53:02 +00:00
Pol DellaieraandGitHub dfd6a4a50f linuxKernel.packages.linux_6_12.evdi: add support for kernel >= 6.12 (#360378) 2024-11-30 12:51:12 +01:00
Shahar "Dawn" Or 234cba3246 tree-sitter: fix two grammar pnames
org -> tree-sitter-org
markdown_inline -> tree-sitter-markdown_inline

Closes #324764
2024-11-30 18:50:45 +07:00
Gaetan Lepage 5bd4f7e749 python312Packages.tensorflow: rename generated wheel from tensorflow_cpu to tensorflow 2024-11-30 12:28:20 +01:00
Wolfgang Walther de7867c226 runInLinuxVM: add simple structuredAttrs test 2024-11-30 12:26:26 +01:00
Ivan DimitrovandGitHub 73710fe751 linux_latest-libre: 19663 -> 19675 (#359464)
Fixes build.
2024-11-30 12:23:19 +01:00
Tim Schumacher 3cf4fac925 buildFHSEnv: symlink libexec into the FHS tree 2024-11-30 12:21:54 +01:00
Gaétan LepageandGitHub a81305c367 rabbitmq-server: 4.0.2 → 4.0.4 (#358653) 2024-11-30 12:15:16 +01:00
Marlin Cremers cad8b485ed jetbrains.rider: use dotnet sdk 8 as sdk 7 has been marked insecure
Relates to https://github.com/NixOS/nixpkgs/pull/358533
2024-11-30 12:10:30 +01:00
Thiago Kenji Okada dec1fc5f85 opentabletdriver: replace sed with substituteInPlace 2024-11-30 11:10:28 +00:00
Thiago Kenji Okada 292bf38106 opentabletdriver: format with nixfmt-rfc-style 2024-11-30 11:07:42 +00:00