Commit Graph

525045 Commits

Author SHA1 Message Date
Weijia Wang
1384369762
Merge pull request #253786 from r-ryantm/auto-update/photofield
photofield: 0.10.4 -> 0.11.0
2023-09-12 10:19:37 +02:00
Weijia Wang
8d3a373426
Merge pull request #254676 from r-ryantm/auto-update/xjadeo
xjadeo: 0.8.12 -> 0.8.13
2023-09-12 10:18:29 +02:00
Weijia Wang
fff294ce97
Merge pull request #254692 from r-ryantm/auto-update/pdfhummus
pdfhummus: 4.5.10 -> 4.5.11
2023-09-12 10:16:30 +02:00
Weijia Wang
9eab8f1253
Merge pull request #254687 from r-ryantm/auto-update/sqldef
sqldef: 0.16.4 -> 0.16.7
2023-09-12 10:16:04 +02:00
R. Ryantm
e9f27ac160 python310Packages.argh: 0.28.1 -> 0.29.3 2023-09-12 08:11:45 +00:00
R. Ryantm
ccb5695018 python310Packages.python-ironicclient: 5.3.0 -> 5.4.0 2023-09-12 07:52:51 +00:00
Kiskae
813e000742 linux_testing: 6.5-rc7 -> 6.6-rc1
rc1: https://lwn.net/Articles/944122/
2023-09-12 07:45:33 +00:00
Weijia Wang
55ec5ae7d6
Merge pull request #254494 from kashw2/pluto
pluto: 5.18.3 -> 5.18.4
2023-09-12 09:09:37 +02:00
R. Ryantm
e876bd0eef pdfhummus: 4.5.10 -> 4.5.11 2023-09-12 07:00:02 +00:00
K900
5f8387b0fb
Merge pull request #254557 from K900/kf-5.110
kde/frameworks: 5.109.0 -> 5.110.0
2023-09-12 09:57:22 +03:00
Ashvith Shetty
ef8ed516be tau-hydrogen: init at 1.0.11
Update pkgs/data/icons/tau-hydrogen/default.nix

Co-authored-by: Lord-Valen <46138807+Lord-Valen@users.noreply.github.com>

Update pkgs/data/icons/tau-hydrogen/default.nix

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

Update pkgs/data/icons/tau-hydrogen/default.nix

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

Update pkgs/data/icons/tau-hydrogen/default.nix

Co-authored-by: Lily Foster <lily@lily.flowers>
2023-09-12 12:19:58 +05:30
Ivan Trubach
1ee50a2928 go_1_21: install from distpack archive
Changes the build and install phases to use archives produced by
[distpack]. This allows us to drop the code that cleans GOROOT and moves
cross-compiled binaries out of bin/GOOS_GOARCH, and potentially avoid
issues like [missing GOROOT/go.env] in the future.

[distpack]: https://pkg.go.dev/cmd/distpack
[missing GOROOT/go.env]: cbc976a97c
2023-09-12 16:45:21 +10:00
R. Ryantm
13274f3330 sqldef: 0.16.4 -> 0.16.7 2023-09-12 06:43:16 +00:00
Mario Rodas
fd0060da77 terraform: remove marsam from maintainers
Having too many maintainers prevents Ofborg of adding PR reviewers.
2023-09-12 16:39:41 +10:00
R. Ryantm
8a5b462162 circleci-cli: 0.1.28811 -> 0.1.28995 2023-09-12 06:38:41 +00:00
kashw2
28fd8865f3 obsidian: 1.4.5 -> 1.4.11 2023-09-12 16:23:01 +10:00
Peter Hoeg
cfc486abb1
eza: create exa compatiblity symlink (#254600)
eza: create exa compatiblity symlink
2023-09-12 06:19:44 +00:00
Ashish SHUKLA
d69b47088a
tailscale: 1.48.1 -> 1.48.2 2023-09-12 08:19:06 +02:00
R. Ryantm
d5e6e8ac03 veryfasttree: 4.0.2 -> 4.0.3 2023-09-12 06:13:28 +00:00
R. Ryantm
968efb72fd libsForQt5.qtutilities: 6.13.0 -> 6.13.1 2023-09-12 06:06:53 +00:00
R. Ryantm
5666ee051e discord-development: 0.0.217 -> 0.0.232 2023-09-12 06:00:07 +00:00
Weijia Wang
79aa627be6
Merge pull request #254279 from AkechiShiro/pitivi-fix-hicolor-theme
pitivi: pass hicolor-theme to fix missing icons
2023-09-12 07:40:14 +02:00
R. Ryantm
43286ace2c xjadeo: 0.8.12 -> 0.8.13 2023-09-12 05:29:24 +00:00
R. Ryantm
bc554a8777 polypane: 14.0.1 -> 14.1.0 2023-09-12 05:18:21 +00:00
Edward Tjörnhammar
9b95f21cdb nvidia,nixos/nvidia: add datacenter drivers compatible with default cudaPkgs
For NVLink topology systems we need fabricmanager. Fabricmanager itself is
dependent on the datacenter driver set and not the regular x11 ones, it is also
tightly tied to the driver version. Furhtermore the current cudaPackages
defaults to version 11.8, which corresponds to the 520 datacenter drivers.

Future improvement should be to switch the main nvidia datacenter driver version
on the `config.cudaVersion` since these are well known from:

> https://docs.nvidia.com/deploy/cuda-compatibility/index.html#use-the-right-compat-package

This adds nixos configuration options `hardware.nvidia.datacenter.enable` and
`hardware.nvidia.datacenter.settings` (the settings configure fabricmanager)

Other interesting external links related to this commit are:

* Fabricmanager download site:
    - https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/linux-x86_64/
* Data Center drivers:
    - https://www.nvidia.com/Download/driverResults.aspx/193711/en-us/

Implementation specific details:

* Fabricmanager is added as a passthru package, similar to settings and
  presistenced.
* Adds `use{Settings,Persistenced,Fabricmanager}` with defaults to preserve x11
  expressions.
* Utilizes mkMerge to split the `hardware.nvidia` module into three comment
  delimited sections:
    1. Common
    2. X11/xorg
    3. Data Center
* Uses asserts to make the configurations mutualy exclusive.

Notes:

* Data Center Drivers are `x86_64` only.
* Reuses the `nvidia_x11` attribute in nixpkgs on enable, e.g. doesn't change it
  to `nvidia_driver` and sets that to either `nvidia_x11` or `nvidia_dc`.
* Should have a helper function which is switched on `config.cudaVersion` like
  `selectHighestVersion` but rather `selectCudaCompatibleVersion`.
2023-09-12 07:17:33 +02:00
Mario Rodas
23e69f92c8
Merge pull request #254324 from marsam/update-postgis
postgresqlPackages.postgis: 3.3.3 -> 3.4.0
2023-09-12 00:15:32 -05:00
Artturi
e6f61d425b
Merge pull request #254570 from ayes-web/gallery-dl-mainprogram
gallery-dl: add meta.mainProgram
2023-09-12 08:09:02 +03:00
Jörg Thalheim
5845f8a7f0 matrix-hook: init at 1.0.0 2023-09-12 07:04:22 +02:00
Artturi
70acab4228
Merge pull request #254637 from huantianad/webcord-vencord-pname 2023-09-12 07:57:06 +03:00
Fabian Affolter
4ed05a00fa
Merge pull request #254598 from fabaff/netutils-bump
python311Packages.netutils: 1.5.0 -> 1.6.0
2023-09-12 06:46:41 +02:00
Fabian Affolter
44a782e3ad
Merge pull request #254605 from fabaff/aiohomekit-bump
python311Packages.aiohomekit: 3.0.2 -> 3.0.3
2023-09-12 06:46:25 +02:00
Fabian Affolter
f6b5f1786e
Merge pull request #254607 from fabaff/sqlfluff-bump
sqlfluff: 2.3.1 -> 2.3.2
2023-09-12 06:46:16 +02:00
Artturi
ca870a9885
Merge pull request #254281 from AkechiShiro/azure-cli-bump-2-52-00 2023-09-12 07:42:46 +03:00
R. Ryantm
ee7b10cb56 python310Packages.google-cloud-datastore: 2.17.0 -> 2.18.0 2023-09-12 04:37:14 +00:00
Mario Rodas
8d1dc6137c rclone: 1.63.1 -> 1.64.0
Diff: https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0

Changelog: https://github.com/rclone/rclone/blob/v1.64.0/docs/content/changelog.md
2023-09-12 04:20:00 +00:00
Mario Rodas
c17f4fe14a millet: 0.13.1 -> 0.13.2
Diff: https://github.com/azdavis/millet/compare/v0.13.1...v0.13.2

Changelog: https://github.com/azdavis/millet/blob/v0.13.2/docs/CHANGELOG.md
2023-09-12 04:20:00 +00:00
Lahfa Samy
dc0f76eb10 pitivi: pass hicolor-theme to fix missing icons
* fix indentation
2023-09-12 06:08:36 +02:00
7c6f434c
35e3b6fbc4
Merge pull request #254586 from dariof4/nyxt-3.7.0
nyxt: 3.6.0 -> 3.7.0
2023-09-12 04:07:56 +00:00
R. Ryantm
553584785a python310Packages.pontos: 23.8.5 -> 23.9.0 2023-09-12 03:04:31 +00:00
Anna Aurora
8a1734ec98 nixos/meme-bingo-web: init service 2023-09-12 02:45:58 +00:00
Anna Aurora
82a2a96f98 meme-bingo-web: init at 0.2.0 2023-09-12 02:45:58 +00:00
Marco Rebhan
90fba39526 emacs: disable native compilation when cross-compiling
Also unmarks Emacs as broken in this build configuration.
2023-09-12 02:44:45 +00:00
R. Ryantm
34992839e4 numix-icon-theme-circle: 23.08.16 -> 23.09.11 2023-09-12 02:26:21 +00:00
kashw2
7de036faed pluto: 5.18.3 -> 5.18.4 2023-09-12 12:03:24 +10:00
Dmitry Kalinkin
597ed0c552
Merge pull request #252993 from veprbl/pr/bokeh_3_2_2
python3.pkgs.bokeh: 2.4.3 -> 3.2.2
2023-09-11 21:57:43 -04:00
Tom McLaughlin
284898d6be Use BUNDLE_FORCE_RUBY_PLATFORM=1 + further update.sh improvements 2023-09-11 18:12:10 -07:00
Nick Cao
2941ef9462
Merge pull request #254565 from NickCao/singbox
sing-box: 1.4.1 -> 1.4.2
2023-09-11 21:03:35 -04:00
R. Ryantm
3b02740aef python310Packages.mkdocstrings-python: 1.6.2 -> 1.6.3 2023-09-12 00:30:10 +00:00
R. Ryantm
2ec2a9636d opentabletdriver: 0.6.2.0 -> 0.6.3.0 2023-09-12 00:23:57 +00:00
Nick Cao
3952e31cb0
Merge pull request #254606 from fabaff/aiovodafone-bump
python311Packages.aiovodafone: 0.1.0 -> 0.2.0
2023-09-11 20:14:21 -04:00