Commit Graph

770511 Commits

Author SHA1 Message Date
R. Ryantm 9abc4364ec mailpit: 1.22.1 -> 1.23.2 2025-03-19 15:55:06 +00:00
nixpkgs-merge-bot[bot] 044bc3de8e samrewritten: 202008-unstable-2025-01-09 -> 202008-unstable-2025-03-11 (#391193)
Co-authored-by: LudovicoPiero <LudovicoPiero@users.noreply.github.com>
2025-03-19 11:52:47 +00:00
nixpkgs-merge-bot[bot] 7dc58b8285 plasma-panel-colorizer: 2.3.0 -> 2.4.1 (#391249)
Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>
2025-03-19 11:39:10 +00:00
Martin Weinelt cc0e8af20b pythonPackages.wxpython: drop SDL dependency (#391240)
this dependency was unused:

```
$ nix why-depends .#python313Packages.wxpython .#SDL --precise --all
these 5 paths will be fetched (4.96 MiB download, 21.60 MiB unpacked):
  /nix/store/vhz0cn55wadyknv3bz4in7drm0mmpny3-SDL_compat-1.2.68
  /nix/store/jfia42fgcpz2gmb5l1mqps5qaaan3lcn-libadwaita-1.6.4
  /nix/store/555981fqc4rkjdfapzsw092bqyrbi5s3-sdl2-compat-2.32.52
  /nix/store/kq5gmdxv139qk1j50grxlqvrsrlx9aq5-sdl3-3.2.6-lib
  /nix/store/d9vlzcqg021zzyw6vwc7dfin8lbm86a1-zenity-4.0.5
'git+file:///home/grimmauld/nixpkgs#python313Packages.wxpython' does not depend on 'git+file:///home/grimmauld/nixpkgs#SDL'
```

```
$ nix why-depends .#python313Packages.wxpython .#SDL --derivation --all
/nix/store/79x3l16rh508qmbprz7xslqvd568gd8z-python3.13-wxpython-4.2.2.drv
└───/nix/store/s0kxrg633g9j5yvqiw1d2dgw76hg5r53-SDL_compat-1.2.68.drv
```
2025-03-19 12:26:07 +01:00
WilliButz 41c7225648 podman: use serviceConfig.ExecStart instead of script (#390731) 2025-03-19 12:06:33 +01:00
WilliButz 6ba10ff228 docker: use serviceConfig.ExecStart instead of script (#390681) 2025-03-19 12:06:26 +01:00
WilliButz 4edfeafac4 initrd: implement panic-on-fail interpreterless (#390698) 2025-03-19 11:37:48 +01:00
R. Ryantm 520fe037c8 plasma-panel-colorizer: 2.3.0 -> 2.4.1 2025-03-19 10:37:31 +00:00
R. RyanTM 2271c42fb8 home-assistant-custom-lovelace-modules.advanced-camera-card: 7.3.5 -> 7.3.6 (#391173)
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.3.6
2025-03-19 11:32:34 +01:00
Nikolay Korotkiy d99c54664c osmium-tool: 1.17.0 → 1.18.0 (#391155) 2025-03-19 14:28:19 +04:00
Arne Keller f8e54f76f8 netavark: 1.14.0 -> 1.14.1 (#391144) 2025-03-19 11:24:50 +01:00
K900 eba0f48745 Add buildArch flag to translateLocally for controlling AVX512 (#385549) 2025-03-19 13:19:45 +03:00
Benedikt Ritter ef2bde5a13 docker: use serviceConfig.ExecStart instead of script 2025-03-19 11:12:59 +01:00
Benedikt Ritter ccdfb91b48 podman: use serviceConfig.ExecStart instead of script 2025-03-19 11:08:18 +01:00
Doron Behar b0e62b6582 lammps: 29Aug2024_update1 -> 29Aug2024_update2 (#390961) 2025-03-19 12:07:52 +02:00
Arne Keller 13e30285c4 dwarfs: 0.10.2 -> 0.11.0 (#390957) 2025-03-19 11:04:06 +01:00
Arne Keller 55e1a181b2 gomi: 1.5.1 -> 1.6.0 (#390586) 2025-03-19 11:00:56 +01:00
Arne Keller 24e101743c fortls: 3.1.2 -> 3.2.2 (#390910) 2025-03-19 10:58:59 +01:00
Arne Keller 8fe9467f14 gancio: 1.24.0 -> 1.24.4 (#391027) 2025-03-19 10:56:40 +01:00
Arne Keller 66d7ae5932 gvproxy: 0.8.4 -> 0.8.5 (#391176) 2025-03-19 10:55:56 +01:00
Grimmauld a819c8aa5d pythonPackages.wxpython: drop SDL dependency
this dependency was unused:

```
$ nix why-depends .#python313Packages.wxpython .#SDL --precise --all
these 5 paths will be fetched (4.96 MiB download, 21.60 MiB unpacked):
  /nix/store/vhz0cn55wadyknv3bz4in7drm0mmpny3-SDL_compat-1.2.68
  /nix/store/jfia42fgcpz2gmb5l1mqps5qaaan3lcn-libadwaita-1.6.4
  /nix/store/555981fqc4rkjdfapzsw092bqyrbi5s3-sdl2-compat-2.32.52
  /nix/store/kq5gmdxv139qk1j50grxlqvrsrlx9aq5-sdl3-3.2.6-lib
  /nix/store/d9vlzcqg021zzyw6vwc7dfin8lbm86a1-zenity-4.0.5
'git+file:///home/grimmauld/nixpkgs#python313Packages.wxpython' does not depend on 'git+file:///home/grimmauld/nixpkgs#SDL'
```

```
$ nix why-depends .#python313Packages.wxpython .#SDL --derivation --all
/nix/store/79x3l16rh508qmbprz7xslqvd568gd8z-python3.13-wxpython-4.2.2.drv
└───/nix/store/s0kxrg633g9j5yvqiw1d2dgw76hg5r53-SDL_compat-1.2.68.drv
```
2025-03-19 10:55:34 +01:00
Arne Keller 16a5f0df8a python312Packages.krb5: 0.7.0 -> 0.7.1 (#389120) 2025-03-19 10:54:48 +01:00
Audrey Dutcher 58085b540c valgrind: don't use FreeBSD kernel version, use libc version 2025-03-19 15:22:15 +05:30
Arne Keller 0d54c58e68 flashmq: 1.20.0 -> 1.21.0 (#391145) 2025-03-19 10:51:28 +01:00
nixpkgs-merge-bot[bot] b49076c16e pmtiles: 1.25.3 -> 1.26.0 (#391223)
Co-authored-by: sikmir <sikmir@disroot.org>
2025-03-19 09:51:08 +00:00
Kerstin e5a38f651e open-web-calendar: 1.42 -> 1.48 (#385801) 2025-03-19 10:49:31 +01:00
Arne Keller f863df5dcc infnoise: 0.3.2 -> 0.3.3 (#388608) 2025-03-19 10:48:14 +01:00
Arne Keller 375187098a doc: Cross-reference roles syntax doc & implementation (#374035) 2025-03-19 10:43:25 +01:00
Arne Keller e99ed000a6 python312Packages.pandoc-latex-environment: fix build (#387976) 2025-03-19 10:36:55 +01:00
Domen Kožar 88613b042b paretosecurity: 0.0.86 -> 0.0.87 (#391229) 2025-03-19 09:32:21 +00:00
Arne Keller 7edb4dfaa0 litemdview: unbreak on GCC 14 (#388843) 2025-03-19 10:31:56 +01:00
Arne Keller 4316e6a156 reaper-reapack-extension: init at 1.2.5 (#383221) 2025-03-19 10:26:53 +01:00
K900 ba19f5600e vlc: drop dependency on SDL (#391226) 2025-03-19 12:26:41 +03:00
Arne Keller b5f08e766d reaper-sws-extension: init at 2.14.0.3 (#388529) 2025-03-19 10:26:10 +01:00
Benedikt Ritter deb045e057 initrd: implement panic-on-fail interpreterless 2025-03-19 10:23:46 +01:00
Arne Keller 3be328378f etterna: init at 0.74.3 (#389089) 2025-03-19 10:22:56 +01:00
Gaétan Lepage f0b4915d27 vimPlugins.indent-tools-nvim: init at 2023-10-28 (#391222) 2025-03-19 10:21:50 +01:00
Neyts Zupan 19683d2d61 paretosecurity: 0.0.86 -> 0.0.87 2025-03-19 09:10:27 +00:00
nixpkgs-merge-bot[bot] 2ac9a6c6c6 example-robot-data: 4.2.0 -> 4.3.0 (#391146)
Co-authored-by: nim65s <guilhem.saurel@laas.fr>
2025-03-19 08:54:03 +00:00
nixpkgs-merge-bot[bot] 810e050f27 pv-migrate: 2.2.0 -> 2.2.1 (#391090)
Co-authored-by: ivankovnatsky <ivankovnatsky@users.noreply.github.com>
2025-03-19 08:52:20 +00:00
Markus Kowalewski fb70992801 globalarrays: 5.9 -> 5.9.1 (#391140) 2025-03-19 09:50:43 +01:00
Grimmauld b3c987c4f4 vlc: drop dependency on SDL
The dependency on SDL and SDL_image was added in https://github.com/NixOS/nixpkgs/commit/f909b550dd9643bd863713acc3892f39fefc4d38, over 14 years ago for version 1.1.5.
It is no longer required and just increases closure size.
2025-03-19 09:47:00 +01:00
Emily 9d13a26930 vlc: ffmpeg_4 -> ffmpeg_6 (#383161) 2025-03-19 08:42:10 +00:00
nixpkgs-merge-bot[bot] 8c1395a5f2 copycat: 003 -> 004 (#391141)
Co-authored-by: DeeKahy <DeeKahy@users.noreply.github.com>
2025-03-19 08:21:31 +00:00
Arne Keller 78820b4ecb python3Packages.nglview: init at 3.1.4 (#370257) 2025-03-19 09:17:21 +01:00
R. Ryantm 59a2fb6fbe snowflake: 2.10.1 -> 2.11.0 2025-03-19 09:14:37 +01:00
"Gaetan Lepage" dbda729619 vimPlugins.indent-tools-nvim: init at 2023-10-28 2025-03-19 09:12:25 +01:00
Gaetan Lepage d6dbb0669c vimPlugins.arshlib-nvim: init at 2024-05-18 2025-03-19 09:12:24 +01:00
GueLaKais 14b42e6142 python3Packages.nglview: init at 3.1.4 2025-03-19 09:05:23 +01:00
GueLaKais b7c2674b3c maintainers: add guelakais 2025-03-19 09:04:53 +01:00