Commit Graph

538 Commits

Author SHA1 Message Date
R. Ryantm
043a4fd5a6 phel: 0.45.1 -> 0.50.0 2026-08-16 22:21:36 +00:00
Sandro
88b75775cb photoprism: 260601-a7d098548 -> 260728-bbde8f452 (#547600) 2026-08-15 15:48:57 +00:00
Donovan Glover
8c9eea9d57 phraze: 0.3.25 -> 0.3.28 2026-08-10 20:10:20 -04:00
R. Ryantm
09f3307ad3 phpunit: 13.2.6 -> 13.3.0 2026-08-09 19:24:12 +00:00
Weijia Wang
b6f7f7d6a7 phonetisaurus: migrate to by-name, fix GCC errors (#511161) 2026-08-09 13:18:13 +00:00
Ben Siraphob
5506449838 pkgs/by-name: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
R. Ryantm
fc8d61352e phpstan: 2.2.6 -> 2.2.8 2026-08-05 07:43:36 +00:00
Peder Bergebakken Sundt
d51ab9670d phira{,-unwrapped,-free}: 0.7.1 -> 0.8.0; add update script (#542998) 2026-08-03 19:58:29 +00:00
Weijia Wang
8a83ebc6ed photoqt: 5.4 -> 5.4.1 (#547744) 2026-08-02 16:37:25 +00:00
Ulysses Zhan
df816e514e phira{,-unwrapped,-free}: 0.7.1 -> 0.8.0; add update script
Signed-off-by: Ulysses Zhan <ulysseszhan@gmail.com>
2026-08-02 20:08:47 +08:00
2kybe3
7747e77a6f treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #539298
2026-08-01 21:25:09 +02:00
R. Ryantm
4354c2db1a phpunit: 13.2.4 -> 13.2.6 2026-07-31 14:02:36 +00:00
R. Ryantm
9364f8ea48 photoqt: 5.4 -> 5.4.1 2026-07-31 12:36:23 +00:00
Ivan Petkov
a8581a58dc photoprism: 260601-a7d098548 -> 260728-bbde8f452 2026-07-30 17:25:03 -07:00
Ivan Petkov
4bd6e20c7d photoprism: include models in update scripts 2026-07-30 17:25:03 -07:00
Ivan Petkov
428915ba38 photoprism: define update scripts 2026-07-30 17:25:03 -07:00
R. Ryantm
935b42499f phpactor: 2026.06.25.0 -> 2026.07.22.0 2026-07-29 10:27:26 +00:00
R. Ryantm
a2442bf235 phpstan: 2.2.5 -> 2.2.6 2026-07-27 02:31:37 +00:00
Guy Chronister
ff0d874f9b phonetisaurus: migrate to by-name, fix GCC errors, modernize 2026-07-26 12:01:36 -05:00
peigongdsd
8540bcedba phantun: init at 0.8.1 2026-07-26 00:16:12 +08:00
Yohann Boniface
9553aca9ba maintainers: drop benesim (#543117) 2026-07-24 14:35:32 +00:00
Cal
6617623b01 phpantom-lsp: 0.8.0 -> 0.9.0 2026-07-21 11:42:35 +01:00
Michael Daniels
94948cac48 photoprism: 251130-b3068414c -> 260601-a7d098548 (#543391) 2026-07-21 00:57:02 +00:00
nixpkgs-ci[bot]
59f7396bb3 phpunit: 13.2.1 -> 13.2.4 (#541394) 2026-07-20 23:38:52 +00:00
R. Ryantm
6ca435f1c6 phoenixd: 0.8.0 -> 0.9.0 2026-07-19 19:32:25 +00:00
Ivan Petkov
38c7d77cef photoprism: 251130-b3068414c -> 260601-a7d098548 2026-07-18 19:05:04 -07:00
Robert Schütz
ee2dd5f389 maintainers: drop benesim 2026-07-18 17:56:15 -07:00
dotlambda
59e1bf9164 photoprism: add ipetkov as maintainer (#543364) 2026-07-19 00:35:19 +00:00
Ivan Petkov
401b914c7d photoprism: add ipetkov as maintainer 2026-07-18 17:29:36 -07:00
Ivan Petkov
131ead25f8 photoprism: pin tensorflow to python313 2026-07-18 11:07:57 -07:00
Emily
792d6a0fbf phoenixd: 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
R. Ryantm
189a9e6e09 phpunit: 13.2.1 -> 13.2.4 2026-07-13 11:01:43 +00:00
R. Ryantm
8360e0024d phpstan: 2.2.3 -> 2.2.5 2026-07-10 02:55:09 +00:00
Weijia Wang
5f1ed9df08 photoqt: 5.3 -> 5.4 (#535108) 2026-07-04 21:57:54 +00:00
R. Ryantm
056ca617d6 phpactor: 2026.05.30.2 -> 2026.06.25.0 2026-07-02 15:52:44 +00:00
R. Ryantm
d859501513 phpstan: 2.2.2 -> 2.2.3 2026-07-01 02:24:06 +00:00
R. Ryantm
1b58f1e092 photoqt: 5.3 -> 5.4 2026-06-25 00:31:55 +00:00
R. Ryantm
d96297dc54 phel: 0.34.1 -> 0.45.1 2026-06-24 10:26:43 +00:00
R. Ryantm
9a12567baa phpunit: 13.2.0 -> 13.2.1 2026-06-17 10:12:47 +00:00
R. Ryantm
ffae09286f phrase-cli: 2.64.0 -> 2.65.0 2026-06-16 14:00:05 +00:00
R. Ryantm
09a67eecf0 phpactor: 2026.05.30.1 -> 2026.05.30.2 2026-06-14 23:40:33 +00:00
R. Ryantm
037bb4c59f phpstan: 2.2.1 -> 2.2.2 2026-06-14 06:46:25 +00:00
R. Ryantm
de9415a3b5 phpunit: 13.1.13 -> 13.2.0 2026-06-08 01:15:42 +00:00
R. Ryantm
f37db05b87 phpactor: 2025.12.21.1 -> 2026.05.30.1 2026-06-06 05:36:14 +00:00
R. Ryantm
4df285e6f4 phpstan: 2.1.56 -> 2.2.1 2026-06-05 05:32:07 +00:00
R. Ryantm
4feb77c836 phrase-cli: 2.63.0 -> 2.64.0 2026-06-04 09:28:00 +00:00
Yohann Boniface
d9a85a232f various: update source to resolve redirection (#526549) 2026-06-01 21:46:13 +00:00
yaya
4df1b885d7 phpantom-lsp: 0.7.0 -> 0.8.0 (#522312) 2026-06-01 17:55:45 +00:00
Clément
048325cce3 physlock: update source to resolve redirection 2026-06-01 01:32:49 +02:00