Commit Graph
745356 Commits
Author SHA1 Message Date
Robert Schütz 184a9ae292 python313Packages.imap-tools: 1.9.0 -> 1.9.1
Diff: https://github.com/ikvk/imap_tools/compare/refs/tags/v1.9.0...v1.9.1

Changelog: https://github.com/ikvk/imap_tools/blob/v1.9.1/docs/release_notes.rst
2025-01-27 19:13:47 -08:00
R. Ryantm eaaf092552 tui-journal: 0.13.1 -> 0.14.0 2025-01-28 03:09:42 +00:00
R. Ryantm d651918be7 sudo-font: 2.1 -> 2.2 2025-01-28 03:01:15 +00:00
R. Ryantm a8760e76d0 resumed: 4.0.0 -> 4.1.0 2025-01-28 02:56:20 +00:00
R. Ryantm 7da041801e imgproxy: 3.27.1 -> 3.27.2 2025-01-28 02:43:56 +00:00
7ff6b28e89 azure-storage-azcopy: 10.27.1 -> 10.28.0 (#377459)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-01-28 02:03:17 +00:00
R. Ryantm 1093b6a4e6 fluent-bit: 3.2.4 -> 3.2.5 2025-01-28 01:44:40 +00:00
David McFarlandandGitHub b7614895ef dotnet: default to source-built sdk/runtimes (#363008) 2025-01-27 21:43:10 -04:00
Austin Horstman b95da65ade vimPlugins.nvim-treesitter: update grammars 2025-01-27 19:35:35 -06:00
Austin Horstman 69240c5b4c vimPlugins: update on 2025-01-27 2025-01-27 19:35:35 -06:00
sveithandGitHub 7072056be6 octoprint: use octoprint from final package set as plugin build input (#370953)
OctoPrint and its plugins are packaged in the form of multiple overlays,
each adding one or more packages built with `buildPythonPackage`. In
the NixOS module, the core `octoprint` package is then combined with
zero or more of the plugin packages into one `python.withPackages`
environment that is referenced by the systemd service unit.

Since plugins have to use the OctoPrint modules at runtime, they receive
the `octoprint` Python package as part of `propagatedBuildInputs`.
However, the current implementation of the plugins overlay takes this
dependency from the `super` package set, i.e., the stage preceding the
plugins overlay.

The use of `super` packages for dependencies is problematic here, as
there may be other subsequent overlays that modify the `octoprint`
package, and the `octoprint` that ends up in the final package set may
not be the same that the plugin was built against.

Things work out fine in the absence of any `octoprint` overrides, or if
no plugins are used. Combining the two in a NixOS configuration,
however, breaks the build with a collision of OctoPrint executables:

  error: builder for '/nix/store/7sjbm51s4j5p02s76ncrb6arzb5nwph7-python3-3.12.8-env.drv' failed with exit code 255;
         last 1 log lines:
         > error: collision between `/nix/store/rg9mixyc0qpdgn3ynrlwlp2qk9l5gh6a-python3.12-OctoPrint-1.10.3/bin/octoprint' and `/nix/store/ws68951jy8gx7q9n09xgpykkwhia82mb-Overridden-OctoPrint-1.10.2/bin/octoprint'
         For full logs, run 'nix-store -l /nix/store/7sjbm51s4j5p02s76ncrb6arzb5nwph7-python3-3.12.8-env.drv'.
  error: 1 dependencies of derivation '/nix/store/sgmn253inypq9hi722a9817w1ji8lkb8-unit-octoprint.service.drv' failed to build
  error: 1 dependencies of derivation '/nix/store/aydjfz8xf8s87hxc60vpnkzbclj5knj5-system-units.drv' failed to build
  error: 1 dependencies of derivation '/nix/store/97a3pr2v2b5yjw9g3za5rbc6blb2q808-etc.drv' failed to build

The collision is between the overridden `octoprint` from the final
package set and the non-overridden version that the plugins depend on
(and end up propagating to their consumers).

They all should be using one and the same `octoprint` package, which is
the one from `self`, the final package set after applying all overrides.
Modify the `buildPlugin` helper function accordingly.

Fixes: https://github.com/NixOS/nixpkgs/issues/370946
2025-01-28 02:28:41 +01:00
R. Ryantm e57244886d kittycad-kcl-lsp: 0.1.65 -> 0.1.66 2025-01-28 01:22:31 +00:00
R. Ryantm 5d0a3b9843 sequin: 0.3.0 -> 0.3.1 2025-01-28 01:18:35 +00:00
R. Ryantm 6179a5793e gnmic: 0.39.1 -> 0.40.0 2025-01-28 01:16:30 +00:00
R. Ryantm e8ae415db8 azure-storage-azcopy: 10.27.1 -> 10.28.0 2025-01-28 01:08:29 +00:00
R. Ryantm 3ff56bf6c6 shairport-sync: 4.3.5 -> 4.3.6 2025-01-28 00:57:52 +00:00
R. Ryantm be00d3580a svgbob: 0.7.4 -> 0.7.6 2025-01-28 00:55:01 +00:00
Matt Wittmann 753c002803 python3Packages.mdtraj: 1.10.0 -> 1.10.2 2025-01-27 16:51:09 -08:00
9c0340aea8 melonDS: 1.0rc-unstable-2024-12-26 -> 1.0rc-unstable-2025-01-17 (#377208)
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2025-01-28 00:34:30 +00:00
a262d99391 proxsuite-nlp: 0.10.0 -> 0.10.1 (#376399)
Co-authored-by: nim65s <guilhem.saurel@laas.fr>
2025-01-28 00:23:31 +00:00
R. Ryantm 3c0e72bb3d terraform-providers.sumologic: 3.0.0 -> 3.0.1 2025-01-28 00:15:04 +00:00
Franz PletzandGitHub 6ddb0f7cdd virtualbox: 7.1.4 -> 7.1.6a (#376135) 2025-01-28 01:14:13 +01:00
Jeremy Baxter 3475b40d89 aerc: 0.20.0 -> 0.20.1 2025-01-28 13:11:47 +13:00
Martin Weinelt 6bd5780275 mallard-ducktype: init at 1.0.2 2025-01-28 01:00:28 +01:00
jopejoe1andGitHub 9db269672d firefox-devedition-unwrapped: 135.0b4 -> 135.0b9 (#377438) 2025-01-27 23:45:09 +00:00
Gaétan LepageandGitHub cb18cf22ad lime3ds: fix build (#377310) 2025-01-28 00:44:40 +01:00
Nikolay KorotkiyandGitHub b4a5c2731e aerc: refactor and adopt (#376879) 2025-01-28 03:41:11 +04:00
R. Ryantm 3ae3a0f488 python312Packages.es-client: 8.15.2 -> 8.17.1 2025-01-27 23:39:10 +00:00
R. Ryantm e7b90458b2 firefox-devedition-unwrapped: 135.0b4 -> 135.0b9 2025-01-27 23:18:13 +00:00
R. Ryantm 00e12b12b2 poetryPlugins.poetry-plugin-up: 0.8.0 -> 0.9.0 2025-01-27 23:10:35 +00:00
R. Ryantm e0a8ac8376 renovate: 39.107.0 -> 39.137.1 2025-01-27 22:46:53 +00:00
YtandGitHub e16e376ee3 python312Packages.blackjax: disable failing tests (#377350) 2025-01-27 17:39:55 -05:00
liberodark dd5a08689f openrgb: move to by-name 2025-01-27 23:31:01 +01:00
Guillaume Nanty 7d0870fbb9 hyprland: 0.46.2 -> 0.47.0
added glaze dependency
https://github.com/hyprwm/Hyprland/releases/tag/v0.47.0
2025-01-27 23:18:07 +01:00
Guillaume Nanty 960e673a0b aquamarine: 0.5.1 -> 0.7.1
https://github.com/hyprwm/aquamarine/releases/tag/v0.7.1
2025-01-27 23:18:07 +01:00
Guillaume Nanty 48c81b909c hyprutils: 0.3.3 -> 0.5.0
https://github.com/hyprwm/hyprutils/releases/tag/v0.5.0
2025-01-27 23:18:07 +01:00
Arian van PuttenandGitHub 3bb31989b3 amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0 (#377331) 2025-01-27 17:14:21 -05:00
Peder Bergebakken Sundt 0f2e751aa4 harper: 0.17.0 -> 0.18.0
Diff: https://github.com/Automattic/harper/compare/v0.17.0...v0.18.0

Changelog: https://github.com/Automattic/harper/releases/tag/v0.18.0
2025-01-27 22:56:48 +01:00
R. Ryantm 314320ac63 terraform-providers.spotinst: 1.207.0 -> 1.208.0 2025-01-27 21:56:24 +00:00
Peder Bergebakken SundtandGitHub 15a24281fd harper: 0.16.0 -> 0.17.0 (#376238) 2025-01-27 22:55:43 +01:00
Nick CaoandGitHub e73135517f plasma5Packages.kdev-python: use current python3 (#376779) 2025-01-27 16:52:01 -05:00
Kira BruneauandGitHub ee8aa3f8d7 winePackages.{stable,unstable,staging,wayland}: * -> 10.0 (#376220) 2025-01-27 16:51:14 -05:00
R. Ryantm d671f0ef42 discordo: 0-unstable-2025-01-12 -> 0-unstable-2025-01-27 2025-01-27 21:51:02 +00:00
ColinandGitHub 3d85c94910 tre: fix cross build (#376321) 2025-01-27 21:48:38 +00:00
Nick CaoandGitHub 04cc581260 lomiri.morph-browser: 1.1.1 -> 1.1.2 (#375912) 2025-01-27 16:41:52 -05:00
Nick CaoandGitHub c57b88d692 python312Packages.pycm: 4.0 -> 4.2 (#376798) 2025-01-27 16:41:24 -05:00
Marcus RambergandGitHub bfbc8e3e25 grafana-kiosk: 1.0.8 -> 1.0.9 (#376707) 2025-01-27 22:38:49 +01:00
Nick CaoandGitHub 794cca232d julia_110{,-bin}: 1.10.4 -> 1.10.8 (#361201) 2025-01-27 16:37:11 -05:00
OPNA2608 26a572cff7 lomiri.lomiri-indicator-network: Disable parallel testing
Involves >1 test spinning up & talking to D-Bus, likely cause of current Hydra failure:
https://hydra.nixos.org/build/287207255
2025-01-27 22:32:27 +01:00
Weijia WangandGitHub e6b1a3bd78 nixos/pixelfed: fix typo in nginx submodule description (#377396) 2025-01-27 22:26:27 +01:00