Commit Graph

625303 Commits

Author SHA1 Message Date
R. Ryantm
8766466245 troubadix: 24.4.1 -> 24.5.1 2024-05-12 04:44:45 +00:00
uncenter
a01cf4d989
scc: move to by-name 2024-05-12 00:21:29 -04:00
R. Ryantm
e93b4b50be kora-icon-theme: 1.6.0 -> 1.6.1 2024-05-12 03:41:23 +00:00
Robert Schütz
25e9a6d07d
Merge pull request #298750 from dotlambda/warp
warp: 0.6.2 -> 0.7.0
2024-05-12 03:30:33 +00:00
~noodlez1232
41a5669425 vbam: Fix gsettings problems.
Solution inspired by #305611. If VBAm was used on a system without any
gsettings schemas (common on non-GNOME installs), trying to do any sort
of opening of directories or other things that require those schemas
would cause a hang-then-crash situation.
2024-05-11 20:14:23 -07:00
R. Ryantm
7bd7569315 yq-go: 4.43.1 -> 4.44.1 2024-05-12 03:06:29 +00:00
OTABI Tomoya
26335efe9c
Merge pull request #310672 from Scrumplex/pkgs/docplex/fix-build
python3Packages.docplex: fix build
2024-05-12 12:04:40 +09:00
OTABI Tomoya
8d1f2faa1e
Merge pull request #310012 from r-ryantm/auto-update/python311Packages.jenkins-job-builder
python311Packages.jenkins-job-builder: 6.2.0 -> 6.3.0
2024-05-12 11:56:18 +09:00
OTABI Tomoya
40d28acd1b
Merge pull request #310071 from SFrijters/desktop-notifier-4.0
python3Packages.desktop-notifier: 3.5.6 -> 4.0.0
2024-05-12 11:54:22 +09:00
OTABI Tomoya
666e1635ab
Merge pull request #310405 from r-ryantm/auto-update/python311Packages.mindsdb-evaluator
python311Packages.mindsdb-evaluator: 0.0.12 -> 0.0.13
2024-05-12 11:52:12 +09:00
OTABI Tomoya
212356d74f
Merge pull request #310397 from r-ryantm/auto-update/python311Packages.igraph
python311Packages.igraph: 0.11.4 -> 0.11.5
2024-05-12 11:50:01 +09:00
OTABI Tomoya
397ddf554d
Merge pull request #310414 from r-ryantm/auto-update/python311Packages.neo
python311Packages.neo: 0.13.0 -> 0.13.1
2024-05-12 11:48:50 +09:00
José Ribeiro
925718078d
feishin: 0.6.1 → 0.7.1
Diff: https://github.com/jeffvli/feishin/compare/v0.6.1...v0.7.1
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.7.0
- https://github.com/jeffvli/feishin/releases/tag/v0.7.1

Fixes NixOS#310972.
2024-05-12 03:47:17 +01:00
OTABI Tomoya
b453cea268
Merge pull request #310417 from r-ryantm/auto-update/python311Packages.type-infer
python311Packages.type-infer: 0.0.19 -> 0.0.20
2024-05-12 11:47:02 +09:00
Yt
615dcff459
Merge pull request #310925 from fabaff/weaviate-client-bump
python311Packages.weaviate-client: 4.5.7 -> 4.6.0
2024-05-12 02:42:33 +00:00
OTABI Tomoya
1732b6e240
Merge pull request #310068 from natsukium/awscli/fix
awscli: sync with botocore
2024-05-12 11:28:39 +09:00
Mathew Polzin
0bc4e80cd1 opensaml-cpp: fix darwin builds 2024-05-11 20:59:07 -05:00
OTABI Tomoya
e1fce3f66f
Merge pull request #308490 from natsukium/migrate/update
migrate: 3.7.2 -> 5.0.6
2024-05-12 10:59:02 +09:00
John Ericson
f8dff35f25
Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibc
FreeBSD: Rework scope + building libc
2024-05-11 21:56:38 -04:00
OTABI Tomoya
0913fe1d58
Merge pull request #310948 from r-ryantm/auto-update/python311Packages.ihm
python311Packages.ihm: 1.0 -> 1.1
2024-05-12 10:54:23 +09:00
Audrey Dutcher
2cc214b4c3 freebsd: 13.1.0 -> 14.0.0
The old patches are kept because the version is actually configurable.
In the future both versions may be exposed.

Co-Auhtored-By: Artemis Tosini <me@artem.ist>
Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11 21:52:31 -04:00
Artemis Tosini
06b05d2289 freebsd: Cleanup, get ready to support version 14
* Extend libc

  Include non-libc core libraries in the libc package. Many of these
  mirror libraries present in glibc on linux, such as libgcc, libraries
  used for iconv, and libraries used for reading kernel info (libkvm,
  libprocstat, libmemstat).

  Without this many packages outside the freebsd tree would need to be
  modified to include standard dependencies which would already be on
  the system for other packages.

* Mark FreeBSD as using LLVM

* Update default LLVM version FreeBSD

* Use patch monolith

  The patchesRoot system combined with the fact that each derivation
  will Request specific names of patches makes it very annoying to use
  other FreeBSD source trees with nixpkgs. This new system allows
  providing one Or more entire trees of patches whose contents will be
  dynamically Parsed and only the relevant patches will be applied for
  any one Derivation.

  With this commit, the following knobs are available for specifying the
  FreeBSD source:

  - overriding `freebsd.versionInfo`, for picking another official
    supported FreeBSD release.

  - overriding `freebsd.source` for specifying a specific unpatched
    FreeBSD source tree.

  - overriding `freebsd.patches`, for specifying the patches to apply.

Co-Authored-by: Audrey Dutcher <audrey@rhelmot.io>
Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11 21:52:07 -04:00
K900
a3605f6941
Merge pull request #310287 from K900/asusctl-6
asusctl: 5.0.10 -> 6.0.6
2024-05-12 04:34:52 +03:00
R. Ryantm
4bedab9cf8 mcfly: 0.8.4 -> 0.8.5 2024-05-12 01:18:30 +00:00
OTABI Tomoya
12b3c434ad
Merge pull request #310741 from DaGenix/virtualenv-clone
python312Packages.virtualenv-clone: fix tests
2024-05-12 10:08:36 +09:00
OTABI Tomoya
4f481262b6
Merge pull request #310942 from TomaSajt/setuptools-gettext
python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14, enable with python312
2024-05-12 10:06:13 +09:00
R. Ryantm
c943981470 jmusicbot: 0.4.0 -> 0.4.1 2024-05-12 01:05:33 +00:00
OTABI Tomoya
5cdadbba38
Merge pull request #309076 from natsukium/mdtraj/fix
python312Packages.mdtraj: fix runtime error and support python3.12
2024-05-12 10:04:30 +09:00
R. Ryantm
3a1ae6f52c go-minimock: 3.3.7 -> 3.3.8 2024-05-12 01:01:34 +00:00
R. Ryantm
11c39082ec git-instafix: 0.2.2 -> 0.2.3 2024-05-12 00:57:29 +00:00
R. Ryantm
ad5e500871 dorion: 4.2.0 -> 4.2.1 2024-05-12 00:51:54 +00:00
R. Ryantm
89aa978612 python311Packages.apprise: 1.7.6 -> 1.8.0 2024-05-12 00:47:47 +00:00
Martin Weinelt
43cf50bd15
Merge pull request #310959 from TomaSajt/albumentations
python312Packages.albumentations: fix dependencies, fix tests
2024-05-12 02:40:26 +02:00
Franz Pletz
8625a10f07
Merge pull request #310399 from ck3d/localai-2150 2024-05-12 02:30:25 +02:00
R. Ryantm
8e8de99984 brev-cli: 0.6.279 -> 0.6.284 2024-05-12 00:30:01 +00:00
Martin Weinelt
38235703ba
Merge pull request #310848 from mweinelt/ipu6-stack-maintainership
ipu6*/ivsc*: drop maintenance
2024-05-12 02:29:29 +02:00
R. Ryantm
12c7be354e octosql: 0.12.2 -> 0.13.0 2024-05-12 00:23:57 +00:00
R. Ryantm
a77e56cdc7 python311Packages.sacn: 1.9.0 -> 1.9.1 2024-05-12 00:11:56 +00:00
nixpkgs-merge-bot[bot]
cfc0a784dc
Merge pull request #310951 from r-ryantm/auto-update/flarectl
flarectl: 0.94.0 -> 0.95.0
2024-05-12 00:11:55 +00:00
xtrm
69083313da
unicode-emoji: 15.0 -> 15.1
Signed-off-by: xtrm <oss@xtrm.me>
2024-05-12 02:09:40 +02:00
TomaSajt
11d25281e4
python312Packages.albumentations: fix dependencies, fix tests 2024-05-12 02:09:22 +02:00
github-actions[bot]
ab6da4a615
Merge master into staging-next 2024-05-12 00:02:26 +00:00
Maciej Krüger
426c785e7d
Merge pull request #310754 from JohnRTitor/tribler
tribler: 7.13.0 -> 7.14.0
2024-05-12 02:01:43 +02:00
natsukium
958181e160
python311Packages.mdtraj: disable flaky tests 2024-05-12 08:59:37 +09:00
Peder Bergebakken Sundt
8f10cb5a63
Merge pull request #310885 from TomaSajt/wsgitools
python312Packages.wsgitools: use pyproject = true, fix with python312
2024-05-12 01:58:00 +02:00
Thiago Kenji Okada
f11f944671
Merge pull request #310901 from r-ryantm/auto-update/libretro.mame
libretro.mame: unstable-2024-05-04 -> unstable-2024-05-09
2024-05-12 00:54:58 +01:00
R. Ryantm
64877c3e79 python311Packages.pipdeptree: 2.19.1 -> 2.20.0 2024-05-11 23:38:20 +00:00
OTABI Tomoya
62e7060bba
Merge pull request #310894 from TomaSajt/phik
python312Packages.phik: fix dependencies, clean up
2024-05-12 08:33:05 +09:00
TomaSajt
cce575cf6b
python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14 2024-05-12 01:32:31 +02:00
Bryan A. S.
ffb210bab2 irpf: 2024-1.0 -> 2024-1.1
also add myself as maintainer
2024-05-11 20:29:36 -03:00