Commit Graph

690828 Commits

Author SHA1 Message Date
R. Ryantm
34016e0abb v2ray: 5.19.0 -> 5.20.0 2024-10-09 10:11:28 +00:00
Merlin Humml
3fb311b7f4
nushellPlugins.units: init at 0.1.2 2024-10-09 11:56:41 +02:00
R. Ryantm
f08c8867b3 xray: 1.8.24 -> 24.9.30 2024-10-09 09:48:50 +00:00
Arseniy Zorin
a28b288982 pulumi-bin: 3.134.1 -> 3.136.1 2024-10-09 12:08:32 +03:00
R. Ryantm
0ddbc8c69e vscode: 1.94.0 -> 1.94.1 2024-10-09 09:08:25 +00:00
Emery Hemingway
7f63bcba36 nixos/nncp: refactor configuration merging
The NNCP utilities have poor support for configuration merging so
use jq and hjson-cli instead.
2024-10-09 09:07:11 +00:00
Jörg Thalheim
d71e292c97
snappymail: 2.38.0 -> 2.38.1 (#347413) 2024-10-09 10:55:42 +02:00
Gaetan Lepage
180386b443 python312Packages.huggingface-hub: 0.25.1 -> 0.25.2
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.25.1...v0.25.2

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.25.2
2024-10-09 10:47:58 +02:00
R. Ryantm
8ffd2e8849 webcord: 4.9.2 -> 4.10.2 2024-10-09 08:35:19 +00:00
Mihai Fufezan
95bdf20d2e
hyprpicker: 0.3.0 -> 0.4.1 2024-10-09 11:28:30 +03:00
Mihai Fufezan
acb4f3cbb3
hyprpicker: drop unused dependencies 2024-10-09 11:28:30 +03:00
Mihai Fufezan
50c0415679
hyprpicker: format 2024-10-09 11:28:29 +03:00
Mihai Fufezan
51b85c5d18
hyprland: 0.43.0 -> 0.44.0 2024-10-09 11:28:29 +03:00
Mihai Fufezan
359a25b1fa
hyprland: use meson for building
Follow upstream.
2024-10-09 11:28:29 +03:00
Mihai Fufezan
43bf94409f
hyprland: use moldLinker via stdenvAdapters
Leave open the possibility of adding multiple adapters in the future.
2024-10-09 11:28:28 +03:00
Mihai Fufezan
16f8bcfe70
hyprland: format
Use `inherit (lib) x` instead of `lib.x`
Remove no-longer-needed jq
Use importJSON
2024-10-09 11:28:28 +03:00
Marcus Ramberg
b755388e12
fluxcd: 2.3.0 -> 2.4.0 (#345690) 2024-10-09 10:27:12 +02:00
Fabian Affolter
d2ee1ea70e
python312Packages.grpcio-testing: 1.65.4 -> 1.66.2 (#346855) 2024-10-09 10:22:43 +02:00
Fabian Affolter
d817131b08
python312Packages.auroranoaa: refactor 2024-10-09 10:20:28 +02:00
Mikut
e445306c08
azure-cli-extensions.azure-iot: init at 0.25.0 2024-10-09 10:18:31 +02:00
Mikut
a4fbdf4c4d
python312Packages.azure-iot-device: init at 2.14.0
azure-iot-device is a dependency of azure-iot extension for Azure CLI
2024-10-09 10:18:24 +02:00
Fabian Affolter
2fe6fe1b14
python312Packages.motionblindsble: 0.1.1 -> 0.1.2 (#347395) 2024-10-09 10:17:33 +02:00
Fabian Affolter
e4ee3a0b39
python312Packages.camel-converter: 4.0.0 -> 4.0.1 (#347392) 2024-10-09 10:16:56 +02:00
Fabian Affolter
0fb01df7f4
python312Packages.cle: 9.2.119 -> 9.2.122 (#347358) 2024-10-09 10:15:03 +02:00
Fabian Affolter
a1fa734c07
python312Packages.coinmetrics-api-client: 2024.8.20.13 -> 2024.10.4.15 (#347359) 2024-10-09 10:14:51 +02:00
R. Ryantm
dced718864 vencord: 1.10.3 -> 1.10.4 2024-10-09 08:14:18 +00:00
h7x4
1172325656
ra-multiplex: 0.2.2 -> 0.2.5 (#344462) 2024-10-09 10:07:17 +02:00
h7x4
f094f38239
runc: 1.1.14 -> 1.1.15 (#347385) 2024-10-09 10:01:45 +02:00
h7x4
1716b40333
fastddsgen: 4.0.1 -> 4.0.2 (#347409) 2024-10-09 09:56:54 +02:00
h7x4
b516675bf9
handheld-daemon: 3.3.15 -> 3.4.1 (#344794) 2024-10-09 09:56:30 +02:00
Christina Sørensen
70c1475e92
eza: 0.20.1 -> 0.20.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-10-09 09:50:07 +02:00
Sergei Trofimovich
fa40906e25 python3Packages.ifcopenshell.tests: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. python3Packages.ifcopenshell.tests
    error:
       … while evaluating the attribute 'version'
         at pkgs/development/python-modules/ifcopenshell/default.nix:185:7:
          184|     tests = {
          185|       version = testers.testVersion { command = "IfcConvert --version"; };
             |       ^
          186|     };

       … from call site
         at pkgs/development/python-modules/ifcopenshell/default.nix:185:17:
          184|     tests = {
          185|       version = testers.testVersion { command = "IfcConvert --version"; };
             |                 ^
          186|     };

       error: function 'testVersion' called without required argument 'package'
       at pkgs/build-support/testers/default.nix:66:5:
           65|   testVersion =
           66|     { package,
             |     ^
           67|       command ? "${package.meta.mainProgram or package.pname or package.name} --version",
2024-10-09 08:49:38 +01:00
Gutyina Gergő
0cc0cd0f09
lua-language-server: 3.10.6 -> 3.11.1 2024-10-09 09:34:59 +02:00
R. Ryantm
e4476dd7a6 tigerbeetle: 0.16.3 -> 0.16.8 2024-10-09 07:08:38 +00:00
Christina Sørensen
ddcf7feb63
ast-grep: 0.27.3 -> 0.28.0 (#346975) 2024-10-09 09:06:27 +02:00
R. Ryantm
dd803f74d0 twilio-cli: 5.22.2 -> 5.22.3 2024-10-09 06:56:46 +00:00
R. Ryantm
5be594c3f0 knossosnet: 1.2.3 -> 1.2.4 2024-10-09 06:10:02 +00:00
R. Ryantm
f0a869c9d2 pachyderm: 2.11.3 -> 2.11.4 2024-10-09 06:09:19 +00:00
R. Ryantm
2a55fe1f92 anilibria-winmaclinux: 2.2.19 -> 2.2.20 2024-10-09 06:06:13 +00:00
R. Ryantm
3b235d21be syft: 1.13.0 -> 1.14.0 2024-10-09 05:51:50 +00:00
R. Ryantm
5b7de67c5d python312Packages.iminuit: 2.30.0 -> 2.30.1 2024-10-09 05:48:46 +00:00
Sergei Trofimovich
a104755959 nginxMainline: 1.27.1 -> 1.27.2
Changes: https://nginx.org/en/CHANGES
2024-10-09 06:42:21 +01:00
R. Ryantm
dcb2271b8b redpanda-client: 24.2.5 -> 24.2.6 2024-10-09 05:39:15 +00:00
R. Ryantm
4caae1f6b5 python312Packages.pysqueezebox: 0.9.3 -> 0.9.4 2024-10-09 05:33:15 +00:00
R. Ryantm
854acbf525 rasm: 2.2.7 -> 2.2.8 2024-10-09 05:33:08 +00:00
Vincent Laporte
65d98cb037 ocaml: default to version 5.2 2024-10-09 07:24:47 +02:00
Thiago Kenji Okada
55c1ba8d15
emiluaPlugins.qt6: 1.0.3 -> 1.1.0 (#347382) 2024-10-09 06:23:56 +01:00
OTABI Tomoya
d38f63c875
python312Packages.xml2rfc: 3.23.1 -> 3.23.2 (#346525) 2024-10-09 14:20:24 +09:00
Florian Klink
0f27b30e5a
web-eid-app: 2.5.0 -> 2.6.0 (#347370) 2024-10-09 08:15:47 +03:00
OTABI Tomoya
2de3b78653
python312Packages.drf-yasg: refactor (#346826) 2024-10-09 14:14:57 +09:00