Commit Graph

590 Commits

Author SHA1 Message Date
Weijia Wang
403d34d622 fennel-ls: 0.2.3 -> 0.2.4 (#510578) 2026-08-16 11:09:54 +00:00
nixpkgs-ci[bot]
5477fa3faa feishu: 7.66.10 -> 7.66.11 (#534183) 2026-08-14 08:12:41 +00:00
whispers
c7404c9232 libappindicator-gtk3: make alias for libappindicator 2026-08-10 23:03:31 -04:00
Florian
270a18536d feather: fix build with zxing-cpp 3 (#549857) 2026-08-07 11:20:36 +00:00
R. Ryantm
139b23453f fetchtastic: 0.11.1 -> 0.11.2 2026-08-06 17:30:06 +00:00
nat
0ae7c35c28 feather: fix build with zxing-cpp 3 2026-08-06 14:03:09 +02:00
R. Ryantm
a65f661680 fence: 0.1.64 -> 0.1.66 2026-08-06 06:18:22 +00:00
R. Ryantm
513c9e14a6 feishu-cli: 1.37.1 -> 1.38.3 2026-08-03 15:58:19 +00:00
2kybe3
9dc557378d treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #538981
2026-08-01 19:26:08 +02:00
Fabian Affolter
b4ce6f04e7 fetchtastic: 0.10.11 -> 0.11.1 (#546623) 2026-07-29 09:16:55 +00:00
R. Ryantm
f7015493a3 fetchtastic: 0.10.11 -> 0.11.1 2026-07-28 10:33:20 +00:00
nixpkgs-ci[bot]
742cfcc357 fence: 0.1.62 -> 0.1.64 (#546456) 2026-07-28 10:04:09 +00:00
Michael Daniels
6b766d66ca fetchutils: 0.1.0-unstable-2021-03-16 -> 0.1.0-unstable-2025-06-23 (and fix version scheme) (#541898) 2026-07-27 23:46:09 +00:00
R. Ryantm
d03b1bcfce fence: 0.1.62 -> 0.1.64 2026-07-27 21:46:46 +00:00
klea
0032027b13 fetchutils: 0.1.0-unstable-2021-03-16 -> 0.1.0-unstable-2025-06-23 2026-07-26 06:30:45 +00:00
klea
a04524c9ea fetchutils: fix version scheme 2026-07-26 06:30:07 +00:00
R. Ryantm
5dad9377a7 feishu-cli: 1.35.0 -> 1.37.1 2026-07-25 14:27:48 +00:00
Yohann Boniface
a96a7b9dc6 treewide: use finalAttrs.finalPackage.doCheck (#543265) 2026-07-23 11:35:08 +00:00
BatteredBunny
53adcb3bfc feishin: 1.15.0 -> 1.15.1 2026-07-20 10:28:32 +03:00
BatteredBunny
aff80617db feishin: 1.13.0 -> 1.15.0 2026-07-19 20:24:12 +03:00
Peder Bergebakken Sundt
a0d022d0f4 treewide: use finalAttrs.finalPackage.doCheck 2026-07-18 18:23:21 +02:00
R. Ryantm
3c8b479ce0 feishu-cli: 1.34.0 -> 1.35.0 2026-07-16 11:15:10 +00:00
zowoq
e07740f898 treewide: drop x86_64-darwin from update scripts (#541166) 2026-07-16 01:27:09 +00:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Eman Resu
9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
Emily
abfb500228 fermyon-spin: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Peder Bergebakken Sundt
b7ddcc3ea9 fex: use packaging for aarch64_fit_native.py (#540511) 2026-07-13 16:57:39 +00:00
isabel
31867a9286 feishin: add override for web version (#539062) 2026-07-11 19:34:13 +00:00
Harish Rajagopal
93de10dc0d feishin-web: init at 1.13.0 2026-07-11 16:01:59 +02:00
ooonea
67e429d2fd fex: use packaging for aarch64_fit_native.py
The build's Python env only provided setuptools for the pkg_resources fallback
in Scripts/aarch64_fit_native.py, but modern setuptools / Python 3.14 no longer
ship pkg_resources and packaging was never added, so configure aborted at
string(STRIP ...) (CMakeLists.txt:494). Use packaging, which the script prefers;
libclang (thunk generator) is unchanged.

Assisted-by: Claude Code (Claude Opus 4.8)
2026-07-11 00:12:19 +02:00
R. Ryantm
825247703a fence: 0.1.61 -> 0.1.62 2026-07-10 01:12:46 +00:00
Harish Rajagopal
a9b06ca330 feishin: add override for web version 2026-07-06 21:55:02 +02:00
2kybe3
af24e675e5 treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #537889
2026-07-03 12:37:01 +02:00
Peder Bergebakken Sundt
58ae5b9def fetchmail: 6.6.4 -> 6.6.6 (#532966) 2026-07-02 18:20:16 +00:00
Peder Bergebakken Sundt
3c4ad003ba fermyon-spin: 3.6.3 -> 4.0.2 (#513731) 2026-07-02 18:19:58 +00:00
R. Ryantm
ebf6b493d6 fetchtastic: 0.10.10 -> 0.10.11 2026-07-01 11:10:34 +00:00
Peder Bergebakken Sundt
3dc94515cc fedistar: 1.13.0 -> 1.13.1 (#528231) 2026-06-29 22:23:53 +00:00
R. Ryantm
e1a35732f8 feishu-cli: 1.32.0 -> 1.34.0 2026-06-28 14:26:25 +00:00
R. Ryantm
e77445d42f fetchmail: 6.6.4 -> 6.6.6 2026-06-27 01:55:55 +00:00
R. Ryantm
5c0932b8f0 fermyon-spin: 3.6.3 -> 4.0.2 2026-06-26 21:09:00 +00:00
Gutyina Gergő
407aea00ff feishin: pnpm_10_29_2 -> pnpm_10 2026-06-26 15:11:33 +02:00
Yohann Boniface
8fafa3f9c2 Revert "maintainers: drop Scriptkiddi" (#534823) 2026-06-24 13:35:46 +00:00
Scriptkiddi
55e63e16a8 Revert "maintainers: drop Scriptkiddi"
This reverts commit f9f2df411a.
2026-06-24 15:13:38 +02:00
Sefa Eyeoglu
9fc37560d0 fetch: init at 2.1.0 (#532310) 2026-06-24 12:18:56 +00:00
Nick Cao
09cb895a9c featherpad: 1.6.3 -> 1.6.4 (#534345) 2026-06-23 20:13:29 +00:00
R. Ryantm
420822747b featherpad: 1.6.3 -> 1.6.4 2026-06-22 18:47:15 +00:00
R. Ryantm
8d12e17097 fence: 0.1.60 -> 0.1.61 2026-06-22 10:59:59 +00:00
R. Ryantm
1cd65f9d04 feishu: 7.66.10 -> 7.66.11 2026-06-22 08:47:41 +00:00