Commit Graph
846670 Commits
Author SHA1 Message Date
misilelabandMasum Reza cb94de7007 gcc15: 15.1.0 -> 15.2.0
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=15.2

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-08-20 02:13:47 +05:30
Nick CaoandGitHub cb2c7827f0 signalbackup-tools: 20250817 -> 20250818-1 (#434763) 2025-08-19 16:42:28 -04:00
Nick CaoandGitHub 10297cf834 rustical: 0.8.4 -> 0.8.6 (#434768) 2025-08-19 16:41:37 -04:00
Nick CaoandGitHub ff4156dba0 youtubeuploader: 1.25.3 -> 1.25.5 (#434770) 2025-08-19 16:41:10 -04:00
Nick CaoandGitHub 0243dea4ed python3Packages.djangorestframework-stubs: 3.16.1 -> 3.16.2 (#434699) 2025-08-19 16:39:34 -04:00
Nick CaoandGitHub 6de068ff6a terraform-providers.vultr: 2.26.0 -> 2.27.1 (#434701) 2025-08-19 16:39:04 -04:00
Nick CaoandGitHub f620f33b63 terraform-providers.migadu: 2025.8.7 -> 2025.8.14 (#434643) 2025-08-19 16:37:00 -04:00
Nick CaoandGitHub cb84a0178e terraform-providers.opentelekomcloud: 1.36.44 -> 1.36.45 (#434646) 2025-08-19 16:36:47 -04:00
Nick CaoandGitHub 2375d98826 riffdiff: 3.4.0 -> 3.4.1 (#434652) 2025-08-19 16:36:00 -04:00
Nick CaoandGitHub 733c6fa7fe terraform-providers.datadog: 3.70.0 -> 3.71.0 (#434664) 2025-08-19 16:35:23 -04:00
Nick CaoandGitHub fb9a844759 terraform-providers.venafi: 0.22.3 -> 0.22.4 (#434666) 2025-08-19 16:35:12 -04:00
Nick CaoandGitHub 3996e64dd9 mautrix-meta: 0.5.2 -> 0.5.3 (#434570) 2025-08-19 16:34:23 -04:00
Nick CaoandGitHub 4a109670e4 meowlnir: 0.6.0 -> 0.7.0 (#434571) 2025-08-19 16:31:36 -04:00
dotlambdaandGitHub 32991f1eac nixos/immich: add support for VectorChord (#428568) 2025-08-19 13:31:01 -07:00
Dennis GosnellandGitHub ab4b1e7916 tests.haskell.shellFor: deprecate phases (#435080) 2025-08-19 16:26:51 -04:00
John Titor afbaa572ed nixos/bcachefs: remove linuxPackages_latest requirement
Nixpkgs has been on 6.12 for a while
2025-08-20 01:56:40 +05:30
John Titor 74d1da02aa nixos/bcachefs: handle / (root filesystem) in autoScrub service
Without this, the service and timer name become like this:

❯  systemctl status bcachefs-scrub--.service
○ bcachefs-scrub--.service - bcachefs scrub on /
     Loaded: loaded (/etc/systemd/system/bcachefs-scrub--.service; linked; preset: ignored)
     Active: inactive (dead)
TriggeredBy: ● bcachefs-scrub--.timer
2025-08-20 01:56:40 +05:30
Nick CaoandGitHub 22bca6d349 cedar: 4.5.0 -> 4.5.1 (#434577) 2025-08-19 16:26:21 -04:00
Matteo PaciniandMasum Reza f31db90adf nixosTests.jellyseerr: init 2025-08-20 01:55:47 +05:30
Nick CaoandGitHub ac77eea1f5 all-the-package-names: 2.0.2168 -> 2.0.2177 (#434606) 2025-08-19 16:24:44 -04:00
Gaétan LepageandGitHub 6043886dd8 Revert "python312Packages.tensorflow: 2.19.0 -> 2.19.1" (#435084) 2025-08-19 22:19:55 +02:00
Nick CaoandGitHub 1d65fcdaf1 scraper: 0.23.1 -> 0.24.0 (#434534) 2025-08-19 16:18:29 -04:00
Nick CaoandGitHub 55958c5aaa jellyseerr: 2.7.2 -> 2.7.3 (#434549) 2025-08-19 16:17:59 -04:00
Nick CaoandGitHub 3bdf74df89 terraform-providers.grafana: 4.3.0 -> 4.5.1 (#434565) 2025-08-19 16:16:56 -04:00
Nick CaoandGitHub b52e273039 python3Packages.plaid-python: 35.0.0 -> 36.0.0 (#434452) 2025-08-19 16:16:24 -04:00
Nick CaoandGitHub becd271c5a doublecmd: 1.1.27 -> 1.1.28 (#434485) 2025-08-19 16:15:20 -04:00
Nick CaoandGitHub f266706269 hopper: 5.18.0 -> 5.19.4 (#434494) 2025-08-19 16:14:18 -04:00
RamsesandGitHub 4f54ad8efd ebusd: change default configpath (#380997) 2025-08-19 23:14:09 +03:00
Nick CaoandGitHub 5f7fa81a52 peazip: 10.6.0 -> 10.6.1 (#434507) 2025-08-19 16:13:43 -04:00
dishandGitHub 375ab11873 bluesky-pds: rename from pds (#434864) 2025-08-19 16:05:09 -04:00
7faeef0e92 nixos/btrfs: use sha256 instead of sha256_generic
Upstream dropped `sha256_generic` in https://github.com/torvalds/linux/commit/e96cb9507f2d8ba150d417dcd283204564945831

Quoting from upstream:

> sha256_blocks_generic() is moved from lib/crypto/sha256-generic.c into
  lib/crypto/sha256.c.  It's now a static function marked with
  __maybe_unused, so the compiler automatically eliminates it in any
  cases where it's not used.

Co-authored-by: dramforever <dramforever@live.com>
2025-08-20 01:34:50 +05:30
6f1ff1f476 libmsquic: 2.5.0 -> 2.5.3 (#434627)
Co-authored-by: SohamG <sohamg2@gmail.com>
2025-08-19 20:03:15 +00:00
isabelandGitHub f11f60a021 whitesur-icon-theme: 2025-02-10 -> 2025-08-02 (#429429) 2025-08-19 21:01:32 +01:00
isabel 06ec782dba nixosTests.bluesky-pds: rename from nixosTests.pds 2025-08-19 20:59:04 +01:00
isabel ddd7db501d nixos/bluesky-pds: rename from pds 2025-08-19 20:59:04 +01:00
1d2e9b5f20 pigment: 0.5.0 -> 0.5.1 (#434629)
Co-authored-by: awwpotato <awwpotato@users.noreply.github.com>
2025-08-19 19:47:29 +00:00
Gaetan Lepage 3336608b0e Revert "python312Packages.tensorflow: 2.19.0 -> 2.19.1"
This reverts commit ceb4a75110.
2025-08-19 21:46:24 +02:00
isabelandGitHub 057a93b22d keepass: 2.57.1 -> 2.59 (#432684) 2025-08-19 20:43:54 +01:00
Felix Buehler ee450568ea tests.haskell.shellFor: deprecate phases 2025-08-19 21:39:23 +02:00
RamsesandGitHub 9b2a409e23 pyscreeze: Run the checkPhase only for Linux (#433085) 2025-08-19 22:33:32 +03:00
RamsesandGitHub 18aa856cb3 pragtical: 3.6.0 -> 3.7.0 (#433493) 2025-08-19 22:31:50 +03:00
Thiago Kenji OkadaandGitHub 18562ddb7f libretro.stella: 0-unstable-2025-08-07 -> 0-unstable-2025-08-18 (#435008) 2025-08-19 20:14:47 +01:00
Peder Bergebakken SundtandGitHub 7fe2b6e64e python3Packages.reflex: disable tests that fail in Darwin sandbox (#434499) 2025-08-19 21:04:42 +02:00
Michele Guerini RoccoandGitHub 7d7b877f8b bup: 0.33.7 -> 0.33.8 (#434979) 2025-08-19 21:01:45 +02:00
Robert HensingandGitHub ea14452192 nix-prefetch-pijul: init (#405600) 2025-08-19 20:58:28 +02:00
01b1b3809c mprisence: 1.2.4 -> 1.2.5 (#434951)
Co-authored-by: ToasterUwU <aki@toasteruwu.com>
2025-08-19 18:38:19 +00:00
Felix BühlerandGitHub b654dcdc1d nixos/x2goserver: add package option (#429240) 2025-08-19 20:33:31 +02:00
Felix BühlerandGitHub bdf155c1ab freshrss: 1.26.3 -> 1.27.0 (#434852) 2025-08-19 20:19:34 +02:00
lassulusandGitHub 02b8dddec5 ttyplot: 1.7.3 -> 1.7.4 (#434992) 2025-08-19 20:12:55 +02:00
EmilyandGitHub c294115036 {mkcal,lib2geom}: use ctestCheckHook, openmvs: remove redundant check phase (#415713) 2025-08-19 18:37:23 +01:00