Commit Graph

545932 Commits

Author SHA1 Message Date
Rick van Schijndel
5bfa967f04
Merge pull request #254634 from majiru/update-runelite
runelite: 2.5.0 -> 2.6.9, build jar from source
2023-11-09 18:44:37 +01:00
Paul Meyer
e60844a813 dnf5: add katexochen as maintainer 2023-11-09 18:36:17 +01:00
Paul Meyer
795db47a18 dnf5: 5.1.6 -> 5.1.7 2023-11-09 18:33:52 +01:00
R. Ryantm
e65dd1c01b python311Packages.sphinx-external-toc: 0.3.1 -> 1.0.0 2023-11-09 17:28:38 +00:00
Weijia Wang
ec67db7ba7
Merge pull request #264409 from nix-julia/add-persian-hunspellDicts
hunspellDicts add fa-IR (Persian)
2023-11-09 18:26:40 +01:00
Lassulus
d4cd00c651
Merge pull request #266446 from Sohalt/update-babashka
babashka-unwrapped: 1.3.185 -> 1.3.186
2023-11-09 17:10:30 +00:00
Rick van Schijndel
304b2a3908
Merge pull request #262354 from stepbrobd/aldente
aldente: 1.22.2 -> 1.22.3
2023-11-09 18:07:31 +01:00
Nick Cao
c1d54f849f
Merge pull request #265983 from r-ryantm/auto-update/python310Packages.nettigo-air-monitor
python310Packages.nettigo-air-monitor: 2.2.0 -> 2.2.1
2023-11-09 12:02:20 -05:00
Nick Cao
85cf3f5050
Merge pull request #266195 from r-ryantm/auto-update/astc-encoder
astc-encoder: 4.5.0 -> 4.6.0
2023-11-09 11:55:49 -05:00
Nick Cao
393d048284
Merge pull request #266338 from r-ryantm/auto-update/sofia_sip
sofia_sip: 1.13.16 -> 1.13.17
2023-11-09 11:53:53 -05:00
Nick Cao
8220e7584e
Merge pull request #266400 from r-ryantm/auto-update/clib
clib: 2.8.3 -> 2.8.5
2023-11-09 11:52:08 -05:00
Nick Cao
0f42201590
Merge pull request #266405 from r-ryantm/auto-update/feroxbuster
feroxbuster: 2.10.0 -> 2.10.1
2023-11-09 11:51:06 -05:00
Nick Cao
e0b3be1243
Merge pull request #266412 from r-ryantm/auto-update/ipopt
ipopt: 3.14.12 -> 3.14.13
2023-11-09 11:49:57 -05:00
Nick Cao
16d7416965
Merge pull request #266433 from r-ryantm/auto-update/notation
notation: 1.0.0 -> 1.0.1
2023-11-09 11:48:01 -05:00
Nick Cao
34a32c34d2
Merge pull request #266447 from r-ryantm/auto-update/openfortivpn
openfortivpn: 1.20.5 -> 1.21.0
2023-11-09 11:46:57 -05:00
K900
582079a146
Merge pull request #266476 from K900/kde-gear-23.08.3
kde/gear: 23.08.2 -> 23.08.3
2023-11-09 19:46:01 +03:00
Nick Cao
07a891e370
Merge pull request #266489 from r-ryantm/auto-update/python311Packages.pgcli
python311Packages.pgcli: 4.0.0 -> 4.0.1
2023-11-09 11:42:57 -05:00
Nick Cao
de0199d40b
Merge pull request #266463 from lokegustafsson/unrar-mainprogram
unrar: explicit `meta.mainProgram`
2023-11-09 11:40:27 -05:00
outfoxxed
9b1c922663
fix: only substitute ERTS for escript builds in rebar3Relx (#266215)
* fix: only substitute ERTS for escript builds in rebar3Relx

Previously beamPackages.rebar3Relx substituted references to erlang
for all builds, which only works for escript builds.

Fixes #261354

* doc: add comment mentioning fixed issue
2023-11-09 16:39:30 +00:00
R. Ryantm
a1e93cb97d python310Packages.pdfplumber: 0.10.2 -> 0.10.3 2023-11-09 16:36:31 +00:00
Profpatsch
77908eaac0 haskell-language-server: empty list removes all formatters
Based on the discussion in
https://github.com/NixOS/nixpkgs/pull/261848
2023-11-09 17:27:20 +01:00
Profpatsch
8e803f2fb9 haskell-language-server: keep only formatters the user wants
This introduces a list of `supportedFormatters` that are the ones that
should be compiled into hls. Removes a nontrivial amount of transitive
dependencies if only one formatter is used in a project.
2023-11-09 17:27:20 +01:00
Profpatsch
529cbf1a03 haskell-language-server: check supportedGhcVersions in assert
This produces a better error message than just returning the error of
the `haskell.packages."ghc${version}"` interpolation.
2023-11-09 17:27:20 +01:00
Profpatsch
2099ebdf59 lib: add asserts.assertEachOneOf
Along the lines of `assertOneOf`, but expects a list of values to be
compared. This gives a good error message and is useful for lists of
values, like `supportedGhcVersions` in the arguments of
`haskell-language-server`.
2023-11-09 17:27:20 +01:00
Profpatsch
811db8c616 haskell-language-server: reformat code a bit & document better 2023-11-09 17:27:20 +01:00
K900
dab5c7b167
Merge pull request #266163 from philiptaron/qrtool
qrtool: init at 0.8.4
2023-11-09 19:25:00 +03:00
K900
9c87558bc0
Merge pull request #261946 from devusb/aws-sso-cli-update
aws-sso-cli: 1.14.0 -> 1.14.2
2023-11-09 19:24:47 +03:00
Yt
5aaeafbe26
buildNpmPackage: make nodejs overridable (#265171)
* buildNpmPackage: allow nodejs to be passed as argument

* Update doc/languages-frameworks/javascript.section.md

Co-authored-by: Lily Foster <lily@lily.flowers>

---------

Co-authored-by: Lily Foster <lily@lily.flowers>
2023-11-09 16:19:24 +00:00
R. Ryantm
db9d42e52e python311Packages.pgcli: 4.0.0 -> 4.0.1 2023-11-09 16:02:34 +00:00
Pierre Bourdon
b75b355b50
Merge pull request #262790 from nbraud/nixos/sudo
nixos/sudo: bring in line with release notes
2023-11-09 16:53:02 +01:00
Bernardo Meurer
22e859ae44
Merge pull request #266264 from hercules-ci/nix-stable-2.18
nix: 2.17.1 -> 2.18.1
2023-11-09 12:39:44 -03:00
OTABI Tomoya
5cb2cb90ed
Merge pull request #266327 from r-ryantm/auto-update/python311Packages.tika-client
python311Packages.tika-client: 0.4.0 -> 0.5.0
2023-11-10 00:33:39 +09:00
OTABI Tomoya
88b0e862ea
Merge pull request #266395 from robert-manchester/paramz_build_fix
python311Packages.paramz: fix build
2023-11-10 00:30:32 +09:00
Connor Baker
47f07caec9
Merge pull request #266081 from ConnorBaker/fix/torch-jetson
python3Packages.torch: patch cpp_extension.py for Jetson support
2023-11-09 10:28:19 -05:00
Connor Baker
417c2051a1
Merge pull request #266078 from ConnorBaker/feat/nccl-tests-2_13_8
cudaPackages.nccl-tests: 2.13.6 -> 2.13.8
2023-11-09 10:25:41 -05:00
Connor Baker
2ed23419b6 cudaPackages.nccl-tests: alphabetize arguments 2023-11-09 15:24:22 +00:00
Connor Baker
7e9527b351 cudaPackages.nccl-tests: 2.13.6 -> 2.13.8 2023-11-09 15:23:43 +00:00
Connor Baker
68906573e3 cudaPackages.nccl-tests: add passthru.updateScript 2023-11-09 15:23:41 +00:00
OTABI Tomoya
0b1e66e485
Merge pull request #266396 from r-ryantm/auto-update/python310Packages.pep517
python310Packages.pep517: 0.13.0 -> 0.13.1
2023-11-10 00:16:13 +09:00
Connor Baker
69de178b4e
Merge pull request #266115 from ConnorBaker/fix/cuda-samples-backendStdenv
cudaPackages.cuda-samples: misc bumps and fixups
2023-11-09 09:59:56 -05:00
Nick Cao
6ede21f0bc
Merge pull request #257545 from somasis/hackneyed
hackneyed: 0.8.2 -> 0.9.1
2023-11-09 09:59:24 -05:00
Connor Baker
83d5298d37 cudaPackages.cuda-samples: alphabetize arguments 2023-11-09 14:48:17 +00:00
Jacob Moody
b4fc3f72d9 runelite: add updateScript 2023-11-09 08:44:34 -06:00
K900
f90a341295 kde/gear: 23.08.2 -> 23.08.3 2023-11-09 17:32:25 +03:00
Atemu
0b63921166
Merge pull request #266445 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-11-08
2023-11-09 15:31:31 +01:00
Naïm Favier
fc80719711
haskellPackages.monad-bayes: don't check
https://github.com/tweag/monad-bayes/pull/326
2023-11-09 15:29:11 +01:00
Nick Cao
840fea1c8d
Merge pull request #266383 from r-ryantm/auto-update/bundletool
bundletool: 1.15.5 -> 1.15.6
2023-11-09 09:21:54 -05:00
Nick Cao
8e8a4fa8ea
Merge pull request #266398 from r-ryantm/auto-update/bedtools
bedtools: 2.31.0 -> 2.31.1
2023-11-09 09:19:40 -05:00
Nick Cao
ba9f08efbc
Merge pull request #266408 from r-ryantm/auto-update/fsql
fsql: 0.5.1 -> 0.5.2
2023-11-09 09:13:16 -05:00
Nick Cao
67677c8d6f
Merge pull request #266410 from cafkafk/fortune-kind-0.1.8
fortune-kind: 0.1.7 -> 0.1.8
2023-11-09 09:12:35 -05:00