Commit Graph

717944 Commits

Author SHA1 Message Date
Austin Horstman
5ee7b3912f
vimPlugins.blink-cmp: 0.7.1 -> 0.7.3 (#362468) 2024-12-06 14:10:49 -06:00
Nikolay Korotkiy
08f55a8c72
raycast: 1.87.2 -> 1.87.4 (#362102) 2024-12-06 23:57:23 +04:00
Nikolay Korotkiy
08c3c0c0bf
gpxlab: add symlink to binary on darwin, migrate to by-name (#358684) 2024-12-06 23:55:10 +04:00
Nikolay Korotkiy
992e5d075b
pmtiles: 1.22.1 -> 1.22.2 (#362482) 2024-12-06 23:35:35 +04:00
nixpkgs-merge-bot[bot]
5edab6395f
gitu: 0.26.0 -> 0.27.0 (#362478) 2024-12-06 19:31:44 +00:00
Nikolay Korotkiy
c55d81a2ef
orbiton: 2.68.2 -> 2.68.4 (#362518) 2024-12-06 23:11:14 +04:00
David McFarland
0bbfbc0b43
dotnet: wrapper improvements (#362425) 2024-12-06 15:02:13 -04:00
Gliczy
a8f699a573
komikku: 1.64.0 -> 1.65.0 (#362524)
* komikku: 1.64.0 -> 1.65.0

* komikku: remove infinitivewitch as maintainer
Their account seem to have been deleted.

* komikku: add myself to maintainers
2024-12-06 20:49:54 +02:00
Gliczy
88f9f6f54e
signal-desktop: 7.34.0 -> 7.35.0 (#361881)
* signal-desktop: 7.34.0 -> 7.35.0

* signal-desktop(darwin): 7.34.0 -> 7.35.0
2024-12-06 20:46:58 +02:00
Gliczy
fd39bbae62
chocolate-doom: 3.0.1 -> 3.1.0 (#361411)
* chocolate-doom: format with `nixfmt-rfc-style`

* chocolate-doom: refactor

* chocolate-doom: update homepage

* chocolate-doom: add mainProgram

* chocolate-doom: add myself as maintainer

* chocolate-doom: 3.0.1 -> 3.1.0

* chocolate-doom: remove hydraPlatforms

* chocolate-doom: add `meta.changelog`

* chocolate-doom: add missing dependencies
2024-12-06 20:44:40 +02:00
misuzu
d45d4a2aa7
libratbag: 0.17 -> 0.18; piper: 0.7 -> 0.8 (#345782) 2024-12-06 20:43:19 +02:00
misuzu
e8961d9e65
nixos/prometheus: add mqtt-exporter (#289395) 2024-12-06 20:39:43 +02:00
Arne Keller
166af03927
python3Packages.django: fix build on 32 bit platforms (#353399) 2024-12-06 19:34:47 +01:00
misuzu
76eabd1806
proxmox-auto-install-assistant: 8.2.6 -> 8.3.3 (#358939) 2024-12-06 20:30:34 +02:00
Christoph Heiss
345d36a3e5
nixos/prometheus-mqtt-exporter: add release notes entry
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:10 +01:00
Christoph Heiss
efbb8bd904
nixos/tests/prometheus-exporters: add tests for mqtt-exporter
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:09 +01:00
Christoph Heiss
2acc732b6a
nixos/prometheus: add mqtt-exporter
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:05 +01:00
misuzu
1489d59ba0
waybar: add option for en-/disabling niri support (#361152) 2024-12-06 20:24:04 +02:00
misuzu
7de803c703
minio-warp: init at 1.0.6 (#359607) 2024-12-06 20:23:00 +02:00
misuzu
719cdf08a5
openresty: make postgres module optional (#362426) 2024-12-06 20:19:21 +02:00
misuzu
d5c7eaec3b
vsce/python: fix pythonUseFixed (#362323) 2024-12-06 20:17:30 +02:00
Christoph Heiss
b3eca67865
nixos/openresty: fix build with nginx modules (#362348)
When adding modules to openresty, by either

- using `.override { modules = [ ..]; }` directly
- adding them to `services.nginx.additionalModules` or
- enabling e.g. something like `services.nginx.recommendedZstdSettings`

the build will then fail, as the actual `nginx` binary lands in
`nginx/bin/nginx` for openresty, and is only symlinked to `bin/nginx`
(and `bin/openresty`, for that matter).

This breaks the post-install script for nginx when removing references
to the aforementioned modules, since `remove-references-to` skips
symlinks. Thus, just read the symlink before in this case.

`readlink -fn` will read the symlink if it is one, otherwise just
returns the path itself.

The phase is also moved after the package-specific postInstall phase, at
that might move binaries around or create symlinks - as is the case for
openresty.

Can be easily reproduced using e.g.:

$ nix build --impure -E 'with import ./. {}; openresty.override { modules = [ nginxModules.zstd ]; }' -L

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 20:15:26 +02:00
misuzu
4b8b05c2e0
rosegarden: 22.12.1 -> 24.12 (#362427) 2024-12-06 20:13:02 +02:00
Nick Cao
f341d4efa2
signalbackup-tools: 20241119 -> 20241205 (#361203) 2024-12-06 13:11:24 -05:00
Nick Cao
aa9d02b5a1
python312Packages.pycrdt: 0.10.7 -> 0.10.8 (#362488) 2024-12-06 12:55:00 -05:00
Thiago Kenji Okada
7c4b748f98
rtorrent: use vendored tinyxml2 for XMLRPC (#362158) 2024-12-06 17:50:24 +00:00
Malo Bourgon
206ea9fae6 signalbackup-tools: 20241119 -> 20241205
Diff: 20241119...20241205
2024-12-06 09:44:01 -08:00
R. Ryantm
1b7d1024fb orbiton: 2.68.2 -> 2.68.4 2024-12-06 17:40:56 +00:00
R. Ryantm
2ea653e568 python312Packages.posthog: 3.7.0 -> 3.7.4 2024-12-06 17:35:03 +00:00
Fabian Affolter
a4f40e4a28 python312Packages.velbus-aio: 2024.10.0 -> 2024.11.1
Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2024.10.0...2024.11.1

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.11.1
2024-12-06 18:29:13 +01:00
Fabian Affolter
a5f52e1734 checkov: 3.2.330 -> 3.2.332
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.330...3.2.332

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.332
2024-12-06 18:26:19 +01:00
Yueh-Shun Li
f145dbde15
timeshift: 24.06.3 -> 24.06.5 (#362439) 2024-12-07 01:22:11 +08:00
nixpkgs-merge-bot[bot]
89eb0f6275
villain: 2.2.0 -> 2.2.1 (#362428) 2024-12-06 17:15:56 +00:00
Sandro
3df575831c
opengist: 1.7.5 -> 1.8.3 (#354830) 2024-12-06 18:15:44 +01:00
Sandro
d6b812546b
gnat-bootstrap: fix and enable strictDeps (#361717) 2024-12-06 18:07:52 +01:00
Martin Weinelt
cc7d5fc95a
home-assistant-custom-components.solis-sensor: 3.7.1 -> 3.7.2 (#362440) 2024-12-06 18:06:33 +01:00
Artturin
6b2892c47e
Revert "splice.nix: make pkgs splicedPackages" (#362496) 2024-12-06 19:04:26 +02:00
Sebastian Neubauer
8a1be565fc
amdvlk: 2024.Q4.1.3 -> 2024.Q4.2
2024.Q4.2 was released: https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2024.Q4.2
2024-12-06 17:59:50 +01:00
Artturin
9d9f4b50b4
Revert "splice.nix: make pkgs splicedPackages" 2024-12-06 18:58:53 +02:00
Sandro
2463134e4c
wget: fix and enable strictDeps (#361823) 2024-12-06 17:58:26 +01:00
nixpkgs-merge-bot[bot]
c122883ba8
codeberg-cli: 0.4.3 -> 0.4.6 (#362204) 2024-12-06 16:53:45 +00:00
Tyler Langlois
3cb2fa6e00 vagrant: 2.4.1 -> 2.4.3
I'm including the steps I took to update this package to help the next
committer. Time permitting, this should probably be codified as a
formal update script:

1. Clone the upstream hashicorp/vagrant repository
2. Check out the desired version tag
3. Run `bundle lock` within the repository to generate `Gemfile.lock`
4. Run `bundix` to generate a `gemset.nix`
5. Move `gemset.nix` to overwrite this package's `gemset.nix`
6. Remove the self-referential `vagrant` attribute of the gemset
7. Clone vagrant-libvirt/vagrant-libvirt and check out the desired tag (probably latest release tag)
8. (Maybe optional?) because `bundle lock` lacks the ability to exclude groups; comment out groups unrelated to a release like `development` and `test, otherwise dependency conflicts with vagrant's `gemset.nix` are likely.
9. Run `bundle lock` within the repository to generate `Gemfile.lock`
10. Run `bundix` to generate a `gemset.nix`
11. Move `gemset.nix` to overwrite this package's `gemset_libvirt.nix`
12. Edit the `vagrant-libvirt` gem attribute to change its source to rubygems and not a relative path

Aside from these specific steps, the normal package update steps apply (update version, set hash to `lib.fakeHash`, get the updated hash to replace the old).
2024-12-06 17:53:19 +01:00
Nick Cao
d7f97a0223
vulkan-caps-viewer: 3.43 -> 4.00 (#362459) 2024-12-06 11:52:22 -05:00
Artturin
debf997987
splice.nix: make pkgs splicedPackages (#349316) 2024-12-06 18:49:32 +02:00
David McFarland
fd2d8e30ca
dotnet: december 2024 update (#362191) 2024-12-06 12:49:00 -04:00
Gaetan Lepage
fe76ffc48a python312Packages.pycrdt: 0.10.7 -> 0.10.8
Changelog: https://github.com/jupyter-server/pycrdt/releases/tag/0.10.8

Diff: https://github.com/jupyter-server/pycrdt/compare/0.10.7...0.10.8
2024-12-06 17:48:01 +01:00
Aleksana
d7873e2968
rygel: remove unused gtk3 buildInputs (#362483) 2024-12-07 00:40:23 +08:00
Martin Weinelt
d871680fc4
knot-dns: 3.4.2 -> 3.4.3 (#362403) 2024-12-06 17:38:33 +01:00
Tobias Langendorf
ff688dd2b2 jujutsu: 0.23.0 -> 0.24.0 2024-12-06 10:34:33 -06:00
aleksana
f2e100dfc1 rygel: remove unused gtk3 buildInputs 2024-12-07 00:31:29 +08:00