Commit Graph
806888 Commits
Author SHA1 Message Date
Honnip 547ccb4e98 gnomeExtensions.gtk4-desktop-icons-ng-ding: update patch 2025-06-19 16:01:08 +09:00
Honnip 3a19d4ef08 gnomeExtensions.{password-calculator,teatimer}: fix build 2025-06-19 16:01:08 +09:00
NilaTheDragonandHonnip 66f1e430c1 gnomeExtensions: auto-update 2025-06-19 16:01:07 +09:00
Bjørn Forsman f870c6ccc8 libfaketime: run tests 2025-05-27 23:28:58 +02:00
Maciej KrügerandGitHub ae903ee043 netdata: use lm_sensors only on Linux in postFixup step (#411313) 2025-05-27 23:26:01 +02:00
K900andGitHub fb817c72c0 gamescope: 3.16.9 -> 3.16.10 (#411521) 2025-05-28 00:22:24 +03:00
3648859bbb legendary-heroic: 0.20.36 -> 0.20.37 (#411535)
Co-authored-by: aidalgol <aidalgol@users.noreply.github.com>
2025-05-27 21:15:40 +00:00
SandroandGitHub d69883976d clorinde: 0.15.0 -> 0.15.1 (#411454) 2025-05-27 23:06:09 +02:00
SandroandGitHub d34c09ccea olivetin: 2025.4.22 -> 2025.5.26 (#411186) 2025-05-27 23:03:05 +02:00
Pol DellaieraandGitHub 65c5695a6c nixos/postfix: add slow domain (#381789) 2025-05-27 20:58:42 +00:00
R. Ryantm 33db1f0871 legendary-heroic: 0.20.36 -> 0.20.37 2025-05-27 20:56:29 +00:00
Cosima NeidahlandGitHub 67b2951930 lomiri.lomiri-music-app: 3.2.2 -> 3.3.0 (#407331) 2025-05-27 22:47:52 +02:00
Pol DellaieraandGitHub 79cec564b6 nixos/open-webui: allow service to access gpu (#410579) 2025-05-27 20:30:22 +00:00
Marcus RambergandGitHub 8753210c68 k3s_1_33: 1.33.0 -> 1.33.1 (#411508) 2025-05-27 22:13:24 +02:00
R. Ryantm 6ee1ed9b82 gamescope: 3.16.9 -> 3.16.10 2025-05-27 20:00:07 +00:00
Pol DellaieraandGitHub c0eb3efa92 open-webui: 0.6.10 -> 0.6.11 (#411499) 2025-05-27 19:58:48 +00:00
wrvsrx 4d5d4ef221 open-webui: 0.6.10 -> 0.6.11 2025-05-28 03:56:04 +08:00
wrvsrx 0e64b8d567 python3Packages.starlette-compress: init at 0.16.0 2025-05-28 03:38:26 +08:00
Robert Rose 6924c67f2e k3s_1_33: 1.33.0 -> 1.33.1
https://github.com/k3s-io/k3s/releases/tag/v1.33.1%2Bk3s1
2025-05-27 21:26:14 +02:00
SandroandGitHub a71042be11 glitchtip: 5.0.1 -> 5.0.4 (#411453) 2025-05-27 21:16:35 +02:00
Leona MaroniandGitHub 53f2704642 Revert "victoriametrics: 1.117.1 -> 1.118.0" (#411502) 2025-05-27 21:08:45 +02:00
Leona MaroniandGitHub f6850bb50c Revert "victoriametrics: 1.117.1 -> 1.118.0" 2025-05-27 21:03:28 +02:00
Leona MaroniandGitHub fdf56ea522 victoriametrics: 1.117.1 -> 1.118.0 (#411225) 2025-05-27 20:48:04 +02:00
Adam C. StephensandGitHub 5f3a260bcb lxc: fix nvidia runtime hook (#411282) 2025-05-27 14:33:35 -04:00
4faa5f5321 r2modman: 3.1.58 -> 3.2.0 (#410118)
Co-authored-by: huantianad <huantianad@users.noreply.github.com>
2025-05-27 18:28:29 +00:00
Austin HorstmanandGitHub 5fc446845d teams-for-linux: 2.0.13 -> 2.0.14 (#411475) 2025-05-27 13:26:38 -05:00
Leona MaroniandGitHub 8e177b1a5d connman: apply patches for CVE-2025-32366 and CVE-2025-32743 (#407478) 2025-05-27 20:14:01 +02:00
Wolfgang WaltherandGitHub d748458da0 workflows/check-cherry-picks: fix silent failure (#411476) 2025-05-27 18:13:03 +00:00
Leona MaroniandGitHub 36711f84da open-vm-tools: 12.5.0 -> 12.5.2 (#407323) 2025-05-27 20:12:54 +02:00
Leona MaroniandGitHub 42b077a830 quickjs: 2024-01-13 -> 2025-04-26 (#407469) 2025-05-27 20:10:45 +02:00
Silvan MosbergerandGitHub 5c5dade264 nixfmt-tree: remove tree-root-file default (#407681) 2025-05-27 20:07:44 +02:00
a7298ab558 pgroll: 0.12.0 -> 0.13.0 (#411386)
Co-authored-by: ilyakooo0 <mail@iko.soy>
2025-05-27 18:04:10 +00:00
Wolfgang Walther 642de212a6 maintainer/scripts/check-cherry-picks: fix calling from outside nixpkgs
The CI job calls this as trusted/maintainers/..., i.e. with a working
directory outside the checkout. The git commands inside the script
assume to be inside the checkout, though, so let's force that.
2025-05-27 20:00:24 +02:00
Wolfgang Walther d283c3b36f maintainer/scripts/check-cherry-picks: propagate git errors instead of passing silently
Bash will not propagate the exit code from a subshell within a
herestring, so the script silently passes when git throws an error
there. Re-arranging things a bit and an error will now be thrown.
2025-05-27 19:59:28 +02:00
Leona MaroniandGitHub 476af34938 opera: drop (#408759) 2025-05-27 19:55:58 +02:00
R. RyantmandFrancesco Gazzetta 279f4ffcc0 projectm-sdl-cpp: 0-unstable-2025-03-17 -> 0-unstable-2025-05-20 2025-05-27 17:53:32 +00:00
Leona MaroniandGitHub c72bd33a69 lib.maintainers.nicoo: update GH account name (#411470) 2025-05-27 19:53:04 +02:00
K900andGitHub 017dddc53a libsForQt5.kjs: remove pcre dependency (#411052) 2025-05-27 20:52:08 +03:00
Philip TaronandGitHub c0b2b17f6d nixosTests.{login,containers-imperative}: fix eval (#411421) 2025-05-27 10:51:14 -07:00
R. Ryantm c839ac340b teams-for-linux: 2.0.13 -> 2.0.14 2025-05-27 17:48:49 +00:00
nicoo 0a39769102 lib.maintainers.nicoo: update GH account name 2025-05-27 17:36:24 +00:00
2df7d531fc vgmstream: 1980 -> 2023 (#410202)
Co-authored-by: vs49688 <vs49688@users.noreply.github.com>
2025-05-27 16:47:23 +00:00
Austin HorstmanandGitHub e22a5941bb anyrun: 0-unstable-2025-04-29 -> 0-unstable-2025-05-19 (#411455) 2025-05-27 11:44:27 -05:00
Azat BahawiandGitHub bbf2fd75e0 werf: 2.35.8 -> 2.36.3 (#407950) 2025-05-27 19:34:45 +03:00
Azat BahawiandGitHub 8df65fb03f seaweedfs: 3.87 -> 3.88 (#411271) 2025-05-27 19:34:11 +03:00
Jan Tojnar a7485af7d5 nixos/telepathy: Remove GNOME remnants
GNOME Shell 46 dropped the telepathy support so we no longer need to add the typelib to session path.
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/c5ec3e45e4562246ba65ac2ca19eadfdfee627ca

Looking at Debian code search, no packages other than Polari should need the typelib from path anyway, and Polari already gets it from a wrapper:
https://codesearch.debian.net/search?q=TelepathyGLib+-package%3Atelepathy-glib+-package%3Asugar+-path%3Avala&literal=0

Also unmaintain as it is no longer used by GNOME.

The daemon components are needed by lomiri and polari:
https://codesearch.debian.net/search?q=org.freedesktop.Telepathy.MissionControl5%7Corg.freedesktop.Telepathy.AccountManager%7C%5Cbmc-tool%5Cb%7Cmc-wait-for-name&literal=0
2025-05-27 18:15:07 +02:00
Defelo 9fccd46b6a clorinde: 0.15.0 -> 0.15.1 2025-05-27 18:08:35 +02:00
Defelo deea624844 glitchtip: 5.0.1 -> 5.0.4 2025-05-27 18:08:34 +02:00
R. Ryantm cf6bb7f51b anyrun: 0-unstable-2025-04-29 -> 0-unstable-2025-05-19 2025-05-27 16:02:22 +00:00
2384a82d7c easytier: 2.2.4 -> 2.3.0 (#411373)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-05-27 15:57:51 +00:00