Commit Graph
938344 Commits
Author SHA1 Message Date
Philip TaronandGitHub 38945fdda9 qt6.qtbase: prepare for structuredAttrs (#472656) 2026-01-31 15:52:40 +00:00
Philip TaronandGitHub 76563817ee wrapPythonPrograms: support structuredAttrs, modify gi-docgen and freecell-solver to verify (#471986) 2026-01-31 15:52:13 +00:00
nixpkgs-ci[bot]andGitHub ee540e6ac2 Merge staging-next into staging 2026-01-31 12:08:31 +00:00
nixpkgs-ci[bot]andGitHub 157dd319c2 Merge master into staging-next 2026-01-31 12:07:51 +00:00
dotlambdaandGitHub 458c2f1099 imagemagick: fix cross compile (#474586) 2026-01-31 11:54:51 +00:00
Gaétan LepageandGitHub 4525a2af19 python3Packages.inky: init at 2.3.0 (#482926) 2026-01-31 11:44:04 +00:00
Gergő GutyinaandGitHub 4552f7063e various: use stdenv.mkDerivation instead of qt5.mkDerivation (#483875) 2026-01-31 11:43:03 +00:00
Gergő GutyinaandGitHub e3fd10814a fetchFrom{Forgejo,Codeberg}: init, treewide: fetchFromGitea -> fetchFromCodeberg, docs (#483216) 2026-01-31 11:35:37 +00:00
Rick van SchijndelandGitHub f6d47d2452 pam: add missing article to the security.pam.enableUMask docs (#485594) 2026-01-31 11:28:18 +00:00
quantenzitrone 6c99841ac1 {recoll,psi-plus}: move wrapQtAppsHook in the list of nativeBuildInputs
this cleans up the derivation at the cost of a rebuild
2026-01-31 12:26:27 +01:00
nixpkgs-ci[bot]andGitHub 0a82da989c simplex-chat-desktop: 6.4.8 -> 6.4.10 (#485597) 2026-01-31 11:26:07 +00:00
R. Ryantm 5e90d483ca simplex-chat-desktop: 6.4.8 -> 6.4.10 2026-01-31 11:07:59 +00:00
Wolfgang Jeltsch 8a77a297cd pam: add missing article to the security.pam.enableUMask docs 2026-01-31 13:07:20 +02:00
nixpkgs-ci[bot]andGitHub fbecbb2032 shoko: 5.2.4 -> 5.2.5 (#485313) 2026-01-31 11:06:40 +00:00
Weijia WangandGitHub 3db62f7b90 maintainers: add phanirithvij to ngi team (#485575) 2026-01-31 10:13:02 +00:00
Fernando RodriguesandGutyina Gergő 3562403503 treewide: fetchFromGitea -> fetchFromCodeberg
Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.

The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
    sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i
    sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```

The following paths were manually edited:

* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix

Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com>
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
Fernando Rodrigues a1c9639328 doc: expand fetchFromGitea's documentation to include fetchFromForgejo and fetchFromCodeberg
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
Fernando Rodrigues adf7a4850b fetchFromForgejo: init
Simple alias, as Gitea's fetcher is compatible with Forgejo.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
Fernando Rodrigues dcc52f0124 fetchFromCodeberg: init
It's 'fetchFromGitea', with the domain already set.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
YtandGitHub dc98539d97 python3Packages.onnxmltools: 1.14.0 -> 1.16.0 (#485544) 2026-01-31 09:55:50 +00:00
YtandGitHub d7d74498b7 datafusion-cli: 52.0.0 -> 52.1.0 (#485521) 2026-01-31 09:55:16 +00:00
YtandGitHub 6a0f4a8589 python3Packages.posthog: 7.6.0 -> 7.8.0 (#485557) 2026-01-31 09:54:42 +00:00
7c6f434candGitHub 5d302ecc40 lazarus: 4.0-0 -> 4.4-0 (#485409) 2026-01-31 09:45:23 +00:00
nixpkgs-ci[bot]andGitHub 00b55f30c4 dash-mpd-cli: 0.2.28 -> 0.2.30 (#485535) 2026-01-31 09:38:45 +00:00
Gergő GutyinaandGitHub 35fb99584d python3Packages.xclim: 0.59.1 -> 0.60.0 (#483148) 2026-01-31 09:12:00 +00:00
Bobby RongandGitHub 2f71e3aa44 nemo-with-extensions: Fix open with root with polkit 127 (#485199) 2026-01-31 09:08:03 +00:00
phanirithvij fc4d5e9e93 maintainers: add phanirithvij to ngi team
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-01-31 14:26:26 +05:30
JoandGitHub 5591ce5f98 altair: update github owner (#485243) 2026-01-31 08:33:49 +00:00
Weijia WangandGitHub 99149f711f python313Packages.django-auditlog: 3.2.1 -> 3.3.0 (#448810) 2026-01-31 08:33:41 +00:00
Ivan MincikandGitHub 611d294745 mapnik: 4.2.0 -> 4.2.1 (#485390) 2026-01-31 08:30:46 +00:00
Bjørn ForsmanandGitHub 34823f5ed7 buildFHSEnv: don't overwrite env vars to /usr prefix (#485098) 2026-01-31 08:28:15 +00:00
Weijia WangandGitHub 376e62e79b templ: 0.3.960 -> 0.3.977 (#480784) 2026-01-31 08:23:01 +00:00
Weijia WangandGitHub 091977497d python3packages.pydal: add meta.changelog (#485512) 2026-01-31 07:24:53 +00:00
@mjonesandGitHub 0608a9b673 lmstudio: 0.4.0.17 -> 0.4.1.1 (#485565) 2026-01-31 07:06:29 +00:00
Jonas Heinrich 624d04074e phpPackages.imagick: cleanup 2026-01-31 07:49:25 +01:00
Jonas Heinrich e7a4c6ced9 imagemagick: fix cross compile 2026-01-31 07:49:25 +01:00
Jonas Heinrich 7a27271549 phpPackages.imagick: fix cross compilation 2026-01-31 07:49:25 +01:00
nixpkgs-ci[bot]andGitHub b3c7d4d328 Merge staging-next into staging 2026-01-31 06:11:40 +00:00
nixpkgs-ci[bot]andGitHub 8187ca1630 Merge master into staging-next 2026-01-31 06:11:02 +00:00
crertel 2a57b8f685 lmstudio: 0.4.0.17 -> 0.4.1.1 2026-01-31 00:06:27 -06:00
Bobby RongandGitHub d0a09f084e pantheon.wingpanel-quick-settings: 1.3.0 -> 1.4.0 (#485446) 2026-01-31 05:59:33 +00:00
Donovan GloverandGitHub a9aa9200a6 qdirstat: 1.9 -> 2.0; update to qt6 (#485528) 2026-01-31 05:54:13 +00:00
@mjonesandGitHub 1032f1814d cryptsetup: 2.8.3 -> 2.8.4 (#484593) 2026-01-31 05:50:22 +00:00
@mjonesandGitHub c166a77ed7 lmstudio: 0.3.39.1 -> 0.4.0.17 (#484855) 2026-01-31 05:47:51 +00:00
Ryan Grant 834df9e474 python3Packages.inky: init at 2.3.0 2026-01-30 20:55:26 -08:00
Ryan Grant e0c1a77f1f python3Packages.gpiodevice: init at 0.0.4 2026-01-30 20:55:26 -08:00
nixpkgs-ci[bot]andGitHub 59f3863135 fasmg: l04h -> l2fx (#485293) 2026-01-31 04:48:04 +00:00
R. Ryantm 9aa66aaff3 python3Packages.posthog: 7.6.0 -> 7.8.0 2026-01-31 04:31:46 +00:00
dotlambdaandGitHub 69db7f7dfd python3Packages.pytun-pmd3: 3.0.2 -> 3.0.3 (#485556) 2026-01-31 04:28:51 +00:00
R. Ryantm 287d139925 python3Packages.pytun-pmd3: 3.0.2 -> 3.0.3 2026-01-31 04:15:11 +00:00