Commit Graph

428 Commits

Author SHA1 Message Date
Weijia Wang
daf3aafc37 thermald: 2.5.11 -> 2.5.12 (#531115) 2026-08-16 21:40:19 +00:00
Weijia Wang
1d4544e1ba thedesk: 25.3.1 -> 25.4.0 (#515829) 2026-08-16 14:37:12 +00:00
Weijia Wang
4ee061fb3a thanos: 0.40.1 -> 0.42.4 (#490872) 2026-08-15 21:38:42 +00:00
Toma
883ba1d0bf throne: 1.1.2 -> 1.2.2 (#529124) 2026-08-07 14:47:16 +00:00
R. Ryantm
4616a21228 thanos: 0.40.1 -> 0.42.4 2026-08-06 10:58:03 +00:00
Doron Behar
eb960bbb94 various: remove gtk2 support where it is off by default (#544746) 2026-08-03 07:37:14 +00:00
2kybe3
e9a44549b9 treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #548162
2026-08-01 23:56:32 +02:00
nixpkgs-ci[bot]
ef1c4fdfdc Merge master into staging-next 2026-07-31 00:33:19 +00:00
Guillaume Girol
770316de0c the-powder-toy: 99.5.394 -> 100.0.399 (#544651) 2026-07-30 19:38:21 +00:00
TomaSajt
0cbdc25b4d throne: 1.1.6 -> 1.2.2 2026-07-30 14:18:26 +02:00
TomaSajt
b062095393 throne: 1.1.2 -> 1.1.6 2026-07-30 13:44:54 +02:00
nixpkgs-ci[bot]
772be08438 Merge master into staging-next 2026-07-30 00:29:51 +00:00
Martin Weinelt
3d99521b00 theme-vertex: remove
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:42 +02:00
Martin Weinelt
d71e788e42 theme-obsidian2: remove
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:42 +02:00
Martin Weinelt
ed4144c38d theme-jade1: remove
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:41 +02:00
nixpkgs-ci[bot]
1b67e7e42c Merge master into staging-next 2026-07-28 12:37:14 +00:00
SandaruKasa
0ff1209768 throne: meta: add changelog 2026-07-25 00:28:44 +03:00
Bjørn Forsman
aa9484a1aa thrift: fix cross build (#394387) 2026-07-23 16:03:59 +00:00
whispers
69ce33021c thc-hydra: remove gtk 2 support
gtk 2 is unmaintained upstream and is being removed from Nixpkgs where
possible. gtk 2 being disabled is already the default, so there's little
reason to keep the support around.
2026-07-23 11:16:34 -04:00
Ben Siraphob
0c9b6d4c9e the-powder-toy: 99.5.394 -> 100.0.399 2026-07-22 12:04:54 -07:00
R. Ryantm
e6b8719da2 thruster: 0.1.22 -> 0.1.23 2026-07-20 22:33:39 +00:00
FliegendeWurst
5cf2644c4f thrift: fix cross build 2026-07-20 17:44:52 +02:00
FliegendeWurst
7bb08865d0 thrift: set meta.downloadPage 2026-07-20 17:44:45 +02:00
Bjørn Forsman
8eb05c5760 thunar: 4.20.8 -> 4.20.9 (#543257) 2026-07-18 16:54:13 +00:00
Bobby Rong
16ba0c80ab thunar: 4.20.8 -> 4.20.9
https://gitlab.xfce.org/xfce/thunar/-/compare/thunar-4.20.8...thunar-4.20.9
2026-07-18 23:33:39 +08:00
Nick Cao
0a45ce2fa4 thunderkittens: 0-unstable-2026-06-15 -> 0-unstable-2026-07-13 (#541960) 2026-07-15 19:14:59 +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
Gerhard Schwanzer
e34d105f0a thunderbird-mcp: 0.7.3 -> 0.7.4
https://github.com/TKasperczyk/thunderbird-mcp/releases/tag/v0.7.4

Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
2026-07-15 10:40:32 +02: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
df409de114 thunderkittens: 0-unstable-2026-06-15 -> 0-unstable-2026-07-13 2026-07-14 21:31:14 +00:00
Gerhard Schwanzer
a9be645aea thunderbird-mcp: 0.6.0 -> 0.7.3
https://github.com/TKasperczyk/thunderbird-mcp/releases/tag/v0.7.3

Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
2026-07-13 18:55:46 +02:00
Peder Bergebakken Sundt
d265839519 thorium-reader: 3.3.0 -> 3.4.0 (#537677) 2026-07-13 13:24:08 +00:00
Peder Bergebakken Sundt
43713c9969 thokr: 0.4.1 -> 0.5.0 (#531114) 2026-07-10 17:55:50 +00:00
Nick Cao
4ab603a4bd thruster: 0.1.21 -> 0.1.22 (#538050) 2026-07-06 18:12:31 +00:00
Sandro
dfa7f8ab10 Revert "throttled: 0.11 -> 0.12" 2026-07-05 21:56:34 +02:00
R. Ryantm
3701498557 thruster: 0.1.21 -> 0.1.22 2026-07-03 07:19:01 +00:00
Peder Bergebakken Sundt
f9a08a493d throttled: 0.11 -> 0.12 (#536023) 2026-07-02 18:21:16 +00:00
Mukul Agarwal
83599f2574 thorium-reader: 3.3.0 -> 3.4.0 2026-07-02 01:19:57 -04:00
Oleksii Filonenko
3591b32c05 thorium-reader: add .app bundle on macOS (#536588) 2026-07-01 18:04:12 +00:00
Sandro
ed01383d94 thokr: adopt (#531168) 2026-07-01 15:41:05 +00:00
Mukul Agarwal
640e8731f3 thorium-reader: format comment
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2026-06-29 20:37:47 -04:00
Mukul Agarwal
e917e99234 thorium-reader: add agarmu as maintainer 2026-06-29 05:01:00 -04:00
Mukul Agarwal
076474254a thorium-reader: add .app bundle on Darwin
this makes it easier for those using thorium on macOS to use
the application
2026-06-29 04:44:50 -04:00
R. Ryantm
517413e54e throttled: 0.11 -> 0.12 2026-06-27 12:35:15 +00:00
Raito Bezarius
6a63a4ad8b pkgs/*: drop maintenanceship of various packages
I have effectively renounced on maintaining all these packages and I do
not plan to return them except if I'm forced to.

I am also fine with most of these packages being dropped for next
releases if no maintainer shows up.

Change-Id: I8d167c8029b6991181bd7a094af21c3313af2b51
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2026-06-24 20:34:45 +02:00
Nick Cao
39ef7d47ce threatest: 1.3.1 -> 1.4.0 (#533290) 2026-06-22 19:45:59 +00:00
Oleksii Filonenko
5ba744c211 thaw: init at 1.2.0 2026-06-22 14:58:15 +01:00
R. Ryantm
b4c63114e7 threatest: 1.3.1 -> 1.4.0 2026-06-19 12:57:17 +00:00
R. Ryantm
d3994ef730 thunderkittens: 0-unstable-2026-05-27 -> 0-unstable-2026-06-15 2026-06-18 17:39:18 +00:00