Commit Graph

625875 Commits

Author SHA1 Message Date
Pol Dellaiera
5aa2bf87d7
Merge pull request #298512 from qubitnano/origin-mongo5
mongodb-5_0: 5.0.24 -> 5.0.26
2024-05-13 11:08:32 +02:00
nikstur
48e7ba32c2
Merge pull request #311169 from r-ryantm/auto-update/python311Packages.plantuml-markdown
python311Packages.plantuml-markdown: 3.9.6 -> 3.9.7
2024-05-13 11:08:11 +02:00
Alyssa Ross
df26977114 pkgsStatic.sox: fix 2024-05-13 09:05:55 +00:00
Naxdy
d60ffedd11
retrospy: fix icon resolution (#311127) 2024-05-13 08:59:23 +00:00
Gaetan Lepage
9545c7e6a0 python311Packages.augmax: switch to fetchFromGitHub 2024-05-13 10:57:46 +02:00
Weijia Wang
f46f95fb3e
Merge pull request #311254 from azuwis/dualsensectl
dualsensectl: migrate to pkgs/by-name and other enhancements
2024-05-13 10:55:22 +02:00
Weijia Wang
e4086f54ad
Merge pull request #311253 from azuwis/uxplay
uxplay: migrate to pkgs/by-name and other enhancements
2024-05-13 10:54:47 +02:00
Weijia Wang
7d6b6c01fd
Merge pull request #311285 from r-ryantm/auto-update/blackfire
blackfire: 2.27.0 -> 2.28.1
2024-05-13 10:54:01 +02:00
mitchmindtree
a92186244b
python3Packages.gguf: init at 0.6.0 (#311060)
Adds gguf, a python module for writing the gguf format, a common format
for storing machine learning model weights.

I ran into a need for this when using `ollama`, and trying to use
the `llama.cpp/convert.py` tool to convert a model from one format to
another.
2024-05-13 08:53:48 +00:00
Alyssa Ross
7be23ec058 Revert "libeatmydata: patch out LFS64 usage"
This reverts commit c7f51f0032.

This broke 32-bit Glibc builds.  I've submitted a revised patch
upstream, but in the meantime, there's no point keeping this around,
since we didn't do the musl upgrade yet.

Link: https://github.com/NixOS/nixpkgs/pull/292654#issuecomment-2106318845
Link: https://github.com/stewartsmith/libeatmydata/pull/36
2024-05-13 10:53:18 +02:00
Fabian Affolter
5efb745b17
Merge pull request #311110 from r-ryantm/auto-update/python311Packages.proxy-py
python311Packages.proxy-py: 2.4.4rc5 -> 2.4.4
2024-05-13 10:52:27 +02:00
Jörg Thalheim
ba37bf5f3d
Merge pull request #307076 from flokli/caddy-reload
nixos/caddy: don't set ExecReload if enableReload is disabled
2024-05-13 10:45:28 +02:00
Maximilian Bosch
8b6fc06e98
Merge pull request #311049 from Ma27/bump-nix-git
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
2024-05-13 08:43:25 +00:00
Florian Klink
e7d8edbf5a
Merge pull request #311292 from flokli/zsh-fix-eval
nixos/zsh: remove `lib.lib`
2024-05-13 10:37:03 +02:00
Ilya Epifanov
fee1c30823 onagre: 1.0.0-alpha.0 -> 1.1.0 2024-05-13 10:34:18 +02:00
Pol Dellaiera
983a742108
Merge pull request #311261 from r-ryantm/auto-update/minecraft-server
minecraft-server: 1.20.5 -> 1.20.6
2024-05-13 10:31:30 +02:00
rewine
982291a291
Merge pull request #311259 from r-ryantm/auto-update/dracula-theme
dracula-theme: 4.0.0-unstable-2024-04-24 -> 4.0.0-unstable-2024-05-12
2024-05-13 16:30:39 +08:00
Pol Dellaiera
b19d13bb5a
Merge pull request #310383 from ruby0b/pyload/0.5.0b3.dev85
pyload-ng: 0.5.0b3.dev80 -> 0.5.0b3.dev85
2024-05-13 10:30:05 +02:00
Florian Klink
d6a32d4104
Merge pull request #311290 from alyssais/systemd-static-broken
pkgsStatic.systemd: don't mark broken
2024-05-13 10:25:57 +02:00
Leah Amelia Chen
6b9924ced2
alacarte: init at 3.52.0 (#310442) 2024-05-13 08:25:23 +00:00
Alyssa Ross
6b2dd148f8 webrtc-audio-processing: fix URL in comment
It seems I constructed this URL without testing it — this file only
exists in later versions.
2024-05-13 10:24:51 +02:00
Alyssa Ross
20ca4f5529 doc: fix meta.badPlatforms example
error: attribute 'isStatic' missing
2024-05-13 10:24:25 +02:00
Alyssa Ross
4705b6bc23 pkgsStatic.networkmanager: mark unsupported 2024-05-13 10:23:58 +02:00
Alyssa Ross
9d4c60c019 pkgsStatic.pcsclite: fix build
If systemd support is disabled but udev is enabled, we still need to
provide a udev implementation.
2024-05-13 10:22:26 +02:00
Florian Klink
2ec060b94e nixos/zsh: remove lib.lib
This fails my NixOS configuration:

```
       error: attribute 'lib' missing

       at /nix/store/ninrqc3pblnmqgh489cbr9rq5pijcpd6-nixpkgs-src/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix:90:7:

           89|     programs.zsh.interactiveShellInit =
           90|       lib.lib.mkAfter (lib.concatStringsSep "\n" ([
             |       ^
           91|         "source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
```
2024-05-13 10:21:47 +02:00
quantenzitrone
6e18225ca6
xdg-terminal-exec-mkhl: init at 0.2.0 (#310740) 2024-05-13 08:20:04 +00:00
Alyssa Ross
0fa8227be4
pkgsStatic.systemd: don't mark broken
It's already (more accurately and usefully) marked unsupported.  It's
redundant to also mark it broken in the same case.
2024-05-13 10:19:34 +02:00
Enric Morales
c59a9d297b
hyprland-activewindow: 1.0.2 -> 1.0.3 (#310874)
Diff: https://github.com/FieldOfClay/hyprland-activewindow/compare/v1.0.2...v1.0.3
2024-05-13 08:14:51 +00:00
Valentino
b2699dee18
rHttp: init at unstable-2024-04-28 (#311116) 2024-05-13 08:13:34 +00:00
Martin Weinelt
9731a32d81
Merge pull request #309115 from NyCodeGHG/nixos/miniflux-sd-notify
nixos/miniflux: use systemd notify and watchdog
2024-05-13 10:12:37 +02:00
Valentino
fa8184ddcb
httpie-desktop: init at 2024.1.2 (#311163) 2024-05-13 08:11:59 +00:00
K900
8db3d39e0b
Merge pull request #311275 from K900/kernel-6.9
linux_6_9: init at 6.9
2024-05-13 11:07:27 +03:00
Fabian Affolter
a966d523d9 python312Packages.drf-spectacular: format with nixfmt 2024-05-13 10:03:32 +02:00
Yureka
aa64bb27ba nixos/garage: add assertion for replication_factor 2024-05-13 10:03:21 +02:00
Fabian Affolter
9dae30d67f python312Packages.drf-spectacular: 0.27.1 -> 0.27.2
Changelog: https://github.com/tfranzel/drf-spectacular/releases/tag/0.27.2
2024-05-13 10:03:10 +02:00
Fabian Affolter
b74bbe8821 python312Packages.drf-spectacular: refactor 2024-05-13 10:01:49 +02:00
Guilhem Saurel
fa334d6946 pinocchio: remove "with lib;" 2024-05-13 10:00:58 +02:00
Weijia Wang
1c54d6b099
Merge pull request #311245 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 1.0.11 -> 1.0.12
2024-05-13 10:00:44 +02:00
Fabian Affolter
5c1d3a46c8 python312Packages.dj-rest-auth: format with nixfmt 2024-05-13 10:00:44 +02:00
Guilhem Saurel
396d7e2e19 pinocchio: patch for example-robot-data models 2024-05-13 10:00:17 +02:00
Weijia Wang
7cbc53aa0f
Merge pull request #311262 from pbek/feature/smartgithg-update
smartgithg: 23.1.2 -> 23.1.3
2024-05-13 10:00:08 +02:00
Fabian Affolter
f3bf21db32 python312Packages.unittest-xml-reporting: format with nixfmt 2024-05-13 10:00:03 +02:00
Peder Bergebakken Sundt
431d312318
Merge pull request #311206 from xzfc/bevelbar
bevelbar: 22.06 -> 23.08
2024-05-13 09:59:20 +02:00
Peder Bergebakken Sundt
38c465d8ea
Merge pull request #311209 from xzfc/katriawm
katriawm: add updateScript
2024-05-13 09:55:45 +02:00
Fabian Affolter
6924256de0 python312Packages.dj-rest-auth: 5.0.2 -> 6.0.0
Changelog: https://github.com/iMerica/dj-rest-auth/releases/tag/6.0.0
2024-05-13 09:52:48 +02:00
R. Ryantm
f7c2ec5d30 blackfire: 2.27.0 -> 2.28.1 2024-05-13 07:50:42 +00:00
Minijackson
a937d575a2
jellyfin: 10.8.13 -> 10.9.1 2024-05-13 09:38:39 +02:00
Minijackson
a010f5e9c5
jellyfin-web: 10.8.13 -> 10.9.1 2024-05-13 09:38:35 +02:00
Guilhem Saurel
2397b818ef pinocchio: 2.7.0 -> 2.7.1 2024-05-13 09:37:34 +02:00
Fabian Affolter
026247dfba python312Packages.unittest-xml-reporting: disable failing test 2024-05-13 09:35:46 +02:00