Commit Graph
552219 Commits
Author SHA1 Message Date
R. RyantmandJonathan Ringer f4f8e7c13d circt: 1.58.0 -> 1.59.0 2023-11-19 21:22:07 -08:00
R. RyantmandJonathan Ringer c155f43938 zarf: 0.30.0 -> 0.31.0 2023-11-19 21:13:39 -08:00
R. RyantmandJonathan Ringer 52d05a3869 datadog-agent: 7.48.1 -> 7.49.0 2023-11-19 21:13:13 -08:00
R. RyantmandJonathan Ringer bdb599a34c zap: 2.13.0 -> 2.14.0 2023-11-19 21:12:41 -08:00
R. RyantmandJonathan Ringer b4bbe73ed1 zrok: 0.4.10 -> 0.4.15 2023-11-19 21:11:28 -08:00
R. RyantmandJonathan Ringer 4d0449ab33 discordo: unstable-2023-10-22 -> unstable-2023-11-14 2023-11-19 21:10:11 -08:00
R. RyantmandJonathan Ringer b1a9b8d47e commonsCompress: 1.24.0 -> 1.25.0 2023-11-19 21:09:25 -08:00
Gaetan LepageandJonathan Ringer 951afedbb6 vimPlugins.nvim-treesitter: update grammars 2023-11-19 21:07:41 -08:00
Gaetan LepageandJonathan Ringer b123dc763c vimPlugins: update on 2023-11-19 2023-11-19 21:07:41 -08:00
R. Ryantm d369fe2410 klipper: unstable-2023-10-21 -> unstable-2023-11-16 2023-11-20 05:04:55 +00:00
Ellie Hermaszewska 4b375a4b12 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20 12:00:36 +08:00
Ellie Hermaszewska d07825480a haskellPackages: mark ihaskell and dependencies unbroken 2023-11-20 11:59:39 +08:00
R. Ryantm 13f7396fc1 junicode: 2.200 -> 2.203 2023-11-20 03:52:40 +00:00
Ellie Hermaszewska 9ac5fb8d9f Merge remote-tracking branch 'origin/master' into haskell-updates 2023-11-20 11:45:03 +08:00
Ellie Hermaszewska 024210d44f haskellPackages.ihaskell: unbreak 2023-11-20 11:45:00 +08:00
Ellie Hermaszewska 688fb101e6 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20 11:45:00 +08:00
Ellie Hermaszewska 9efd78a3a2 haskellPackages: add ghc-syntax-highlighter 0.0.10 2023-11-20 11:45:00 +08:00
Ryan Orendorff 6794de08f7 functional-linear-algebra: 0.4->0.4.1 2023-11-19 20:44:47 -07:00
R. Ryantm 150db36be1 wishlist: 0.14.0 -> 0.14.1 2023-11-20 03:07:33 +00:00
Otavio Salvador 0d2085b162 flashrom-stable: fix build due to incompatibility with libgpiod v2 API
ZHF: #265948
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 23:34:04 -03:00
Otavio Salvador ca81640aaf openocd-rp2040: use libgpiod_1 instead of duplicated expressions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 23:34:04 -03:00
Otavio Salvador 20414d1a40 openocd: use libgpiod_1 instead of duplicated expressions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 23:34:04 -03:00
R. Ryantm 37136d8603 rspamd: 3.7.3 -> 3.7.4 2023-11-20 02:28:41 +00:00
Otavio Salvador 12c0a5cab9 libgpiod_1: restore 1.6.4 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 23:28:15 -03:00
R. Ryantm 941ea61ed0 rshim-user-space: 2.0.11 -> 2.0.12 2023-11-20 02:12:13 +00:00
Silvan Mosberger 055ba65fed lib: Take advantage of section descriptions
See https://github.com/nix-community/nixdoc/releases/tag/v2.6.0
2023-11-20 03:02:11 +01:00
Silvan Mosberger a7bbd70413 CODEOWNERS: Remove line for removed file
Was removed in https://github.com/NixOS/nixpkgs/pull/268407
2023-11-20 02:53:02 +01:00
R. RyantmandAnderson Torres 3f21a22b5a jasper: 4.0.1 -> 4.1.0 2023-11-19 22:38:02 -03:00
Martin WeineltandGitHub 26f28d434d Merge pull request #268609 from mweinelt/stdlib-list-0.10.0
python311Packages.stdlib-list: 0.9.0 -> 0.10.0
2023-11-20 02:17:15 +01:00
dd85449211 Update pkgs/development/tools/build-managers/bazel/bazel_6/default.nix
Co-authored-by: Uri Baghin <uri@canva.com>
2023-11-20 02:13:23 +01:00
Dmitry Ivankov 7377bba1c7 bazel_6: fix: make patched bash a native binary
https://hydra.nixos.org/build/240805256/nixlog/1
https://hydra.nixos.org/build/240805170/nixlog/2
Failure is a bit obscured but long story short, a script within
bazel gets custom nixpkgs shebang which in turn makes shell run
in POSIX-compatible mode. Bazel expects bash in non-POSIX mode
and osx-specific script starts to fail due to `set -e` and subshell
interaction differences in those modes (sub-shells and functions
suddently start inheriting `set -e` and fail to produce desired
output). More debug info is available in #267670

Shell scripts aren't guaranteed to work as interpreters in shebang.
In particular thin shell wrappers aren't shebang-ready on MacOS.
It may work sometimes depending on what exactly would try to execute
a script with such shebang, but generally it's not guaranteed to work.
See #124556

Bash wrapper was introduced in #266847 and so far seems like the
issue only affects darwin builds: hydra failure is in osx-specific
script, also shebang issue is usually darwin-specific.

Let's wrap it as a native binary to make it shebang-compatible.

The wrapper is only currently added to `bazel_6` so no need for
changes in other versions.

ZHF: #265948
2023-11-20 02:02:39 +01:00
Vincenzo Mantova 631eca2e96 texlive: document simpler way to build custom packages 2023-11-20 00:56:40 +00:00
Vincenzo Mantova 846cad767f texlive.withPackages: pass package set to requiredTeXPackages instead of empty list 2023-11-20 00:56:40 +00:00
Vincenzo Mantova a43b7a7751 texlive.withPackages: convert tlDeps packages to attribute sets
For backward compatibility, if tlDeps contains old style packages
(of the type { pkgs = [ ... ]; }), convert them to the new attribute
sets.
2023-11-20 00:56:40 +00:00
Martin Weinelt ecab0bcab4 home-assistant: drop std-lib test dependency
This was only required for Python 3.9 support and dropped upstream back
in 2023/01.
2023-11-20 01:35:38 +01:00
Mario RodasandGitHub f91fd8b00d Merge pull request #267721 from cu1ch3n/update-ngrok
ngrok: 3.3.4 -> 3.4.0
2023-11-19 19:33:43 -05:00
Martin Weinelt 3a2fb868d9 python311Packages.stdlib-list: 0.9.0 -> 0.10.0
https://github.com/pypi/stdlib-list/releases/tag/v0.10.0
2023-11-20 01:22:11 +01:00
Mario RodasandGitHub 118b13ce0b Merge pull request #268567 from figsoda/xh
xh: 0.19.4 -> 0.20.1
2023-11-19 19:20:58 -05:00
Mario RodasandGitHub 9d9a32e183 Merge pull request #268582 from figsoda/cherrybomb
cherrybomb: 1.0.0 -> 1.0.1
2023-11-19 19:20:31 -05:00
Mario RodasandGitHub 19d28743d4 Merge pull request #264880 from marsam/update-ncnn
ncnn: 20220729 -> 20231027
2023-11-19 19:19:58 -05:00
github-actions[bot]andGitHub 07e8e42ba7 Merge master into haskell-updates 2023-11-20 00:13:09 +00:00
Otavio Salvador 001113653e python3Packages.clvm-rs: 0.1.19 -> 0.3.0
ZHF: #265948
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 21:05:46 -03:00
Martin Weinelt b56b0b28a6 python311Packages.opensearch-py: 2.4.1 -> 2.4.2
https://github.com/opensearch-project/opensearch-py/releases/tag/v2.4.2
2023-11-20 01:05:35 +01:00
Mario RodasandGitHub 2332b0d7f4 Merge pull request #268585 from r-ryantm/auto-update/jackett
jackett: 0.21.1096 -> 0.21.1234
2023-11-19 19:00:10 -05:00
Mario RodasandGitHub 8df569f0d1 Merge pull request #268579 from reckenrode/lua-language-server-fix
lua-language-server: fix build with clang 12+
2023-11-19 18:58:55 -05:00
Mario RodasandGitHub fa14a14694 Merge pull request #258036 from anthonyroussel/fix-ssm-seelog
nixos/amazon-ssm-agent: fix missing seelog.xml file
2023-11-19 18:55:57 -05:00
Mario RodasandGitHub c93541b24e Merge pull request #264910 from anthonyroussel/ocsinventory-agent+nixos
nixos/ocsinventory-agent: init
2023-11-19 18:55:06 -05:00
R. Ryantm e34c090c6d jenkins: 2.414.3 -> 2.426.1 2023-11-19 23:48:58 +00:00
Bart Brounsandsternenseemann 89ddcdf40d VoiceOfFaust: 1.1.4 -> 1.1.5 2023-11-20 00:44:22 +01:00
emilylange 0a58ab81c2 rustic-rs: 0.5.4 -> 0.6.1
Release 0.6.0 had to be skipped due to an inconsistent Cargo.lock file.

The changelog has been moved and restructured between 0.5.4 and 0.6.0.

https://github.com/rustic-rs/rustic/releases/tag/v0.6.1
https://github.com/rustic-rs/rustic/releases/tag/v0.6.0

diff: https://github.com/rustic-rs/rustic/compare/v0.6.0...v0.6.1
diff: https://github.com/rustic-rs/rustic/compare/v0.5.4...v0.6.0

changelog: https://github.com/rustic-rs/rustic/blob/v0.6.1/CHANGELOG.md
2023-11-20 00:34:02 +01:00