Commit Graph
786703 Commits
Author SHA1 Message Date
EmilyandGitHub bd79acabab treewide: Remove use of apple_sdk framework stub paths (#399040) 2025-04-19 16:47:19 +01:00
Thiago Kenji OkadaandGitHub 96b9460ee4 ethtool: 6.11 -> 6.14 (#397871) 2025-04-19 13:21:04 +01:00
Thiago Kenji OkadaandGitHub c5036d7bc4 liburcu: 0.15.1 -> 0.15.2 (#398767) 2025-04-19 13:13:24 +01:00
nixpkgs-ci[bot]andGitHub 6d87397256 Merge staging-next into staging 2025-04-19 12:06:09 +00:00
nixpkgs-ci[bot]andGitHub ba58a95980 Merge master into staging-next 2025-04-19 12:05:39 +00:00
Thiago Kenji OkadaandGitHub 23d4cd9c53 hidapitester: init at 0.5 (#398429) 2025-04-19 13:05:03 +01:00
Pol DellaieraandGitHub ad5b0b3271 isync: 1.5.0-unstable-2024-09-29 -> 1.5.1 (#399791) 2025-04-19 11:37:41 +00:00
971fef1606 siyuan: 3.1.27 -> 3.1.28 (#400045)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-04-19 11:20:45 +00:00
YtandGitHub 3a996b66f4 vector: 0.46.0 -> 0.46.1 (#399946) 2025-04-19 07:10:49 -04:00
Cosima NeidahlandGitHub a89e5374f5 libsidplayfp: 2.12.0 -> 2.13.0 (#398680) 2025-04-19 13:06:29 +02:00
Thomas Mühlbacher 4cbe8cbd50 isync: stop using with lib;; fix meta.changelog
The changelog url was trying to link to a nonexistent release for
`lib.version`.
2025-04-19 13:00:33 +02:00
Thomas Mühlbacher b01d034d93 isync: 1.5.0-unstable-2024-09-29 -> 1.5.1
Fixes among other things `--dry-run` actually still making some changes.

Release notes: https://sourceforge.net/projects/isync/files/isync/1.5.1/
2025-04-19 13:00:21 +02:00
R. Ryantm 8f8a7f1e97 siyuan: 3.1.27 -> 3.1.28 2025-04-19 10:50:18 +00:00
Pavol RusnakandGitHub 1f84e10240 monado: 24.0.0 -> 25.0.0 (#399868) 2025-04-19 12:43:26 +02:00
Fabian AffolterandGitHub dda88ef786 python312Packages.lingva: 5.0.5 -> 5.0.6 (#399699) 2025-04-19 12:31:17 +02:00
Sefa Eyeoglu 65c2366c4d monado: 24.0.0 -> 25.0.0
https://gitlab.freedesktop.org/monado/monado/-/releases/v25.0.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-04-19 12:23:44 +02:00
Fabian AffolterandGitHub 1ddde6e523 graphw00f: 1.1.19 -> 1.2.1 (#399948) 2025-04-19 12:17:23 +02:00
R. RyanTMandGitHub 4c99ceaf19 home-assistant-custom-lovelace-modules.advanced-camera-card: 7.6.1 -> 7.6.5 (#400029)
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.6.2
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.6.3
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.6.4
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.6.5
2025-04-19 12:15:12 +02:00
Fabian AffolterandGitHub 4db94768bb libzim: 9.2.3 -> 9.3.0 (#399687) 2025-04-19 12:15:07 +02:00
Pol DellaieraandGitHub 4ad61b022b kexec-tools: passthru kexec tests and migrate to runTest (#399539) 2025-04-19 10:14:49 +00:00
d035ba591e peergos: 1.0.0 -> 1.1.0 (#399440)
Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
2025-04-19 10:04:47 +00:00
AleksanaandGitHub af84d5c2e0 commitizen: fix build (#400021) 2025-04-19 17:54:59 +08:00
67b6bd94c7 zed-editor: 0.181.8 -> 0.182.11 (#400007)
Co-authored-by: niklaskorz <niklaskorz@users.noreply.github.com>
2025-04-19 09:52:14 +00:00
CnTeng 2b4c1157a9 commitizen: fix build 2025-04-19 17:46:52 +08:00
Nikolay KorotkiyandGitHub a3172da772 jsoncons: 1.3.1 -> 1.3.2 (#399968) 2025-04-19 13:31:32 +04:00
Martin WeineltandGitHub a237d24793 python3Packages.pyfakefs: remove unused 'undefined' dependency (#400013) 2025-04-19 11:30:17 +02:00
R. RyantmandMasum Reza de34dda72e roddhjav-apparmor-rules: 0-unstable-2025-04-07 -> 0-unstable-2025-04-16 2025-04-19 14:49:30 +05:30
f72a02315e mapproxy: 4.0.1 -> 4.0.2 (#399820)
Co-authored-by: imincik <ivan.mincik@gmail.com>
2025-04-19 09:16:18 +00:00
ashandGitHub c98764d592 xfce.tumbler: backport PDF thumbnail generation fix (#399755) 2025-04-19 17:14:26 +08:00
Grimmauld 484083eec1 python3Packages.pyfakefs: remove unused 'undefined' dependency
This was a dependency used only in check phase.
It was removed upstream [1] to reduce closure size.
This change is helpful for nix, as `pyfakefs` is used in our distutils too.

The first release containing this change was 5.4.0.
There previously was a discussion [2] about this change upstream.

[1] https://github.com/pytest-dev/pyfakefs/commit/c3a1cc8d43ec17630404deb33c641b2012e652ac
[2] https://github.com/pytest-dev/pyfakefs/discussions/981
2025-04-19 11:13:13 +02:00
Pol DellaieraandGitHub 919cb2919b pet: add bash and fish shell completions (#399954) 2025-04-19 09:07:53 +00:00
Marcus RambergandGitHub 0d6e8efb50 pocket-id: 0.47.0 -> 0.48.0 (#399817) 2025-04-19 11:01:41 +02:00
R. Ryantm cd9a78bf0e zed-editor: 0.181.8 -> 0.182.11 2025-04-19 08:55:13 +00:00
Arne KellerandGitHub 1a99b88cc7 hypseus-singe: init at 2.11.3 (#301821) 2025-04-19 10:55:02 +02:00
Arne KellerandGitHub c7e1409a09 f3d: 3.0.0 -> 3.1.0 (#399844) 2025-04-19 10:48:43 +02:00
Pol DellaieraandGitHub 14c90a9959 phpactor: 2025.03.28.0 -> 2025.04.17.0 (#400001) 2025-04-19 08:42:42 +00:00
s3igo 6021a59e08 pet: add bash and fish shell completions 2025-04-19 17:35:48 +09:00
R. Ryantm b5c5d74f6c phpactor: 2025.03.28.0 -> 2025.04.17.0 2025-04-19 08:29:11 +00:00
Franz PletzandGitHub c2ea6e13be batman-adv: 2025.0 -> 2025.1 (#399589) 2025-04-19 10:21:59 +02:00
Arne KellerandGitHub fcf98b92bc mautrix-whatsapp: 0.11.4 -> 0.12.0 (#399715) 2025-04-19 10:17:50 +02:00
826f6bad51 subtitleedit: 4.0.11 -> 4.0.12 (#399509)
Co-authored-by: paveloom <contact@paveloom.dev>
2025-04-19 08:10:12 +00:00
K900andGitHub 543b0d54bb nixos/moonraker: set default machine.provider to none if system control is disabled (#399976) 2025-04-19 11:07:54 +03:00
Gaétan LepageandGitHub 72927d5ca7 restate: 1.3.1 -> 1.3.2 (#399850) 2025-04-19 09:50:31 +02:00
K900andGitHub 3bf758e9a8 ffmpeg: build with celt only in -full (#399991) 2025-04-19 10:46:53 +03:00
Grimmauld a70c15f59b ffmpeg: build with celt only in -full
Celt codec is effectively unused and superseeded by libopus.
It makes little sense to support it in the minimal build.

If anyone still uses ffmpeg with celt, it is available in -full for now.
2025-04-19 09:41:29 +02:00
Pol DellaieraandGitHub 8933c1982b python3Packages.ansible-compat: fix dependency specification (#399743) 2025-04-19 07:22:58 +00:00
Pol DellaieraandGitHub 1dc393ef9b vscode-extensions: update (#399772) 2025-04-19 07:21:44 +00:00
Pol DellaieraandGitHub 4a4215299a youtube-music: fix icon in KDE Task Switch (#399799) 2025-04-19 07:19:47 +00:00
Pol DellaieraandGitHub 0444dc67dd caddy: 2.9.1 -> 2.10.0 (#399857) 2025-04-19 07:17:59 +00:00
Pol DellaieraandGitHub 98807f0c5c deno: 2.2.10 -> 2.2.11 (#399873) 2025-04-19 07:17:30 +00:00