Commit Graph

362 Commits

Author SHA1 Message Date
R. Ryantm
00632b3dd1 evcc: 0.313.2 -> 0.313.3 2026-08-13 00:33:36 +00:00
Sandro
c030eda05f evcc: 0.313.1 -> 0.313.2 (#551461) 2026-08-12 12:17:26 +00:00
R. Ryantm
f382cadf10 everest: 6397 -> 6458 2026-08-11 22:43:08 +00:00
Martin Weinelt
6b9058aaec evcc: 0.313.1 -> 0.313.2
https://github.com/evcc-io/evcc/releases/tag/0.313.2
2026-08-11 13:53:20 +02:00
Peder Bergebakken Sundt
db9a2b086c appimageTools: warn on deprecated type-specific aliases (#546396) 2026-08-08 21:18:59 +00:00
Weijia Wang
1ee63bd18a evilwm: migrate to by-name, use strictDeps and structuredAttrs (#509588) 2026-08-07 22:17:32 +00:00
poz
05ebe0fe66 everforest-gtk-theme: reinit with no gtk-engine-murrine dependency 2026-08-06 18:46:48 +02:00
Martin Weinelt
c504cb466e evcc: 0.313.0 -> 0.313.1
https://github.com/evcc-io/evcc/releases/tag/0.313.1
2026-08-02 16:56:55 +02:00
Martin Weinelt
1a76c7fa5e evcc: 0.312.1 -> 0.313.0
https://github.com/evcc-io/evcc/releases/tag/0.313.0
2026-07-31 00:29:58 +02:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Martin Weinelt
4a68b97140 everforest-gtk-theme: remove
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:28 +02:00
coolcuber
7549d27f6a evhz: fix version, license 2026-07-27 20:27:56 -04:00
Guy Chronister
fee37c069c evilwm: migrate to by-name
Assisted-by: Gemini 3.1 Pro
2026-07-26 11:13:14 -05:00
Sena
039af0697f maintainers: remove jn-sena 2026-07-21 20:56:40 +03:00
Martin Weinelt
b8366aba19 evcc: 0.312.0 -> 0.312.1
https://github.com/evcc-io/evcc/releases/tag/0.312.1
2026-07-20 12:48:28 +02:00
Martin Weinelt
0a215e1b9e evcc: 0.311.1 -> 0.312.0
https://github.com/evcc-io/evcc/releases/tag/0.312.0
2026-07-18 00:14:43 +02:00
nixpkgs-ci[bot]
6f6ae02b17 everest: 6314 -> 6397 (#542410) 2026-07-16 04:50:39 +00:00
R. Ryantm
780d8ccd22 everest: 6314 -> 6397 2026-07-15 22:48:48 +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
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
André Silva
8cf171e0da evdevremapkeys: 1.0.0 -> 1.0.3 (#539995) 2026-07-13 08:24:04 +00:00
ilkecan
92a25dea79 various: use absolute path in thumbnailer files 2026-07-11 19:12:16 +03:00
Marcin Serwin
931b4e7cdf everdo: 1.9.0 -> 1.11.9 (#530715) 2026-07-10 15:22:19 +00:00
Lennart Kolmodin
c6ff2a8cc7 evcc: 0.309.1 -> 0.311.1
https://github.com/evcc-io/evcc/releases/tag/0.311.1

Also remove tag "test" which otherwise breaks the build of the ship-go
dependency:

> vendor/github.com/enbility/ship-go/ship/handshake.go:63:72: undefined: getHelloInitTimeout

The 'test' tag prevented the production timeouts from being included,
and the test definitions are only available in test.
https://github.com/enbility/ship-go/blob/dev/README.md#fast-test-execution-with-test-build-tags

Generally, the 'test' tag is not something you need to manually add, and
indeed no other go package in nixpkgs has such a flag enabled.
2026-07-09 18:38:15 +02:00
André Silva
a857c1a343 evdevremapkeys: 1.0.0 -> 1.0.3 2026-07-09 14:38:58 +01: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
Bobby Rong
74b53c275a GNOME updates 2026-06-27 (#536024) 2026-06-30 14:27:20 +00:00
Peder Bergebakken Sundt
cb0e8bd5d3 everforest-gtk-theme: patch out invalid property in gtk3 theme (#531724) 2026-06-28 13:44:03 +00:00
Bobby Rong
fdc493afd2 evolution-ews: 3.60.1 → 3.60.2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.60.1...3.60.2
2026-06-27 19:46:46 +08:00
Yohann Boniface
cd8ad72a9d everspace: drop (#532053) 2026-06-23 22:01:47 +00:00
R. Ryantm
9dac53b0da evtx: 0.12.1 -> 0.12.2 2026-06-21 02:02:21 +00:00
Bobby Rong
de51b6369f gnome: 50.1 -> 50.2 (#530103) 2026-06-16 15:40:07 +00:00
Tom Hunze
e06b33e3b9 evolution-data-server: 3.60.1 → 3.60.2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.60.1...3.60.2
2026-06-16 23:05:21 +08:00
pancaek
777a6f788d everspace: drop 2026-06-15 11:46:23 -07:00
Martin Weinelt
07eabf2ff0 evcc: 0.309.0 -> 0.309.1
https://github.com/evcc-io/evcc/releases/tag/0.309.1
2026-06-15 19:40:03 +02:00
poz
01987f4191 everforest-gtk-theme: patch out invalid property in gtk3 theme 2026-06-14 19:16:26 +02:00
R. Ryantm
58accf20d6 evtx: 0.11.2 -> 0.12.1 2026-06-11 21:11:27 +00:00
R. Ryantm
ba93b1ff1a everdo: 1.9.0 -> 1.11.9 2026-06-11 12:31:59 +00:00
Martin Weinelt
a3e4a9baf5 evcc: 0.308.1 -> 0.309.0
https://github.com/evcc-io/evcc/releases/tag/0.309.0
2026-06-10 16:11:41 +02:00
Martin Weinelt
37b661f8fb evcc: 0.308.0 -> 0.308.1
https://github.com/evcc-io/evcc/releases/tag/0.308.1
2026-06-05 23:03:26 +02:00
Martin Weinelt
113701d91c evcc: 0.307.2 -> 0.308.0
https://github.com/evcc-io/evcc/releases/tag/0.308.0
2026-06-04 20:27:06 +02:00
Clément
5d26766cbf treewide: add missing meta.homepage with source git repository
Added homepage where missing, where the sources are pulled from:
- https://github.com
- https://git.sr.ht
- https://gitlab.com
- https://invent.kde.org
- https://codeberg.org
- https://gitlab.gnome.org
- https://gitlab.freedesktop.org
- https://git.FreeBSD.org
- https://salsa.debian.org
- https://git.tvdr.de
- https://git.suckless.org
2026-06-01 23:40:52 +02:00
R. Ryantm
de4553f016 everest: 6305 -> 6314 2026-06-01 03:31:07 +00:00
GraysonTinker
429f791157 evtest-qt: fix license 2026-05-30 12:18:09 +02:00
Martin Weinelt
753ae7435d evcc: 0.307.1 -> 0.307.2
https://github.com/evcc-io/evcc/releases/tag/0.307.2
2026-05-27 21:44:59 +02:00
Martin Weinelt
b766c1fe3a evcc: 0.307.0 -> 0.307.1
https://github.com/evcc-io/evcc/releases/tag/0.307.1
2026-05-25 15:19:09 +02:00
R. Ryantm
bce8bfc8bb everest: 6286 -> 6305 2026-05-23 09:17:50 +00:00
Martin Weinelt
cbc88599ad evcc: 0.306.3 -> 0.307.0 (#523064) 2026-05-22 16:17:01 +00:00