Commit Graph
705504 Commits
Author SHA1 Message Date
Noa Aarts cb11b48c1b lemurs: fix build error caused by https://github.com/rust-lang/rust/issues/115010 2024-11-05 13:52:32 +01:00
Bruno Rodrigues 62a8179390 rPackages.mcrPioda: fixed build 2024-11-05 13:45:56 +01:00
Bobby RongandGitHub 959fc90712 GNOME updates 2024-11-02 (#353154) 2024-11-05 20:39:01 +08:00
YorickandGitHub 12eedc8e88 nixos/victoriametrics: harden systemd unit, add more options. (#350737) 2024-11-05 13:36:19 +01:00
Noa Aarts df58e0e34d python312Packages.llm: 0.16 -> 0.17.1 2024-11-05 13:32:35 +01:00
rewine a36b4d9ac9 wl-screenrec: pin ffmpeg 6
fix: https://github.com/NixOS/nixpkgs/issues/353777
2024-11-05 20:25:48 +08:00
Franz PletzandGitHub a868dd5685 geolite-legacy: 20230901 → 20240720 (#353668) 2024-11-05 13:18:26 +01:00
Fabian Affolter 28569cf91d python312Packages.uiprotect: 6.3.2 -> 6.4.0
Diff: https://github.com/uilibs/uiprotect/compare/refs/tags/v6.3.2...v6.4.0

Changelog: https://github.com/uilibs/uiprotect/blob/refs/tags/v6.4.0/CHANGELOG.md
2024-11-05 13:12:28 +01:00
Fabian Affolter a76a5d50b5 python312Packages.reolink-aio: 0.10.1 -> 0.10.3
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.10.1...0.10.3

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.10.3
2024-11-05 13:10:23 +01:00
Noa Aarts ee673e603c python312Packages.radon: fix build by relaxing mando 2024-11-05 13:07:21 +01:00
Peder Bergebakken SundtandGitHub c1a390f74b python312Packages.cgal: 6.0.post202410011635 -> 6.0.1.post202410241521 (#351303) 2024-11-05 13:01:33 +01:00
AleksanaandGitHub 5ad8bdff11 treewide: update own packages to the new apple-sdk pattern (#352719) 2024-11-05 19:58:31 +08:00
Gaetan Lepage a3b81267aa mujoco: 3.2.4 -> 3.2.5
Diff: https://github.com/google-deepmind/mujoco/compare/refs/tags/3.2.4...3.2.5

Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.2.5
2024-11-05 12:53:22 +01:00
Peder Bergebakken Sundt 2ec380a34d equibop: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Peder Bergebakken Sundt ead2fda64c typst: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Peder Bergebakken Sundt 747b0ddc17 python312Packages.xdg-base-dirs: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Peder Bergebakken Sundt 8fff01c7e8 komac: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Peder Bergebakken Sundt 69d3ba4466 forgejo: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Noa Aarts 7fe7727384 kafka-delta-ingest: unstable-2021-12-08 -> 0-unstable-2024-11-05 2024-11-05 12:48:31 +01:00
Peder Bergebakken SundtandGitHub dc227b12af veryl: 0.13.1 -> 0.13.2 (#352567) 2024-11-05 12:45:56 +01:00
Gaetan Lepage 209e024a2d uv: 0.4.29 -> 0.4.30
Diff: https://github.com/astral-sh/uv/compare/refs/tags/0.4.29...0.4.30

Changelog: https://github.com/astral-sh/uv/blob/refs/tags/0.4.30/CHANGELOG.md
2024-11-05 12:43:32 +01:00
Christina SørensenandGitHub d4a3fb6338 rqbit: 6.0.0 -> 7.0.1 (#350989) 2024-11-05 12:36:57 +01:00
kilianarandGitHub f919d20f12 lazysql: fix incorrect version output (#353654)
* lazysql: fix version display in `lazysql version` command

Sets `main.version` using `ldflags` to ensure `lazysql version` shows the
correct version instead of "dev".

* lazysql: add passthru.tests.version

To address previous issues where lazygit incorrectly reported its version as
"dev," this commit introduces `passthru.tests.version` for lazysql. This test
verifies that the version command for lazysql (`lazysql version`) correctly
reports the expected version.
2024-11-05 12:28:16 +01:00
Sefa EyeogluandGitHub 380c97ad60 rime-japanese: init at 0-unstable-2023-08-02 (#295849) 2024-11-05 12:27:34 +01:00
AleksanaandGitHub 70bf50c766 zeekscript: mark as broken (#352796) 2024-11-05 19:24:35 +08:00
AleksanaandGitHub 23f6066f42 cemu-ti: Fix build failure (#349005) 2024-11-05 19:24:04 +08:00
AleksanaandGitHub 3535622b96 rio: fix darwin build by providing libutil (#353597) 2024-11-05 19:23:15 +08:00
AleksanaandGitHub 0b64ddcf9d aribb25: fix darwin build (#353728) 2024-11-05 19:22:34 +08:00
benaryorg f23d794c07 python3Packages.irc: build fix for Python 3.11
Without this patch the build fails during the pythonRuntimeDepsCheck phase:

	Checking runtime dependencies for irc-20.5.0-py3-none-any.whl
	  - importlib-resources not installed

Adding the importlib-resources polyfill for Python version 3.11 and below fixes the build.

It is unclear whether this is actually strictly required on 3.11 (i.e. because of backported features from 3.12) or whether the runtime check is stricter than necessary.
May as well fix the build though.

Signed-off-by: benaryorg <binary@benary.org>
2024-11-05 11:04:46 +00:00
nixpkgs-merge-bot[bot]andGitHub 5d6c33e25c ppsspp: 1.17.1 -> 1.18 (#353416) 2024-11-05 11:00:54 +00:00
Paul MeyerandGitHub 90988b77fd zizmor: init at 0.1.4 (#352691) 2024-11-05 11:55:20 +01:00
YtandGitHub 12a7a39306 mimir: 2.14.0 -> 2.14.1 (#353644) 2024-11-05 05:45:31 -05:00
YtandGitHub 8e3499a5d8 vector: readd missing mig command on darwin (#353701) 2024-11-05 05:43:53 -05:00
Fabian AffolterandGitHub 3aea105cb6 ssh-mitm: 4.1.1 -> 5.0.0, python312Packages.appimage: init at 1.0.0 (#353704) 2024-11-05 11:41:16 +01:00
Doron BeharandGitHub ab3d9e8bda linuxPackages.nvidiaPackages.legacy_535: 535.154.05 -> 535.216.01 (#352468) 2024-11-05 12:40:14 +02:00
Doron Behar 035da94ea9 gnomeExtensions.gsconnect: 57 -> 58
Diff: https://github.com/GSConnect/gnome-shell-extension-gsconnect/compare/v57...v58
2024-11-05 12:39:28 +02:00
Doron Behar 4f8361ef85 gnomeExtensions.gsconnect: adopt by doronbehar 2024-11-05 12:39:11 +02:00
Bruno Rodrigues c8b3472f1c rPackages.OpenCL: fix build 2024-11-05 11:38:49 +01:00
Gaétan LepageandGitHub 208e529c92 tpm-fido: init at 0-unstable-2024-10-30 (#352282) 2024-11-05 11:33:15 +01:00
Gaétan LepageandGitHub 0ce1cb1696 bacon: 3.0.0 -> 3.2.0 (#353733) 2024-11-05 11:23:31 +01:00
SandroandGitHub a96e4d9bfe docker: use lib.versionOlder in literalExpression 2024-11-05 11:23:29 +01:00
Markus KowalewskiandGitHub 4b43b70d37 openmolcas: fix shebangs in python scripts (#353641) 2024-11-05 11:22:25 +01:00
SandroandGitHub 7d815d32b7 reckon: add missing runtime dependency (#353194) 2024-11-05 11:21:39 +01:00
Kek5chen 0acd19c9fc onionshare: fix runtime 2024-11-05 11:19:19 +01:00
Masum RezaandGitHub b754631545 fritz-exporter: add attrs to relaxed deps (#353683) 2024-11-05 15:30:20 +05:30
Bert Peters e395252057 geolite-legacy: reformat according to rfc 2024-11-05 10:13:52 +01:00
Bert Peters 43b40f3ba2 geolite-legacy: 20230901 → 20240720 2024-11-05 10:13:52 +01:00
Vincent LaporteandVincent Laporte 71408df70f tamarin-prover: 1.8.0 → 1.10.0 2024-11-05 10:01:53 +01:00
Jörg Thalheim e3c59b5a49 colmena: only depend on one nix version
because of nix-eval-jobs we are pulling in nix 2.24 while colmena was
stuck at nix 2.18
2024-11-05 09:56:58 +01:00
AleksanaandGitHub c172738191 schemamap: 0.4.0 -> 0.4.3 (#349511) 2024-11-05 16:54:49 +08:00