Commit Graph
820390 Commits
Author SHA1 Message Date
SandroandGitHub ff8d74d009 decklink: fix build for kernel 6.15 (#418470) 2025-06-20 18:31:53 +02:00
Dawid Ciężarkiewicz c0f52c28cd fedimint: 0.5.1 -> 0.7.1
0.7 release of Fedimint includes deployment changes. Notably:

* Experimental Iroh p2p connectivity support (uses UDP)
* built-in admin UI
2025-06-20 09:22:50 -07:00
Mostafa Khaled 493b704080 gtklock-powerbar-module: Fix systemctl command paths
Replace hardcoded "systemctl" commands with full store paths to ensure
the module works correctly in NixOS environments.
2025-06-20 19:22:22 +03:00
Ross Smyth 1f29a45532 rustc-unwrapped: Add mainProgram 2025-06-20 12:18:47 -04:00
AleksanaandGitHub 6990f4ce66 spire: move to finalAttrs pattern and enable tests (#418263) 2025-06-21 00:16:17 +08:00
Sefa EyeogluandGitHub 41f505a648 actual-server.webUi: remove non-existent attribute (#418334) 2025-06-20 18:06:30 +02:00
Maximilian BoschandGitHub b1f59bf378 Merge: matrix-synapse: 1.131.0 -> 1.132.0 (#417990) 2025-06-20 18:02:05 +02:00
Naxdy 1d1faeb638 decklink: fix build for kernel 6.15 2025-06-20 17:58:59 +02:00
Romanos Skiadas d096ae2640 gnucash: remove me from maintainers
I haven't used it in years.
2025-06-20 18:37:51 +03:00
Bobby RongandGitHub 994377b4d7 xfce.xfburn: 0.7.2 -> 0.8.0 (#418185) 2025-06-20 23:36:59 +08:00
06kellyjac d1da9cce7c spire: move to finalAttrs pattern and enable tests
* Moved to finalAttrs pattern to eliminate use of rec
* Added ldflags to reduce binary size and add version info
* Enable the majority of tests
* Added install check with version checks which run on compatible
  builders
* Updated homepage
* Added myself as a maintainer
2025-06-20 16:36:06 +01:00
vik 88f129f5d1 rclone: 1.70.0 -> 1.70.1
Diff: https://github.com/rclone/rclone/compare/v1.70.0...v1.70.1
Changelog: https://github.com/rclone/rclone/blob/v1.70.1/docs/content/changelog.md
2025-06-20 08:32:25 -07:00
Luna Nova f5177f3d1e rocmPackages.llvm.rocmcxx: rm bootstrap compiler references
Fixes rocmPackages.clr failure due to gcc-unwrapped in
disallowedRequisites.

This also adds this as a disallowed requisite to rocmcxx so
failure will happen closer to the cause if it regresses.

Fixes https://github.com/NixOS/nixpkgs/issues/417992
2025-06-20 08:13:54 -07:00
TomaandGitHub 3d6b4a8dd9 gopher64: 1.0.16 -> 1.0.17 (#418100) 2025-06-20 16:56:53 +02:00
Philip TaronandGitHub 69cbedbe84 sfwbar: 1.0_beta16 -> 1.0_beta16.1 (#418436) 2025-06-20 07:47:02 -07:00
Bobby Rong 51d4495ae7 xfce.xfburn: 0.7.2 -> 0.8.0
https://gitlab.xfce.org/apps/xfburn/-/compare/xfburn-0.7.2...xfburn-0.8.0
2025-06-20 22:46:13 +08:00
Ethan Carter Edwards 2207743159 slipshow: init at 0.2.0
NLNet project: https://nlnet.nl/project/Slipshow/

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-06-20 10:35:09 -04:00
7c6f434candGitHub 64edfe9a84 tbb_{2022,2021,2020}: 2022.0.0 -> 2022.1.0; 2021.11.0 -> 2021.13.0; 2020.3 -> 2020.3.3; shorten name; move to by-name; disable manifold failing test for openscad-unstable (#402480) 2025-06-20 14:25:09 +00:00
Tom van Dijk 2d561e02ae doc: explain telegram-desktop -> Telegram binary name change
Fixes #417883

This is due to the breaking commit b7cfcd389e

See also: #414062
2025-06-20 16:23:18 +02:00
Mauricio CollaresandGitHub 6773143dd0 python3Packages.fpylll: fix standalone usage (#418448) 2025-06-20 11:12:30 -03:00
7c6f434candGitHub 482e8ba3cf libvncserver: 0.9.14 -> 0.9.15 (#417844) 2025-06-20 14:11:37 +00:00
Thiago Kenji OkadaandGitHub ae48ab3892 nixos-rebuild-ng: validate NixOS configuration path (#418243) 2025-06-20 15:11:31 +01:00
gador ef9b886b02 python313Packages.flask-sqlalchemy-lite: fix py13 compat
apply upstream commit because no new version has been
released.

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2025-06-20 16:00:26 +02:00
Defelo 0f5114eaaf kdlfmt: fix meta.homepage 2025-06-20 15:44:43 +02:00
Defelo 89b56a70d9 kdlfmt: use tag in fetchFromGitHub 2025-06-20 15:44:43 +02:00
Defelo 4e0f3b562f kdlfmt: use finalAttrs pattern 2025-06-20 15:44:41 +02:00
AleksanaandGitHub 662f1d7064 nixos/fish: allow disabling completion generation (#418328) 2025-06-20 21:44:08 +08:00
amesgen c1ee60f769 python3Packages.fpylll: fix standalone usage
Otherwise, we get:

>>> from fpylll import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/nix/store/2dmfqi6fhmmrp3jgaz2fznasifxkr1zi-python3-3.12.10-env/lib/python3.12/site-packages/fpylll/__init__.py", line 3, in <module>
    from .fplll.integer_matrix import IntegerMatrix
  File "src/fpylll/fplll/integer_matrix.pyx", line 1, in init fpylll.fplll.integer_matrix
ModuleNotFoundError: No module named 'cysignals'
2025-06-20 15:41:27 +02:00
Martin WeineltandGitHub b18bbc995f tlsrpt-reporter: apply patch for fetcher issue when no db exists (#418434) 2025-06-20 15:19:17 +02:00
Felix BargfeldtandGitHub 6a3d291758 fastfetchMinimal: 2.45.0 -> 2.46.0 (#418350) 2025-06-20 15:04:26 +02:00
Felix BargfeldtandGitHub 4d48a5bf55 wofi-power-menu: 0.2.6 -> 0.2.7 (#417887) 2025-06-20 15:03:51 +02:00
Gaétan LepageandGitHub c315a7c12e singularity: 4.3.1 -> 4.3.2 (#418142) 2025-06-20 15:02:23 +02:00
Philip TaronandGitHub 02db783c12 python3Packages.llm-openrouter: add acruru as maintainer (#393231) 2025-06-20 06:01:18 -07:00
Philip Taron 015bd4d0de sfwbar: 1.0_beta16 -> 1.0_beta16.1
This fixes the build after NixOS/nixpkgs#409607 broke it.

Diff: https://github.com/LBCrion/sfwbar/compare/refs/tags/v1.0_beta16...refs/tags/v1.0_beta16.1

Changelog: https://github.com/LBCrion/sfwbar/releases/tag/v1.0_beta16.1

Also, switch to finalAttrs style.
2025-06-20 05:58:49 -07:00
Martin Weinelt 35e471ad45 tlsrpt-reporter: apply patch for fetcher issue when no db exists
The fetcher would then error out and not return the proper protocol
version to the reportd instance, causing an error message.

This is annoying, because I want to match success in the test.
2025-06-20 14:55:12 +02:00
isabelandGitHub 188e3c30ec vlang: 0.4.8 -> 0.4.11 (#418372) 2025-06-20 13:53:35 +01:00
Gaétan LepageandGitHub d25cd692b5 zed-editor: 0.191.5 -> 0.191.6 (#418302) 2025-06-20 14:52:48 +02:00
Guy Chronister fe4eca815c completely: 0.6.3 -> 0.7.1
remove rec
2025-06-20 12:51:45 +00:00
Patrick JacksonandPhilip Taron 7fe7b58fdc python3Packages.llm-openrouter: add arcuru as maintainer
Co-authored-by: Philip Taron <philip.taron@gmail.com>
2025-06-20 05:46:55 -07:00
Kerstin Humm ed0af3bf25 nixos/mastodon: make robust for cases where postgresql isn't enabled on the host
E.g. when a remote PostgreSQL database is used

Apparently you can't access the services.postgresql.package value
anymore if postgresql isn't enabled?
2025-06-20 14:40:25 +02:00
Adam C. Stephens e6140c26a8 ristate: unstable-2021-09-10 -> 0-unstable-2023-07-23 2025-06-20 08:35:09 -04:00
c7a677857a claude-code: 1.0.29 -> 1.0.30 (#418396)
Co-authored-by: omarjatoi <omarjatoi@users.noreply.github.com>
2025-06-20 12:33:26 +00:00
Philip TaronandGitHub 51a6e3d23a gtk-layer-shell: 0.9.1 -> 0.9.2 (#409607) 2025-06-20 05:32:03 -07:00
5d61e2d59d pixi: 0.48.0 -> 0.48.2 (#418413)
Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>
2025-06-20 12:31:51 +00:00
Mauricio CollaresandGitHub 1081342f56 primecount: 7.18 -> 7.19 (#415271) 2025-06-20 09:26:17 -03:00
R. Ryantm 0b1069fc42 docker-language-server: 0.10.2 -> 0.12.0 2025-06-20 12:25:14 +00:00
Yongun Seong 8754c66356 gnucash: unbreak on recent libxml2 deprecation 2025-06-20 21:24:02 +09:00
AleksanaandGitHub 0cf47132fe librashader: fix building with stable rust (#418382) 2025-06-20 20:23:33 +08:00
Pol DellaieraandGitHub f2e68be6c8 gasket: fix build with kernel >= 6.13 (#384623) 2025-06-20 14:17:22 +02:00
Maximilian BoschandGitHub 9a1adfe768 mautrix-whatsapp: 0.12.1 -> 0.12.2 (#417310) 2025-06-20 14:12:50 +02:00