Commit Graph
723792 Commits
Author SHA1 Message Date
nixpkgs-merge-bot[bot]andGitHub 1426c5148b c3-lsp: 0.3.2 -> 0.3.3 (#363557) 2024-12-10 09:18:07 +00:00
R. Ryantm 5fdc96526d ironicclient: 5.8.0 -> 5.9.0 2024-12-10 09:12:57 +00:00
nixpkgs-merge-bot[bot]andGitHub 50399d1960 vcpkg: 2024.10.21 -> 2024.11.16 (#363143) 2024-12-10 09:11:25 +00:00
Viorel-Cătălin Răpițeanu 24d9cb7296 lutris: fix Dolphin
Make sure that Dolphin has the correct dependencies included.
2024-12-10 11:08:15 +02:00
Viorel-Cătălin Răpițeanu 5dc20e9ede lutris: fix RPCS3 AppImage
A lot of runners are AppImages and these due to their fuse + FHS dependencies, won't work as expected in Nix. This commit implements a workaround that Lutris also employes for flatpaks where they unpack the image and then they run it. This is done via an environment variable passed to the Lutris executable.

This commit also brings all dependencies needed for RPCS3 emulator to work as expected.
2024-12-10 11:08:03 +02:00
Jörg ThalheimandGitHub ec121df92a ci/eval: fix compare label assignment (#363851) 2024-12-10 10:06:17 +01:00
R. Ryantm e6b1c33d5c manilaclient: 5.0.0 -> 5.1.0 2024-12-10 09:04:59 +00:00
Peter Waller a4543ae1bc pkgsLLVM: Fix unwanted target offset
pkgsLLVM introduced an unwanted target offset, as can be seen with the
following commands.

Before this commit:

```
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.pkgsLLVM.stdenv.hostPlatform.config
"aarch64-unknown-linux-gnu"

Explaination: These two should be the same, since the only difference
between them is the addition of "pkgsLLVM". The buildPackages of the
pkgsCross set should have a hostPlatform which is the native platform.
```

After this commit:

```
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.pkgsLLVM.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
```
2024-12-10 09:01:31 +00:00
Sandeep PatelandGitHub 13ed5af2f3 maintainers: add sandptel 2024-12-10 14:30:39 +05:30
Gaetan Lepage 214cb79aa6 ci/eval: fix compare label assignment 2024-12-10 10:00:11 +01:00
Sandeep PatelandGitHub 561a6b2b20 vtracer: init at 0.6.4 2024-12-10 14:26:20 +05:30
Sergei TrofimovichandGitHub eaae2eaec7 subversion: 1.14.4 -> 1.14.5 (#363461)
Changes: https://svn.apache.org/repos/asf/subversion/trunk/CHANGES
2024-12-10 03:51:28 -05:00
nixpkgs-merge-bot[bot]andGitHub 2e0d3d902e kgeotag: 1.6.0 -> 1.7.0 (#363769) 2024-12-10 08:50:55 +00:00
nixpkgs-merge-bot[bot]andGitHub 000c7bc616 audiobookshelf: 2.17.4 -> 2.17.5 (#363437) 2024-12-10 08:47:53 +00:00
R. Ryantm feb8a718f6 reindeer: 2024.10.28.00 -> 2024.12.09.00 2024-12-10 08:19:00 +00:00
Gaétan LepageandGitHub db823200e6 vimPlugins: update on 2024-12-09 (#363741) 2024-12-10 09:14:03 +01:00
Gaétan LepageandGitHub 7769e0dba9 python312Packages.llama-cpp-python: 0.3.1 -> 0.3.2 (#363339) 2024-12-10 09:10:52 +01:00
Doron BeharandGitHub 0d4ea96a07 sccache: 0.8.2 -> 0.9.0 (#363771) 2024-12-10 10:00:07 +02:00
nixpkgs-merge-bot[bot]andGitHub 6b8864a8ce meli: 0.8.9 -> 0.8.10 (#363721) 2024-12-10 07:58:25 +00:00
nixpkgs-merge-bot[bot]andGitHub e026c552a3 cargo-about: 0.6.5 -> 0.6.6 (#363647) 2024-12-10 07:58:03 +00:00
R. Ryantm e7ce8cf7eb git-chain: 0-unstable-2024-08-09 -> 0-unstable-2024-11-16 2024-12-10 07:55:27 +00:00
Gaetan Lepage 147930bc02 python312Packages.llama-cpp-python: mark as broken on darwin 2024-12-10 08:52:52 +01:00
Gaetan Lepage ecc1ae01a4 python312Packages.llama-cpp-python: 0.3.1 -> 0.3.2
Diff: https://github.com/abetlen/llama-cpp-python/compare/refs/tags/v0.3.1...v0.3.2
2024-12-10 08:52:30 +01:00
Gaétan LepageandGitHub 8064343811 python312Packages.langgraph*: 20241206 update (#362648) 2024-12-10 08:51:27 +01:00
R. Ryantm bb23268100 supabase-cli: 2.0.0 -> 2.0.6 2024-12-10 07:27:20 +00:00
Gaétan LepageandGitHub be9283e000 rye: 0.42.0 -> 0.43.0 (#363798) 2024-12-10 08:05:13 +01:00
Pietro ZaccariniandGitHub ee1abbbe5d lite-xl: update to version 2.1.7 (#362925) 2024-12-10 02:01:02 -05:00
R. Ryantm 9de99cac77 wiremock: 3.9.2 -> 3.10.0 2024-12-10 06:50:42 +00:00
R. RyantmandGaetan Lepage f49af0734f rye: 0.42.0 -> 0.43.0 2024-12-10 07:50:32 +01:00
R. Ryantm 2470715779 alacritty-theme: 0-unstable-2024-10-24 -> 0-unstable-2024-12-02 2024-12-10 06:48:53 +00:00
K900 d76dafcd29 linux_6_6: 6.6.63 -> 6.6.64 2024-12-10 09:45:15 +03:00
K900 2bb25ed39c linux_6_12: 6.12.3 -> 6.12.4 2024-12-10 09:45:12 +03:00
K900 51a19038a2 linux_testing: 6.13-rc1 -> 6.13-rc2 2024-12-10 09:45:08 +03:00
Jörg ThalheimandGitHub cd34221a4b emiluaPlugins.this-thread: 1.0.0 -> 1.0.1 (#363051) 2024-12-10 07:42:50 +01:00
Jörg ThalheimandGitHub 27d9c1fd5c shntool: 3.0.10 -> 3.0.10+git20130108.4ca41f4-1 (#357635) 2024-12-10 07:39:48 +01:00
K900andGitHub 1341814778 gamescope: 3.15.14 -> 3.15.15 (#363795) 2024-12-10 09:38:49 +03:00
R. Ryantm 2f8e672b3d granted: 0.36.3 -> 0.37.0 2024-12-10 06:28:23 +00:00
R. Ryantm 09beb24a34 cht-sh: 0-unstable-2022-04-18 -> 0-unstable-2024-11-13 2024-12-10 06:26:22 +00:00
R. Ryantm 433f48f38f jdt-language-server: 1.40.0 -> 1.42.0 2024-12-10 06:20:49 +00:00
Christina SørensenandGitHub 940f800164 kanidm: fix 1.3 build and permit hydra to build it (#363662) 2024-12-10 07:08:43 +01:00
R. Ryantm a7aedc9802 fmtoy: 0-unstable-2024-06-11 -> 0-unstable-2024-11-13 2024-12-10 06:08:30 +00:00
Matthew Dargan 28b62e18cd rain-bittorrent: set version to 1.13.0 2024-12-09 23:52:05 -06:00
Jörg Thalheim 90f44b313c nix: remove fixed CVE-2024-27297 check 2024-12-10 06:42:42 +01:00
Jörg Thalheim 0e59e7b7d8 nix: simplify version checks 2024-12-10 06:42:31 +01:00
nixpkgs-merge-bot[bot]andGitHub 9e46b6e6e0 meteor-git: 0.23.1 -> 0.24.2 (#363782) 2024-12-10 05:42:16 +00:00
gadorandGitHub 8eafe1f165 perkeep: 0.11 -> 0-unstable-2024-04-23 (#360175)
* perkeep: format

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

* perkeep: 0.11 -> 0-unstable-2024-04-23

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

* perkeep: add gador as co-maintainer

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

---------

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-12-10 00:41:25 -05:00
Matthew Dargan 2afd26d8d1 maintainers: add matthewdargan 2024-12-09 23:35:45 -06:00
R. Ryantm 68327e1400 librime-octagram: 0-unstable-2024-02-05 -> 0-unstable-2024-11-18 2024-12-10 05:22:05 +00:00
Andrew Frahn c146818be2 nixos/services.redis: complete removal of with lib; 2024-12-10 16:19:03 +11:00
R. Ryantm c3dd3d05b8 maestro: 1.39.0 -> 1.39.2 2024-12-10 05:15:20 +00:00