165 Commits

Author SHA1 Message Date
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
R. Ryantm 61eb395f5d dart-bin: 3.12.1 -> 3.12.2 2026-06-10 19:43:56 +00:00
R. Ryantm 229c8cdc50 dart-bin: 3.11.6 -> 3.12.1 2026-06-01 17:26:14 +00:00
Sandro e0266b7610 saber: 1.33.0 -> 1.33.3 (#520880) 2026-05-24 20:38:39 +00:00
kyehn 4afc2190b6 saber: 1.33.0 -> 1.33.3 2026-05-16 21:01:39 +08:00
R. Ryantm 6e412e34e2 dart-bin: 3.11.4 -> 3.11.6 2026-05-07 00:54:14 +00:00
Michael Daniels a72076d1a1 Revert flutterPackages: refactor (#500309) (#509235) 2026-04-23 18:03:46 -04:00
Sandro caf31f52e6 dart.flutter_vodozemac: add 0.5.0 version (#496107) 2026-04-13 13:12:54 +00:00
hacker1024 4a7fb2c8ea Revert "flutterPackages: refactor"
This reverts commit fe90d5a666.
2026-04-12 20:41:26 +10:00
Peder Bergebakken Sundt 5f36c0758b dart.fetchGitHashesScript: fetch submodules to match behavior of fetchgit (#502322) 2026-04-10 21:55:48 +00:00
kyehn fe90d5a666 flutterPackages: refactor 2026-04-03 08:09:50 +00:00
Tristan Ross c7567bc834 dart: 3.11.2 -> 3.11.4 (#505487) 2026-04-02 20:27:25 +00:00
R. Ryantm 5dac2a2455 dart: 3.11.2 -> 3.11.4 2026-03-31 20:19:53 +00:00
kyehn be43741e90 dart-bin: 3.11.0 -> 3.11.4 2026-03-26 11:34:15 +00:00
Maciej Krüger fcf068e14c dart: 3.11.0 -> 3.11.2 (#494223) 2026-03-26 11:06:44 +00:00
DSeeLP d777e6d6e4 dart.fetchGitHashesScript: fetch submodules to match behavior of fetchgit 2026-03-22 22:48:18 +01:00
Sandro a5b5341d39 windsend: 1.6.0 -> 1.7.0 (#499966) 2026-03-22 18:15:06 +00:00
kyehn d22d34bfec windsend: 1.6.0 -> 1.7.0 2026-03-15 02:17:40 +00:00
R. Ryantm 6e80974559 dart: 3.11.0 -> 3.11.2 2026-03-14 12:00:11 +00:00
kyehn c1e6c8a8a2 venera: 1.6.2 -> 1.6.3 2026-03-11 07:31:37 +00:00
Rafa 1d76938896 dart.flutter_vodozemac: add 0.5.0 version 2026-03-03 12:31:13 +05:00
Sergei Trofimovich 34eea7176a dart-source: don't clobber passthru elements
Without the change `passthru` override deleted `fetchGitHashesScript`
entry and caused updater scripts to fail:

```
$ nix-instantiate -A butterfly.updateScript
error:
       … while evaluating the attribute 'command'
         at pkgs/common-updater/combinators.nix:190:7:
          189|     {
          190|       command = commandsToShellInvocation (map ({ command, ... }: command) scripts);
             |       ^
          191|       supportedFeatures =

       … while evaluating the attribute 'paths'
         at pkgs/common-updater/combinators.nix:91:7:
           90|       commands = commands ++ [ new.args ];
           91|       paths = paths ++ new.paths;
             |       ^
           92|       maxArgIndex = new.maxArgIndex;

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'fetchGitHashesScript' missing
       at pkgs/by-name/bu/butterfly/package.nix:64:11:
           63|         command = [
           64|           dart.fetchGitHashesScript
             |           ^
           65|           "--input"
```

Let's use attribute merge instead.
2026-02-27 22:28:20 +00:00
kyehn 9a2382c7f4 dart: use dart-source in linux 2026-02-20 04:55:22 +08:00
Tristan Ross 24c32abce2 dart-source: init (#482877) 2026-02-18 00:35:58 +00:00
kyehn 33c711cb95 dart-source: init 2026-02-14 02:29:24 +08:00
R. Ryantm ba8d52fd3c dart: 3.10.9 -> 3.11.0 2026-02-11 06:07:51 +00:00
kyehn 5645616b5d dart: 3.10.7 -> 3.10.9 2026-02-08 12:16:09 +08:00
Michael Daniels 3aded97df1 dart: 3.10.4 -> 3.10.7 (#472831) 2026-01-17 20:43:34 +00:00
Gergő Gutyina 606039ad9d dart: fix LICENSE conflicting (#436430) 2026-01-16 22:37:45 +00:00
Sandro 6fe4c78981 fladder: init at 0.9.0 (#432313) 2026-01-16 17:05:00 +00:00
RatCornu 30afeefe01 dart.fvp: revert 4b4bc20c3a 2026-01-13 00:05:28 +01:00
qzylinra 4b5c76466c dart: add flutter team to meta.teams 2026-01-07 18:04:57 +08:00
Yohann Boniface 1b717f421d maintainers: drop grburst (#475145) 2026-01-05 06:17:44 +00:00
Hythera 3d8d1546b7 maintainers: drop grburst 2025-12-29 21:24:10 +01:00
R. Ryantm 176b05803e dart: 3.10.4 -> 3.10.7 2025-12-27 07:15:28 +00:00
nixpkgs-ci[bot] b2b54d15ec Merge master into staging-next 2025-12-19 00:18:50 +00:00
R. Ryantm b9ed7e8071 dart: 3.9.4 -> 3.10.4 2025-12-13 23:56:01 +00:00
nixpkgs-ci[bot] 21e7891af4 Merge staging-next into staging 2025-11-30 12:07:18 +00:00
Aleksana 26750d9eff butterfly: 2.4.0 -> 2.4.1 (#461339) 2025-11-30 10:57:25 +00:00
Aleksana cc9c286c61 mangayomi: 0.6.35 -> 0.6.70 (#439054) 2025-11-30 10:50:10 +00:00
nixpkgs-ci[bot] ebb50b71c5 Merge staging-next into staging 2025-11-27 12:07:51 +00:00
Chris Moultrie 61cb3d7128 fluffychat: 2.2.0 -> 2.3.1
changelog: https://github.com/krille-chan/fluffychat/releases/tag/v2.3.1

changelog: https://github.com/krille-chan/fluffychat/releases/tag/v2.3.0
2025-11-26 16:32:04 -05:00
Philip Taron feb4539536 versionCheckHook: Check for --version first (#463218) 2025-11-26 16:19:36 +00:00
kyehn bbb3f02242 butterfly: 2.4.0 -> 2.4.1 2025-11-24 09:20:10 +00:00
kyehn e2ad6a29ac dart.media_kit_libs_linux: use packageRoot 2025-11-24 09:18:55 +00:00
qzylinra 505f22a47b dart: add fetchGitHashesScript 2025-11-21 19:07:00 +00:00
Jonathan Davies 116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Sandro 854f8ec3e3 dart.objectbox_flutter_libs: mark as unfree, move to bluebubbles (#442299) 2025-11-12 14:33:32 +00:00
Sandro 93b26a6dd9 flclash: 0.8.87 -> 0.8.90 (#445455) 2025-11-07 17:39:03 +00:00
phanirithvij e1e864788c dart.objectbox_flutter_libs: move to bluebubbles
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-11-07 09:43:48 +05:30