Commit Graph

557773 Commits

Author SHA1 Message Date
Anthony Roussel
6899899596
ccid: 1.5.2 -> 1.5.4
https://salsa.debian.org/rousseau/CCID/-/compare/1.5.2...1.5.4
2023-12-07 21:24:12 +01:00
Anthony Roussel
1490bec746
ccid: add anthonyroussel to maintainers 2023-12-07 21:24:12 +01:00
Anthony Roussel
1270c8e903
ccid: update meta.{description,license} 2023-12-07 21:24:11 +01:00
Anthony Roussel
3cf54f81d3
ccid: add passthru.updateScript 2023-12-07 21:24:11 +01:00
Pol Dellaiera
3ca8becb81
frankenphp: 1.0.0-rc.4 -> 1.0.0 2023-12-07 21:18:33 +01:00
Anthony Roussel
64cdbcf017
perlPackages.ChipcardPCSC: 1.4.14 -> 1.4.16
https://github.com/LudovicRousseau/pcsc-perl/compare/1.4.14...1.4.16
2023-12-07 21:10:59 +01:00
Connor Baker
6179d88b7d cuda-modules: tidy generic-builder/manifest installPhase and postPatchelf 2023-12-07 20:08:41 +00:00
R. Ryantm
f6064d629a tailwindcss: 3.3.5 -> 3.3.6 2023-12-07 20:00:54 +00:00
Fabian Affolter
d449886204 python311Packages.griffe: 0.38.0 -> 0.38.1
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.38.0...0.38.1

Changelog: https://github.com/mkdocstrings/griffe/blob/0.38.1/CHANGELOG.md
2023-12-07 20:15:01 +01:00
Bruno BELANYI
d23f965f8b nixos/tandoor-recipes: fix deprecated config key
See the 1.5.10 release notes [1].

[1]: https://github.com/TandoorRecipes/recipes/releases/tag/1.5.10
2023-12-07 19:12:15 +00:00
Bruno BELANYI
7bb6e6f10b tandoor-recipes: 1.5.6 -> 1.5.10 2023-12-07 19:12:15 +00:00
Fabian Affolter
7264b7faf3 python311Packages.identify: 2.5.32 -> 2.5.33
Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.5.32...v2.5.33
2023-12-07 20:11:21 +01:00
Weijia Wang
776664d0cf
Merge pull request #272607 from sambnt/vulkan-fix-mingw
vulkan-loader, pkg-config: Fix MinGWW64 Builds
2023-12-07 19:08:09 +01:00
R. Ryantm
ab1da0d9bc python310Packages.python-telegram-bot: 20.6 -> 20.7 2023-12-07 13:07:54 -05:00
Kiskae
220e163cde linuxPackages.nvidiaPackages.production: 535.129.03 -> 535.146.02 2023-12-07 19:07:32 +01:00
Weijia Wang
1b6a085e03
Merge pull request #272720 from tmarkov/master
python311Packages.jupyterhub: not broken on aarch64
2023-12-07 18:54:28 +01:00
Weijia Wang
eb9a60ef1b
Merge pull request #272724 from NixOS/revert-241542-wordpress-avoid-language-folder
Revert "wordpress: fixed installing of languages"
2023-12-07 18:30:37 +01:00
Weijia Wang
9f1f87b612
Revert "wordpress: fixed installing of languages" 2023-12-07 18:27:40 +01:00
Raghav Sood
efbb154268
Merge pull request #272629 from RaghavSood/nats-server-v2.10.7
nats-server: 2.10.4 -> 2.10.7
2023-12-08 01:16:30 +08:00
Zhong Jianxin
42da68c40f home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap: init at unstable-2023-12-06 2023-12-07 17:57:25 +01:00
adisbladis
02dab4ab5c python3.pkgs.*: Explicitly pass buildPythonPackage format parameter
Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.

cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
2023-12-07 17:46:49 +01:00
Connor Baker
aaf735eac9 cudaPackages.saxpy: only available from CUDA 11.4 and on 2023-12-07 16:45:56 +00:00
Connor Baker
0a7dacf94d cudaPackages_12_3: init at 12.3.0 2023-12-07 16:45:56 +00:00
Connor Baker
bfaefd0873 cudaPackages: add docs 2023-12-07 16:45:56 +00:00
Connor Baker
8e800cedaf cudaPackages: move derivations to cuda-modules & support aarch64
cudaPackages.cuda_compat: ignore missing libs provided at runtime

cudaPackages.gpus: Jetson should never build by default

cudaPackages.flags: don't build Jetson capabilities by default

cudaPackages: re-introduce filter for pre-existing CUDA redist packages in overrides

cudaPackages: only recurseIntoAttrs for the latest of each major version

cudaPackages.nvccCompatabilities: use GCC 10 through CUDA 11.5 to avoid a GLIBC incompatability

cudaPackages.cutensor: acquire libcublas through cudatoolkit prior to 11.4

cudaPackages.cuda_compat: mark as broken on aarch64-linux if not targeting Jetson

cudaPackages.cutensor_1_4: fix build

cudaPackages: adjust use of autoPatchelfIgnoreMissingDeps

cudaPackages.cuda_nvprof: remove unecessary override to add addOpenGLRunpath

cudaPackages: use getExe' to avoid patchelf warning about missing meta.mainProgram

cudaPackages: fix evaluation with Nix 2.3

cudaPackages: fix platform detection for Jetson/non-Jetson aarch64-linux

python3Packages.tensorrt: mark as broken if required packages are missing

Note: evaluating the name of the derivation will fail if tensorrt is not present,
which is why we wrap the value in `lib.optionalString`.

cudaPackages.flags.getNixSystem: add guard based on jetsonTargets

cudaPackages.cudnn: use explicit path to patchelf

cudaPackages.tensorrt: use explicit path to patchelf
2023-12-07 16:45:54 +00:00
Connor Baker
397d95d07f cudaPackages: move config expressions to cuda-modules 2023-12-07 16:39:34 +00:00
Connor Baker
4a25023c2e cudaPackages: regen & move manifests to cuda-modules 2023-12-07 16:39:34 +00:00
tmarkov
e59fe72c6d
python311Packages.jupyterhub: not broken on aarch64 2023-12-07 18:35:44 +02:00
Gaetan Lepage
1b5b2ebfb7 invidious: unstable-2023-11-21 -> unstable-2023-12-06 2023-12-07 17:31:01 +01:00
0xb10c
330b00b103
bitcoin: fix darwin builds
Bitcoin Core requires a MACOSX_DEPLOYMENT_TARGET of 10.13. The current
default MACOSX_DEPLOYMENT_TARGET is 10.12.
2023-12-07 17:24:00 +01:00
Yureka
ec1bb84950
schildichat-{web,desktop}: remove due to lack of maintenance (#272270) 2023-12-07 17:23:31 +01:00
Pavol Rusnak
da4935399e
Merge pull request #272706 from prusnak/bitcoin-knots
bitcoin-knots: 23.0.knots20220529 -> 25.1.knots20231115
2023-12-07 17:04:29 +01:00
Connor Baker
c94fdf82d4
Merge pull request #271078 from SomeoneSerge/feat/torch-propagated-cuda
cudaPackages.setupCudaHook: propagate deps and the hook
2023-12-07 10:59:46 -05:00
kashw2
6e4cd62988 bearer: 1.31.1 -> 1.32.0 2023-12-08 01:50:11 +10:00
Weijia Wang
4598bad931 nvc: 1.10.4 -> 1.11.0 2023-12-07 16:48:30 +01:00
Pavol Rusnak
be68d3444c
bitcoin-knots: 23.0.knots20220529 -> 25.1.knots20231115 2023-12-07 16:45:46 +01:00
Francesco Gazzetta
e816589ee3 tcllib: use fetchzip 2023-12-07 15:44:48 +00:00
Francesco Gazzetta
94cda6b43d tcllib: use critcl 2023-12-07 15:44:48 +00:00
Francesco Gazzetta
7e383bf3c2 critcl: init at 3.2 2023-12-07 15:44:48 +00:00
clerie
0df63f75c2 arduino-ide: Init at 2.2.1 2023-12-07 16:40:14 +01:00
Francesco Gazzetta
0415d505bb warzone2100: 4.4.0 -> 4.4.1 2023-12-07 15:37:53 +00:00
kashw2
ada6e39d0e pscale: 0.162.0 -> 0.172.0 2023-12-08 01:32:54 +10:00
Breland Miley
2453c821f0 home-assistant-custom-components.adaptive_lighting: init at 1.19.1 2023-12-07 16:25:26 +01:00
Breland Miley
cf117dbdd3 maintainers: add mindstorms6 2023-12-07 16:25:26 +01:00
Vladimír Čunát
37b73456ae
Merge #272590: ngtcp2-gnutls: 1.0.1 -> 1.1.0 2023-12-07 16:09:15 +01:00
Nick Cao
7bfb47ae12
Merge pull request #272034 from xrelkd/update/clipcat
clipcat: 0.11.0 -> 0.13.0
2023-12-07 10:07:45 -05:00
Nick Cao
fee9e8a37e
Merge pull request #272325 from r-ryantm/auto-update/libsolv
libsolv: 0.7.26 -> 0.7.27
2023-12-07 09:55:44 -05:00
Nick Cao
c49f3c2cda
Merge pull request #272635 from r-ryantm/auto-update/reindeer
reindeer: unstable-2023-11-09 -> unstable-2023-12-06
2023-12-07 09:51:30 -05:00
Nick Cao
904f7fc325
Merge pull request #272649 from fabaff/rita
rita: init at 4.8.0
2023-12-07 09:49:52 -05:00
Fabian Affolter
79b21df7c4 python311Packages.dvc-objects: 1.3.2 -> 1.4.9
Changelog: https://github.com/iterative/dvc-objects/releases/tag/1.4.9
2023-12-07 15:44:55 +01:00