Commit Graph
912209 Commits
Author SHA1 Message Date
Eric Helgeson d882a66ecc bstring: init at 1.0.3 2025-12-15 10:00:38 -06:00
SandroandGitHub 4b905997ac sparkle: 1.6.12 -> 1.6.15 (#460111) 2025-12-15 15:55:13 +00:00
SandroandGitHub b7bc23d316 yubioath-flutter: 7.3.0 -> 7.3.1 (#458708) 2025-12-15 15:54:53 +00:00
SandroandGitHub 8aa16a62f8 xmind: 25.07.03033-202507241842 -> 26.01.03145-202510170359 (#456180) 2025-12-15 15:52:00 +00:00
Silvan MosbergerandGitHub 9366497a8a [Reapply] Minor check-meta.nix optimisations and cleanups (#471029) 2025-12-15 15:46:41 +00:00
rorosenandGitHub 70d48ccc06 rke2: extend documentation on package maintenance (#469653) 2025-12-15 15:38:32 +00:00
nixpkgs-ci[bot]andGitHub 35f64a799f opa-envoy-plugin: 1.10.0-envoy -> 1.11.0-envoy (#465606) 2025-12-15 15:28:16 +00:00
AleksanaandGitHub 2bdc7039af python3Packages.python-dbusmock: backport networkmanager 1.54.2 fix (#471047) 2025-12-15 15:21:39 +00:00
Alyssa Ross 9553b2f0b6 python3Packages.python-dbusmock: backport networkmanager 1.54.2 fix
This is included in the latest release of dbusmock, but we can't
update to that without a compatibility fix for polkit, which would
need to go through staging.  We already have the networkmanager update
(which has security fixes): in master, so for now, backport the patch
without causing a mass rebuild.  We can then revert this on staging.

Fixes: 403d46a327 ("networkmanager: 1.54.1 -> 1.54.3")
2025-12-15 15:50:42 +01:00
nixpkgs-ci[bot]andGitHub 88b3c158c1 exfatprogs: 1.3.0 -> 1.3.1 (#470941) 2025-12-15 14:39:08 +00:00
dotlambdaandGitHub 9cf8d6aeda python3Packages.pysrdaligateway: 0.19.0 -> 0.19.2 (#471042) 2025-12-15 14:36:43 +00:00
Doron BeharandGitHub 86e14f6832 nixos/mpd: apply RFC 42 (#456989) 2025-12-15 14:26:09 +00:00
R. Ryantm dc0bf3be82 python3Packages.pysrdaligateway: 0.19.0 -> 0.19.2 2025-12-15 14:14:54 +00:00
Sefa EyeogluandGitHub f9b6616268 vencord: 1.13.8 -> 1.13.9 (#470990) 2025-12-15 13:43:35 +00:00
K900andGitHub df24f571d3 qui: 1.9.1 -> 1.10.0 (#471025) 2025-12-15 13:36:54 +00:00
Silvan Mosberger ea47b8d109 check-meta.nix: Minor remediation refactoring 2025-12-15 14:34:01 +01:00
Gergő GutyinaandGitHub 95937f9b1a renode: dotnet sdk 6 -> 9 (#470522) 2025-12-15 13:33:56 +00:00
Silvan Mosberger 0870cfcd7a check-meta.nix: Optimise
- Remove the internal conditioning on the result of `valid`, we can know
  exactly when which value is produced
- Faster success path for checkMeta, also avoiding an environment
- Inline handlers

Reapplying 660cecdc16
after reversal in 0b90ed8913
2025-12-15 14:33:53 +01:00
Silvan Mosberger 0aadcd773d check-meta.nix: More performance optimisations
- Boolean operator short-circuit optimisation
- Eta-reduction and make some allow/blocklist-dependend functions more cachable
- Inline functions that are only used once
- Make getEnv cached

Reapplying f7486d2a63
after reversal in 0b90ed8913
2025-12-15 14:33:43 +01:00
Silvan Mosberger d82689da2a check-meta.nix: Minor performance optimisiations
- Avoid some attribute set accesses
- Make a variable more local, avoiding a thunk
- Avoid always checking config.checkMeta for every attribute

Reapplying ab0c4c104c
after reversal in 0b90ed8913
2025-12-15 14:33:32 +01:00
Silvan Mosberger aa94704966 check-meta.nix: Refactor for better use of parenthesis
Remove some clearly-unnecessary ones and add some direly-needed ones

Reapplying 43f81c8e08
after reversal in 0b90ed8913
2025-12-15 14:33:17 +01:00
Silvan Mosberger 6211f8c380 check-meta.nix: Optimise by avoiding double attribute
Probably that's a historical artifact

Reapplying 360f401244
after reversal in 0b90ed8913
2025-12-15 14:33:06 +01:00
Silvan Mosberger dbc0ef9096 check-meta.nix: Refactor to inlinie remediations
- Makes the code more clean and obvious
- Allows remediations to depend on values computed during the check
  (useful for https://github.com/NixOS/nixpkgs/pull/338267)

Reapplying 42cfcdf4e7
after reversal in 0b90ed8913

Compared to the original commit, this includes the fix for the problem
that required the revert.
2025-12-15 14:30:07 +01:00
Sefa EyeogluandGitHub df8aa69294 pnpm.fetchDeps: output a tarball from fetcherVersion 3 (#469950) 2025-12-15 13:30:04 +00:00
K900 9a01a23ad7 qui: 1.9.1 -> 1.10.0 2025-12-15 16:28:06 +03:00
AleksanaandGitHub 6de1ab25d1 remnote: 1.22.28 -> 1.22.31 (#470067) 2025-12-15 13:14:07 +00:00
Samuel Silva 88833d294e renode-unstable: fix to work correctly with dotnet 9
Signed-off-by: Samuel Silva <samuel@ossystems.com.br>
2025-12-15 10:12:22 -03:00
Samuel Silva 8e7fcdaa47 renode: dotnet sdk 6 -> 9
When we pass the `TargetFrameworks` in `dotnetFlags` we got some weird
unexpected behavior, the `generateAssemblyInfo.sh` wasn't executed,
AssemblyInfo is not generated and we hit
[this](https://github.com/renode/renode/blob/master/src/Renode/Program.cs#L161)
exception.

But this `generateAssemblyInfo` script only replaces version and commit
rev in a `.template` file to generate a `.cs` file. We can do this step
via Nix and everything works correctly.

Signed-off-by: Samuel Silva <samuel@ossystems.com.br>
2025-12-15 10:10:49 -03:00
Yueh-Shun LiandGitHub 860a8446fc fetchurl: fix handling of fallback URLs (#470643) 2025-12-15 13:05:38 +00:00
Thiago Kenji OkadaandGitHub b8f4e5e21a nixos/rtorrent: add missing @chown in SystemCallFilter (#470991) 2025-12-15 13:04:13 +00:00
AleksanaandGitHub c0226afeaf python3Packages.approvaltests: 16.1.0 -> 16.2.0 (#470254) 2025-12-15 12:59:46 +00:00
AleksanaandGitHub 56187a6785 python3Packages.meshcore: 2.2.2 -> 2.2.3 (#470106) 2025-12-15 12:55:18 +00:00
AleksanaandGitHub ac9a217389 coredns: 1.13.1 -> 1.13.2 (#470118) 2025-12-15 12:53:45 +00:00
AleksanaandGitHub 0b2fdc7b58 python3Packages.raylib-python-cffi: 5.5.0.3 -> 5.5.0.4 (#470135) 2025-12-15 12:53:05 +00:00
aleksana 127e759733 python3Packages.approvaltests: remove outdated version workaround 2025-12-15 20:50:04 +08:00
StepBroBDandGitHub fcf34f4291 ocamlPackages.extunix: init at 0.4.4 (#467932) 2025-12-15 12:47:51 +00:00
AleksanaandGitHub c248f52a52 auto-editor: fix checks (#470676) 2025-12-15 12:47:43 +00:00
AleksanaandGitHub c14013a13d networkmanager: 1.54.1 -> 1.54.3 (#470299) 2025-12-15 12:46:51 +00:00
AleksanaandGitHub 3a99af3bf5 podman: fix cross-compilation build (#470353) 2025-12-15 12:41:23 +00:00
AleksanaandGitHub fbe0d55157 flaca: 3.4.2 -> 3.5.3 (#470720) 2025-12-15 12:40:59 +00:00
AleksanaandGitHub ece01007af bolt-launcher: add startupWMClass to .desktop (#470372) 2025-12-15 12:40:30 +00:00
AleksanaandGitHub 89d1684b9d nixos/moonraker: Fix permission issues on tmpfiles (#470376) 2025-12-15 12:39:31 +00:00
AleksanaandGitHub 2b36fa1c9c python3Packages.snakemake: 9.14.1 -> 9.14.4 (#470382) 2025-12-15 12:38:33 +00:00
AleksanaandGitHub 7a5b97f615 gnomeExtensions.printers: patch hardcoded binary paths (#470476) 2025-12-15 12:36:02 +00:00
AleksanaandGitHub d5b0da77af nixosTests.lomiri-*-app: More fixing (#470505) 2025-12-15 12:35:23 +00:00
AleksanaandGitHub 53fd75151b appflowy: 0.10.4 -> 0.10.6 (#470668) 2025-12-15 12:31:10 +00:00
Vincent LaporteandGitHub 22d055f013 ocamlPackages.ppx_deriving_variant_string: init at 1.0.1 (#470411) 2025-12-15 12:25:52 +00:00
Vladimír ČunátandGitHub 4d57ab39c4 knot-resolver*_6: fixup darwin (#470212) 2025-12-15 12:23:54 +00:00
AleksanaandGitHub 1574ce8cc0 ocamlPackages.cow: add homepage (#470479) 2025-12-15 12:06:57 +00:00
AleksanaandGitHub 375d3a686f nitrokey: relax hidapi python dep to fix build (#470692) 2025-12-15 12:06:26 +00:00