Commit Graph

25756 Commits

Author SHA1 Message Date
Pavol Rusnak
4283d41277 electrum: 4.8.0 -> 4.8.1 (#552136) 2026-08-16 12:53:00 +00:00
Mark Polyakov
d0da9f0d59 electrum: move trezor into default dependencies
The Trezor dependency (which enables support for the Trezor hardware wallet) was gated behind the
enablePythonEcdsa override prior to this change because the trezor python package used to depend on
the ecdsa python package which is marked insecure. However, modern versions of the trezor package no
longer depend on ecdsa so it should be enabled by default, like the Ledger hardware wallet package.
2026-08-15 16:00:40 -07:00
Ryan Omasta
3ffc4733f9 electrum: 4.8.0 -> 4.8.1
https://github.com/spesmilo/electrum/blob/4.8.1/RELEASE-NOTES
Diff: https://github.com/spesmilo/electrum/compare/4.8.0...4.8.1
2026-08-13 00:05:54 -06:00
Weijia Wang
46d7866435 pdfpc: migrate to by-name, modernize (#526536) 2026-08-09 00:31:26 +00:00
Weijia Wang
9fc3fb7334 avalonia-ilspy: migrate to by-name (#509601) 2026-08-07 22:13:19 +00:00
Ben Siraphob
062d2b697e pkgs: fix typos in applications, data, desktops, games and misc
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07: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
Guy Chronister
793208e150 pdfpc: migrate to by-name 2026-07-26 11:00:33 -05:00
Guy Chronister
57fb13a18c pdfpc: modernize derivation 2026-07-26 10:58:38 -05: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
Ryan Omasta
8d9393aac3 electrum: 4.7.2 -> 4.8.0
https://github.com/spesmilo/electrum/blob/4.8.0/RELEASE-NOTES
Diff: https://github.com/spesmilo/electrum/compare/4.7.2...4.8.0
2026-07-05 16:35:47 -06:00
Grayson Tinker
8438e7f8db attempto-clex: migrate to by-name 2026-06-15 21:58:06 -07:00
Grayson Tinker
831c33cd71 curaengine_stable: migrate to by-name 2026-06-15 21:58:03 -07:00
TomaSajt
2c4fd9af61 yokadi: migrate to by-name 2026-06-15 16:31:33 +02:00
TomaSajt
9ff1180824 termpdfpy: migrate to by-name 2026-06-15 16:30:47 +02:00
TomaSajt
6427ceea1f remarkable-mouse: migrate to by-name 2026-06-15 16:29:25 +02:00
TomaSajt
a63cf1c6a4 bluetooth_battery: migrate to by-name 2026-06-15 16:28:15 +02:00
TomaSajt
e0efe0fa3b bitwarden-menu: migrate to by-name 2026-06-15 16:27:04 +02:00
Michael Daniels
6698cd042b maintainers: remove maintainers with deleted GitHub accounts (#529195) 2026-06-13 15:30:42 +00:00
Grayson Tinker
da61b3ddf3 stag: migrate to by-name 2026-06-09 07:42:55 -07:00
Grayson Tinker
df17e07ade blucontrol: migrate to by-name 2026-06-09 07:42:55 -07:00
Grayson Tinker
bfdab41d83 parsec-bin: migrate to by-name 2026-06-09 07:42:55 -07:00
Grayson Tinker
84f3d12f5b mu-repo: migrate to by-name 2026-06-09 07:42:54 -07:00
Grayson Tinker
1200bc87a6 mwic: migrate to by-name 2026-06-09 07:39:48 -07:00
Grayson Tinker
8daea9d60e ding: migrate to by-name 2026-06-09 07:39:48 -07:00
Matt Sturgeon
e836acd833 treewide: use callPackage instead of python3Packages.callPackage (#428097) 2026-06-09 07:34:42 +00:00
TomaSajt
ec490ec3ba treewide: use callPackage instead of python3Packages.callPackage 2026-06-08 22:46:19 +02:00
Acid Bong
8659931ac0 redshift: adopt by acidbong 2026-06-08 19:21:50 +03:00
Michael Daniels
79abb5fdca maintainers: remove maintainers with deleted GitHub accounts 2026-06-07 15:51:06 -04: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
Guy Chronister
391a5360e8 peaclock: migrate to by-name 2026-06-01 10:14:29 -05:00
Guy Chronister
5064aab579 peaclock: modernize derivation, move variable out of top-level 2026-06-01 10:14:24 -05:00
Guillaume Girol
a99816c488 zathura_core: set strictDeps, structuredAttrs, add versionCheckHook (#520766) 2026-05-31 12:42:44 +00:00
Michael Daniels
0b223c0f6d {johnny-reborn,johnny-reborn-engine}: move to by-name 2026-05-30 10:41:08 -04:00
GraysonTinker
895ab9310b cambrinary: migrate to by-name 2026-05-30 12:20:57 +02:00
GraysonTinker
55aab24f6c ola: migrate to by-name 2026-05-30 12:20:52 +02:00
GraysonTinker
7a1876a7ad twitch-chat-downloader: migrate to by-name 2026-05-30 12:18:09 +02:00
Weijia Wang
3db7345e16 opencpn: migrate to by-name (#510108) 2026-05-29 20:30:25 +00:00
Guy Chronister
00b4c7d531 opencpn: migrate to by-name 2026-05-29 20:22:07 +02:00
Weijia Wang
a1933cce2b rsibreak: migrate to pkgs/by-name 2026-05-29 01:45:16 +02:00
Guy Chronister
e8f0c54d4b klayout: migrate to by-name 2026-05-28 22:12:11 +02:00
Gaétan Lepage
2e17b49419 treewide: move to by-name part 5 (#522673) 2026-05-26 20:55:44 +00:00
liberodark
b25ea88e6a treewide: move to by-name part 5 2026-05-25 00:31:24 +02:00
Sam Estep
2436990329 python3Packages.libarcus: drop
Assisted-by: Codex:gpt-5.5
Assisted-by: Claude:opus-4.7
2026-05-22 16:59:09 -04:00
Colin
c01002865f zathuraPkgs.zathura_core: 2026.02.09 -> 2026.05.20 (#494214) 2026-05-21 22:58:04 +00:00
liberodark
74c17aeac8 treewide: move to by-name part 4 2026-05-21 14:19:59 +02:00
R. Ryantm
b4319b3ef4 zathuraPkgs.zathura_core: 2026.02.09 -> 2026.05.20 2026-05-21 00:04:05 +00:00
Emily
8dbce50994 stdenv.mkDerivation: warn on nested lists (#521144) 2026-05-17 22:54:45 +00:00
Colin
86bf0e5e1d zathuraPkgs.zathura_djvu: 2026.02.03 -> 2026.05.10 (#519010) 2026-05-17 20:18:24 +00:00
Colin
1361dfbb75 zathuraPkgs.zathura_cb: 2026.02.03 -> 2026.05.10 (#519012) 2026-05-17 20:07:18 +00:00