Commit Graph
671251 Commits
Author SHA1 Message Date
Daniel Albert 87101c5548 stalwart-mail: 0.9.1 -> 0.9.2 2024-08-21 17:49:21 +02:00
Pol Dellaiera 5da78fe1d0 open-webui: 0.3.13 -> 0.3.14
Diff: https://github.com/open-webui/open-webui/compare/v0.3.13...v0.3.14

Changelog: https://github.com/open-webui/open-webui/blob/v0.3.14/CHANGELOG.md
2024-08-21 17:45:21 +02:00
Fabián Heredia MontielandGitHub 43c745f567 Merge pull request #335429 from r-ryantm/auto-update/semantic-release
semantic-release: 24.0.0 -> 24.1.0
2024-08-21 09:35:25 -06:00
Fabián Heredia MontielandGitHub d077afeb8c Merge pull request #335991 from r-ryantm/auto-update/reposilite
reposilite: 3.5.14 -> 3.5.15
2024-08-21 09:29:28 -06:00
Fabián Heredia MontielandGitHub 3c080314d6 Merge pull request #336092 from r-ryantm/auto-update/python312Packages.flake8-bugbear
python312Packages.flake8-bugbear: 24.4.26 -> 24.8.19
2024-08-21 09:29:12 -06:00
1adept e96e635226 nushell: 0.96.1 -> 0.97.1
Note from release note:
> "Note: this was going to be version 0.97.0, but that version had to be yanked due to a last minute bug. This is still the next major version, not a patch release."
2024-08-21 17:28:14 +02:00
1adept 99ac52261a nushell: update script
script to update nushell using `nix-update`

Then to update each plugin
- build the plugin as-is
- replacing the hash with the new one from the failed build
- building again

All updated files will be added in git and commited

The resulting commit is checked with `nixpkgs-review`
2024-08-21 17:28:14 +02:00
Roland CoeurjolyandAustin Seipp c34208511e sby: 2021.11.30 -> 0.44, run tests, rename from symbiyosys 2024-08-21 10:25:34 -05:00
Spencer Heywood a10481869e dnsmap: init at 0.36-unstable-2024-08-20 2024-08-21 09:15:14 -06:00
Kiskae 3a4ac243bf linuxPackages.nvidiaPackages.latest: 555.58.02 -> 560.35.03 2024-08-21 17:14:51 +02:00
maralorn 025cc46ce3 haskell-modules/generic-builder.nix: add gcc to generated shell
Fixes #335387
2024-08-21 17:13:18 +02:00
Donovan GloverandGitHub 965ba5d533 Merge pull request #329938 from donovanglover/phosh-0.40.0
phosh: 0.39.0 -> 0.41.0, feedbackd: 0.2.0 -> 0.4.1, squeekboard: 1.38.0 -> 1.41.0, gmobile: init at 0.2.1
2024-08-21 15:11:45 +00:00
SomeoneandGitHub 034d0a7d15 Merge pull request #334840 from SomeoneSerge/fix/release-cuda/pure-eval
release-cuda: allow passing `system` to release-lib
2024-08-21 15:10:12 +00:00
eljamm e0832b1bd8 taler-merchant: fix wrong templates and spa dirs
The taler-exchange package is wrongfully used when initializing the
`templates` and `spa` directories, which results in the merchant not
working.

Replacing this relative path searching with an absolute path pointing to
the correct merchant directories fixes this.
2024-08-21 16:07:25 +01:00
Gaétan LepageandGitHub c0e8cb5d87 Merge pull request #336311 from GaetanLepage/basedpyright
basedpyright: 1.16.0 -> 1.17.0
2024-08-21 16:48:22 +02:00
Zane van Iperen e8ca810e14 vgmstream: move to by-name 2024-08-21 23:42:03 +09:00
David McFarland 858f0456cf dotnet-sdk: disable msbuild terminal logger
This fixes intermittent ArgumentOutOfRangeExceptions when building
certain packages (e.g. roslyn-ls).
2024-08-21 11:38:32 -03:00
David McFarland f098bd1f4c roslyn-ls: update dependencies for dotnet 9.0-preview.7 2024-08-21 11:37:45 -03:00
OTABI TomoyaandGitHub 2ccb979f80 Merge pull request #336314 from GaetanLepage/pytensor
python312Packages.pytensor: 2.25.2 -> 2.25.3
2024-08-21 23:32:34 +09:00
Jeremy Fleischman d045216e9c kicad: use python 3.12
This reverts commit 6cec87c32d.

Now that https://github.com/NixOS/nixpkgs/pull/326142 has landed,
there's no reason to keep ourselves pinned to Python 3.11 anymore.

As a happy side effect, this also fixes a bug with
6cec87c32d which broke our ability to use
kicad addons:

    $ nix build --impure --expr 'with import ./. {}; pkgs.kicad.override { addons = with pkgs.kicadAddons; [kikit kikit-library]; }' -L
    ...
    error:
           … while calling the 'derivationStrict' builtin
             at <nix/derivation-internal.nix>:34:12:
               33|
               34|   strict = derivationStrict drvAttrs;
                 |            ^
               35|

           … while evaluating derivation 'kicad-8.0.4'
             whose name attribute is located at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/stdenv/generic/make-derivation.nix:336:7

           … while evaluating attribute 'makeWrapperArgs' of derivation 'kicad-8.0.4'
             at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/applications/science/electronics/kicad/default.nix:201:3:
              200|   # We are emulating wrapGAppsHook3, along with other variables to the wrapper
              201|   makeWrapperArgs = with passthru.libraries; [
                 |   ^
              202|     "--prefix XDG_DATA_DIRS : ${base}/share"

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: function 'anonymous lambda' called with unexpected argument 'python'
           at /home/jeremy/src/github.com/NixOS/nixpkgs-alt/pkgs/applications/science/electronics/kicad/addons/kikit.nix:2:1:
                1| # For building the multiple addons that are in the kikit repo.
                2| { stdenv
                 | ^
                3| , bc
           Did you mean python3?
2024-08-21 07:25:54 -07:00
Jeremy Fleischman 3fc660733b kikit: 1.5.0 -> 1.6.0
kikit 1.5.0 bundles an old version of versioneer that doesn't work with
Python 3.12. See this usptream issue for details:
https://github.com/yaqwsx/KiKit/issues/680

This was fixed in
https://github.com/yaqwsx/KiKit/commit/e0c312ae105c8d2a4626b83ac86324b1a1be75ba,
which first landed in kikit 1.6.0. So, let's upgrade and finally get this
building on Python 3.12!

This fixes https://github.com/NixOS/nixpkgs/issues/325220
2024-08-21 07:25:54 -07:00
Jeremy Fleischman 5c493ae9ed python3Packages.shapely_1_8: remove
Shapely 1.8 is old unmaintained. We originally had to introduce it to nixpkgs in
order to package kikit, but recently kikit upstream dropped the
requirement to use an old version of shapely
(https://github.com/yaqwsx/KiKit/issues/574#issuecomment-1879721181).

Upstream relaxed the version constraint in
https://github.com/yaqwsx/KiKit/commit/3427a8d6ce31eea6fb3647e550d6b4ddc0e90842,
which first landed in kikit 1.5.0, which we're already packaging, so
we're free to drop shapely 1.8!
2024-08-21 07:25:54 -07:00
Jeremy Fleischman 7042d94f64 python3Packages.pcbnewtransition: fix Python 3.12 build
Before this change, pcbnewtransition couldn't build. It would fail with
this issue already reported (and fixed!) upstream: https://github.com/yaqwsx/pcbnewTransition/issues/6

This is a blocker to get kikit building on Python 3.12:
https://github.com/NixOS/nixpkgs/issues/325220
2024-08-21 07:25:42 -07:00
EmilyandGitHub 4d35b76100 Merge pull request #336093 from emilazy/push-vryzuoqkkymo
ardour_7: fix build with Python 3.12
2024-08-21 15:22:51 +01:00
Gaétan LepageandGitHub 4c52a4d8d4 Merge pull request #335734 from GaetanLepage/imageio
python312Packages.imageio: 2.35.0 -> 2.35.1
2024-08-21 16:21:07 +02:00
OTABI TomoyaandGitHub dd429d7a6a Merge pull request #336272 from GaetanLepage/correctionlib
python312Packages.correctionlib: 2.6.1 -> 2.6.4
2024-08-21 23:16:08 +09:00
EmilyandGitHub b152577c1d Merge pull request #336185 from emilazy/push-lwmqkkpwootu
pcsxr: drop
2024-08-21 15:15:05 +01:00
EmilyandGitHub de5cc3207e Merge pull request #336193 from emilazy/push-zlvwprlwtmvq
dvdstyler: 3.2.1 -> 3.3b4
2024-08-21 15:10:03 +01:00
Martin Joerg e252e2291d skypeforlinux: 8.119.0.201 -> 8.126.0.208 2024-08-21 14:09:01 +00:00
OTABI TomoyaandGitHub bfb9e8639d Merge pull request #336320 from r-ryantm/auto-update/dotenvx
dotenvx: 1.7.0 -> 1.8.0
2024-08-21 23:03:35 +09:00
R. Ryantm fdd524aa1e dart: 3.4.4 -> 3.5.1 2024-08-21 13:52:23 +00:00
teutat3s 5c57962a12 matrix-authentication-service: 0.9.0 -> 0.10.0
Diff: https://github.com/matrix-org/matrix-authentication-service/compare/refs/tags/v0.9.0...v0.10.0

Changelog: https://github.com/matrix-org/matrix-authentication-service/releases/tag/v0.10.0
2024-08-21 15:45:57 +02:00
0x4A6FandGitHub 6dafeb7516 Merge pull request #336322 from tweag/nixfmt-rfc-style-update
nixfmt-rfc-style: unstable-2024-08-08 -> unstable-2024-08-16
2024-08-21 15:42:14 +02:00
OTABI TomoyaandGitHub dd06046214 Merge pull request #335667 from GaetanLepage/equinox
python312Packages.equinox: 0.11.4 -> 0.11.5
2024-08-21 22:32:14 +09:00
R. RyantmandBobby Rong 8cdbfd38e9 planify: 4.10.7 -> 4.10.8 2024-08-21 21:20:57 +08:00
Gaétan LepageandGitHub 421c1bc38e Merge pull request #335471 from GaetanLepage/funsor
python311Packages.funsor: fix on both linux and darwin
2024-08-21 15:18:25 +02:00
R. Ryantm 1342140e87 kubescape: 3.0.15 -> 3.0.16 2024-08-21 13:18:09 +00:00
Jennifer GraulandK900 37947d59ea headscale: fix reacting to SIGTERM
The current version of headscale does not react to SIGTERMs and so it
can only be terminated by a SIGKILL at the moment. This commit provides
a patch to fix this.
2024-08-21 16:17:20 +03:00
OTABI TomoyaandGitHub 3ff27aba67 Merge pull request #336297 from r-ryantm/auto-update/python312Packages.clarifai-grpc
python312Packages.clarifai-grpc: 10.7.1 -> 10.7.3
2024-08-21 22:09:14 +09:00
Silvan Mosberger bea49ae823 nixfmt-rfc-style: unstable-2024-08-08 -> unstable-2024-08-16 2024-08-21 15:00:51 +02:00
superherointjandGitHub 46ac3ad602 Merge pull request #336288 from katexochen/azure-cli/socks
azure-cli: add missing socks dependency
2024-08-21 09:58:51 -03:00
OTABI TomoyaandGitHub 2629da0ba7 Merge pull request #336215 from natsukium/langchain/refactor
python312Packages.langchain-standard-tests: init at 0.1.1; refactor langchain-related libraries
2024-08-21 21:53:07 +09:00
superherointjandGitHub 3c0be6ff38 Merge pull request #336267 from katexochen/azure-cli/foo
azure-cli-extensions: update package set
2024-08-21 09:47:37 -03:00
Melody Renata 1a3888a088 lug-helper: init at 2.18 2024-08-21 08:43:32 -04:00
R. Ryantm 0f3d70d295 dotenvx: 1.7.0 -> 1.8.0 2024-08-21 12:37:20 +00:00
K900andGitHub ab13423a41 Merge pull request #335737 from aidalgol/heroic-2.15
Heroic Games Launcher: 2.14.1 -> 2.15.1
2024-08-21 15:35:46 +03:00
Pol DellaieraandGitHub 3ebae9717f Merge pull request #336313 from r-ryantm/auto-update/home-manager
home-manager: 0-unstable-2024-08-11 -> 0-unstable-2024-08-18
2024-08-21 14:35:12 +02:00
Gaetan Lepage f73ef29af8 python311Packages.funsor: use pytestCheckHook and skip broken test 2024-08-21 14:34:18 +02:00
Markus Theil db43982130 mlxbf-bootimages: 4.0.3-12704 -> 4.8.0-13249
Nvidia does not provide an official changelog.

In our tests MMC speed increased significantly with this new version.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-08-21 14:32:38 +02:00
R. Ryantm c96757ff30 kdePackages.qt6gtk2: 0.2-unstable-2024-06-22 -> 0.2-unstable-2024-08-14 2024-08-21 12:32:27 +00:00