Commit Graph

9331 Commits

Author SHA1 Message Date
Nick Cao
31da206767
numix-icon-theme: 24.04.22 -> 24.09.18 (#345027) 2024-09-28 08:55:29 -04:00
R. Ryantm
c2669d4470 whitesur-kde: 2022-05-01-unstable-2024-09-10 -> 2022-05-01-unstable-2024-09-26 2024-09-28 12:02:45 +00:00
R. Ryantm
a80da3e729 v2ray-domain-list-community: 20240914091803 -> 20240920063125 2024-09-28 09:26:41 +00:00
R. Ryantm
2f16119c4b numix-icon-theme: 24.04.22 -> 24.09.18 2024-09-28 05:46:03 +00:00
R. Ryantm
8dac453957 qogir-kde: 0-unstable-2024-09-01 -> 0-unstable-2024-09-21 2024-09-27 23:24:54 +00:00
R. Ryantm
d53586885c cozette: 1.25.1 -> 1.25.2 2024-09-27 12:44:54 +00:00
sternenseemann
b341506a8d Merge branch master into haskell-updates
Conflicts from #341407 resolved.
2024-09-27 11:41:25 +02:00
github-actions[bot]
b42890bf68
Merge master into staging-next 2024-09-27 06:04:49 +00:00
Weijia Wang
4984a56ad1
sddm-astronaut: Fix meta.homepage url (#344519) 2024-09-27 02:52:47 +02:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Dee Anzorge
06c4b0d0ed unicode-emoji: 15.1 -> 16.0
Release notes: https://www.unicode.org/versions/Unicode16.0.0/
2024-09-27 01:44:44 +02:00
Weijia Wang
154ab611a1
whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10 (#342533) 2024-09-27 00:13:11 +02:00
github-actions[bot]
c8c18095f9
Merge master into staging-next 2024-09-26 18:04:33 +00:00
Dee Anzorge
0fbfad403a unicode-character-database: 15.1.0 -> 16.0.0
Release announcement: https://www.unicode.org/versions/Unicode16.0.0/
2024-09-26 19:52:16 +02:00
Franz Pletz
e1635a35b9
nixos/nginx: add option typesHashMaxSize (#341072) 2024-09-26 14:42:26 +02:00
Izorkin
9343e69f8f
nixos/tests/nginx-mime: add check optimal size of types_hash 2024-09-26 10:51:59 +03:00
Mike Thai
880b31fcf7 sddm-astronaut: fix meta.homepage url 2024-09-25 16:15:08 -04:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Fabián Heredia Montiel
72066dcf1c
media-player-info: 24 -> 26 (#335911) 2024-09-23 15:34:17 -06:00
github-actions[bot]
3abd3dab62
Merge master into haskell-updates 2024-09-23 00:16:29 +00:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Nick Cao
732b635f4f
adw-gtk3: 5.3 -> 5.4 (#343703) 2024-09-22 10:11:09 -04:00
github-actions[bot]
6bb2408295
Merge master into staging-next 2024-09-22 12:05:17 +00:00
Nikolay Korotkiy
b409cdb759
iosevka: 31.6.0 -> 31.6.1 (#343440) 2024-09-22 15:19:54 +04:00
R. Ryantm
af654ff043 adw-gtk3: 5.3 -> 5.4 2024-09-22 11:09:23 +00:00
Robert Helgesson
e34b70e077 unifont: 15.1.05 -> 16.0.01 2024-09-22 08:17:57 +02:00
R. Ryantm
87d1ec5b37 iosevka: 31.6.0 -> 31.6.1 2024-09-21 07:04:43 +00:00
github-actions[bot]
93d142112e
Merge master into haskell-updates 2024-09-21 00:15:10 +00:00
github-actions[bot]
754402a237
Merge staging-next into staging 2024-09-21 00:13:41 +00:00
Nick Cao
65e63f0a9b
ddccontrol-db: 20240304 -> 20240920 (#343271) 2024-09-20 17:31:34 -04:00
Nick Cao
ace5234a41
i-dot-ming: 8.00 -> 8.10 (#343226) 2024-09-20 17:06:02 -04:00
R. Ryantm
4ddc9f80d6 ddccontrol-db: 20240304 -> 20240920 2024-09-20 13:38:20 +00:00
Leah Amelia Chen
2825fb0546
i-dot-ming: 8.00 -> 8.10 2024-09-20 12:08:25 +02:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
github-actions[bot]
e0580b2ad4
Merge master into haskell-updates 2024-09-20 00:15:58 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
R. Ryantm
f9af46ae15 julia-mono: 0.056 -> 0.057 2024-09-19 02:00:23 +00:00
github-actions[bot]
bb260f91c4
Merge master into haskell-updates 2024-09-18 00:15:34 +00:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Nick Cao
2ff4293743
last-resort: 15.100 -> 16.000 (#341495) 2024-09-17 15:55:34 -04:00
Vladimír Čunát
75da841952
Merge branch 'master' into staging 2024-09-17 16:38:37 +02:00
R. Ryantm
38ba7cfb06 whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10 2024-09-17 12:48:44 +00:00
R. Ryantm
a1c4e5e029 v2ray-domain-list-community: 20240905162746 -> 20240914091803 2024-09-17 10:12:21 +00:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
github-actions[bot]
4bb582676a
Merge master into haskell-updates 2024-09-16 00:16:32 +00:00
github-actions[bot]
952947bdf8
Merge staging-next into staging 2024-09-15 18:04:54 +00:00
R. Ryantm
9649c86e62 clash-geoip: 20240812 -> 20240912 2024-09-14 22:29:34 +00:00
github-actions[bot]
35f1a5b515
Merge master into haskell-updates 2024-09-14 00:15:12 +00:00
github-actions[bot]
5c9c7359c3
Merge staging-next into staging 2024-09-14 00:13:49 +00:00
Artturin
19bf002d43
treewide: fix editorconfig (#341423) 2024-09-13 21:49:38 +03:00
Artturin
a0c06061b4 treewide: follow editorconfig 2024-09-13 18:17:51 +03:00
R. Ryantm
483b8847c2 last-resort: 15.100 -> 16.000 2024-09-13 05:48:47 +00:00
github-actions[bot]
e8a9683fd8
Merge master into haskell-updates 2024-09-13 00:15:15 +00:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Weijia Wang
689cae7dc6
dracula-theme: 4.0.0-unstable-2024-08-14 -> 4.0.0-unstable-2024-09-07 (#337613) 2024-09-13 00:55:01 +02:00
Sergei Trofimovich
eff4e92382 tzdata: disable network access
Without the change tests fail on darwin as
https://hydra.nixos.org/build/272249259/nixlog/164/tail:

    curl: (77) error setting certificate file: /no-cert-file.crt

Possibly because `stdenv` has `curl` there. Upstream suggests disabling
networking access with `CURL=:`. Let's use that.
2024-09-12 06:48:41 +01:00
github-actions[bot]
14ba90a8e8
Merge master into haskell-updates 2024-09-11 00:15:39 +00:00
Sandro
324eb1f4d8
publicsuffix-list: 0-unstable-2024-08-21 -> 0-unstable-2024-09-10 (#341003) 2024-09-10 17:36:35 +02:00
R. Ryantm
64bbfed55e publicsuffix-list: 0-unstable-2024-08-21 -> 0-unstable-2024-09-10 2024-09-10 12:54:12 +00:00
github-actions[bot]
fbd40df83b
Merge master into haskell-updates 2024-09-10 00:15:21 +00:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging 2024-09-10 00:13:45 +00:00
github-actions[bot]
6811659137
Merge master into staging-next 2024-09-10 00:13:21 +00:00
Weijia Wang
55fb76dc7e
iosevka-bin: 30.3.3 -> 31.4.0 (#332636) 2024-09-10 00:38:00 +02:00
Pol Dellaiera
a8c7259cad
zeal: 0.7.1 → 0.7.2 (#340613) 2024-09-09 21:04:42 +02:00
github-actions[bot]
72eab84191
Merge staging-next into staging 2024-09-09 18:07:47 +00:00
github-actions[bot]
a90b3d5ddb
Merge master into staging-next 2024-09-09 18:05:44 +00:00
Ate329
284f21cb96
gdouros: fix dn-works fonts issue 2024-09-09 15:16:38 +02:00
github-actions[bot]
6bb37a137e
Merge staging-next into staging 2024-09-09 12:06:25 +00:00
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
github-actions[bot]
fee9184d2e
Merge master into haskell-updates 2024-09-09 00:16:33 +00:00
R. Ryantm
f3991c8aa5 iosevka: 31.5.0 -> 31.6.0 2024-09-08 23:40:29 +00:00
Nikolay Korotkiy
276fb61f4d
zeal: 0.7.1 → 0.7.2 2024-09-09 02:12:15 +04:00
R. Ryantm
4405c24688 dracula-theme: 4.0.0-unstable-2024-08-14 -> 4.0.0-unstable-2024-09-07 2024-09-08 19:25:15 +00:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging 2024-09-08 18:04:33 +00:00
github-actions[bot]
3b1652aad3
Merge master into staging-next 2024-09-08 18:04:04 +00:00
Nick Cao
39feebc934
flat-remix-gnome: 20240526 -> 20240721 (#326512) 2024-09-08 09:22:13 -04:00
github-actions[bot]
08a9878b23
Merge master into haskell-updates 2024-09-08 00:17:15 +00:00
github-actions[bot]
5310eaa51e
Merge staging-next into staging 2024-09-07 18:04:28 +00:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Franz Pletz
39ada1fda8
tzdata: 2024a -> 2024b (#339913) 2024-09-07 13:59:52 +02:00
R. Ryantm
6accb8b969 whitesur-icon-theme: 2024-05-28 -> 2024-09-07 2024-09-07 03:45:54 +00:00
github-actions[bot]
c8a2675cd3
Merge master into haskell-updates 2024-09-07 00:14:59 +00:00
github-actions[bot]
1fc7b4e48c
Merge staging-next into staging 2024-09-06 18:04:26 +00:00
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
Aleksana
c5654fa410
flat-remix-gtk: 20220627 -> 20240730 (#337009) 2024-09-06 23:04:14 +08:00
Nick Cao
aa3169dbfb
v2ray-domain-list-community: 20240829063032 -> 20240905162746 (#340020) 2024-09-06 08:34:00 -04:00
R. Ryantm
c3aeb4f648 v2ray-domain-list-community: 20240829063032 -> 20240905162746 2024-09-06 08:12:20 +00:00
R. Ryantm
81b2b2a85b qogir-kde: 0-unstable-2024-07-29 -> 0-unstable-2024-09-01 2024-09-05 23:01:47 +00:00
Sergei Trofimovich
d71d9e86b1 tzdata: 2024a -> 2024b
Changes: https://github.com/eggert/tz/blob/2024b/NEWS
2024-09-05 22:05:30 +01:00
github-actions[bot]
fb5e05881a
Merge master into haskell-updates 2024-09-05 00:15:15 +00:00
github-actions[bot]
d76d809dd4
Merge staging-next into staging 2024-09-05 00:13:35 +00:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next 2024-09-05 00:13:11 +00:00
Johannes Jöns
788508253d
orchis-theme: 2024-05-30 -> 2024-09-02 (#339008) 2024-09-04 20:11:33 +00:00
Johannes Jöns
9001330794
tela-icon-theme: 2024-04-19 -> 2024-09-04 (#339403) 2024-09-04 18:39:39 +00:00
github-actions[bot]
30fb0f1a67
Merge staging-next into staging 2024-09-04 18:04:50 +00:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next 2024-09-04 18:04:23 +00:00
Nick Cao
cbad2915c6
alacritty-theme: 0-unstable-2024-07-31 -> 0-unstable-2024-09-03 (#339449) 2024-09-04 08:09:31 -04:00
R. Ryantm
8983b2925f alacritty-theme: 0-unstable-2024-07-31 -> 0-unstable-2024-09-03 2024-09-04 06:57:14 +00:00
github-actions[bot]
d90699ae2f
Merge staging-next into staging 2024-09-04 06:05:29 +00:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
R. Ryantm
d8ee3fc99b tela-icon-theme: 2024-04-19 -> 2024-09-04 2024-09-04 03:15:21 +00:00
github-actions[bot]
1a0b472126
Merge master into haskell-updates 2024-09-04 00:15:14 +00:00
Nick Cao
0ac785f56e
dbip-country-lite: 2024-08 -> 2024-09 (#339259) 2024-09-03 15:36:01 -04:00
sternenseemann
165e383a1a all-cabal-hashes: 2024-08-19T17:17:03Z -> 2024-09-03T10:29:19Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2024-09-03 16:51:58 +02:00
Nick Cao
473bba08fe
dbip-country-lite: 2024-08 -> 2024-09 2024-09-03 10:14:36 -04:00
github-actions[bot]
1b5ba42224
Merge master into haskell-updates 2024-09-03 00:14:50 +00:00
Martin Weinelt
e2fffc8362
nss_latest: 3.103 -> 3.104 (#339007) 2024-09-02 22:21:11 +02:00
github-actions[bot]
ce19166255
Merge master into staging-next 2024-09-02 18:04:19 +00:00
Emily
508dd6fa85
apple-cursor: 2.0.0 -> 2.0.1 (#336881) 2024-09-02 16:13:38 +01:00
Dovydas Kersys
3043a60eab apple-cursor: modify license 2024-09-02 17:10:39 +02:00
ajs124
4fd0cbfb5b cacert: 3.101.1 -> 3.104
https://github.com/nss-dev/nss/blob/NSS_3_104_BRANCH/doc/rst/releases/nss_3_104.rst
2024-09-02 15:36:53 +02:00
R. Ryantm
c08983d93b orchis-theme: 2024-05-30 -> 2024-09-02 2024-09-02 13:31:19 +00:00
github-actions[bot]
b35ed50e47
Merge master into haskell-updates 2024-09-02 00:15:49 +00:00
github-actions[bot]
d834278999
Merge master into staging-next 2024-09-02 00:13:57 +00:00
Pol Dellaiera
08f3b52bf2
iosevka: 31.4.0 -> 31.5.0 (#338822) 2024-09-01 20:59:02 +02:00
Jan Tojnar
e9179b4fa3 Merge branch 'master' into staging-next 2024-09-01 19:04:04 +02:00
R. Ryantm
deb04ac70d iosevka: 31.4.0 -> 31.5.0 2024-09-01 14:28:07 +00:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
github-actions[bot]
0cfb8626ee
Merge staging-next into staging 2024-09-01 06:05:31 +00:00
github-actions[bot]
3a0dfc2341
Merge master into haskell-updates 2024-09-01 00:18:20 +00:00
R. Ryantm
3e1ad65c98 colloid-icon-theme: 2024-02-28 -> 2024-08-31 2024-08-31 19:55:50 +00:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging 2024-08-31 18:04:19 +00:00
Nick Cao
3eaa593f1e
whitesur-kde: 2022-05-01-unstable-2024-08-07 -> 2022-05-01-unstable-2024-08-26 (#338471) 2024-08-31 09:50:03 -04:00
github-actions[bot]
179b0a961b
Merge master into haskell-updates 2024-08-31 00:15:04 +00:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging 2024-08-31 00:13:46 +00:00
R. Ryantm
fa5932136a whitesur-kde: 2022-05-01-unstable-2024-08-07 -> 2022-05-01-unstable-2024-08-26 2024-08-30 20:40:57 +00:00
R. Ryantm
b30c402f27 v2ray-domain-list-community: 20240823035651 -> 20240829063032 2024-08-30 18:06:57 +00:00
github-actions[bot]
ad36688c14
Merge master into haskell-updates 2024-08-30 00:15:09 +00:00
github-actions[bot]
a2cea72749
Merge staging-next into staging 2024-08-30 00:13:56 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
github-actions[bot]
6cdc8ac1f7
Merge master into haskell-updates 2024-08-29 00:15:02 +00:00
github-actions[bot]
db8f276ee7
Merge staging-next into staging 2024-08-28 18:04:45 +00:00
Emily
9d7e15c03c
volantes-cursors: don't build on aarch64-darwin (#337750) 2024-08-28 15:02:15 +01:00
github-actions[bot]
4420fe8b58
Merge staging-next into staging 2024-08-28 12:05:53 +00:00
Sandro
b43ec5f8ff
whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07 (#336563) 2024-08-28 09:58:58 +02:00
Olivér Falvai
a46499a16d
volantes-cursors: don't build on aarch64-darwin 2024-08-27 19:33:44 +02:00
R. Ryantm
f22c682151 iosevka-bin: 30.3.3 -> 31.4.0 2024-08-27 16:24:50 +00:00
github-actions[bot]
be00f9196e
Merge master into haskell-updates 2024-08-27 00:15:15 +00:00
github-actions[bot]
32f893fe9e
Merge staging-next into staging 2024-08-27 00:13:33 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
github-actions[bot]
05e9b68552
Merge master into haskell-updates 2024-08-26 00:14:58 +00:00
github-actions[bot]
ba8924e6a0
Merge staging-next into staging 2024-08-26 00:13:41 +00:00
Pol Dellaiera
6786028e86
Merge pull request #336594 from DamienCassou/iosevak-comfy-2
iosevka-comfy: 1.4.0 -> 2.0.0
2024-08-25 22:19:30 +02:00
github-actions[bot]
41ae34fbe3
Merge staging-next into staging 2024-08-25 18:04:08 +00:00
Nick Cao
2a248cb616
Merge pull request #337134 from r-ryantm/auto-update/v2ray-domain-list-community
v2ray-domain-list-community: 20240817092737 -> 20240823035651
2024-08-25 08:46:32 -04:00
R. Ryantm
46a4adbd67 iosevka: 31.3.0 -> 31.4.0 2024-08-25 04:33:20 +00:00
R. Ryantm
047bcbcca5 v2ray-domain-list-community: 20240817092737 -> 20240823035651 2024-08-25 00:47:04 +00:00
Damien Cassou
f308200adf
iosevka-comfy: 1.4.0 -> 2.0.0 2024-08-24 21:15:02 +02:00
Alexander Trost
a6dd104efe
flat-remix-gtk: 20220627 -> 20240730
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2024-08-24 14:53:27 +02:00
Johannes Jöns
615a87e31e
Merge pull request #334608 from r-ryantm/auto-update/publicsuffix-list
publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21
2024-08-24 12:27:47 +00:00
github-actions[bot]
6e4b9cb254
Merge master into haskell-updates 2024-08-24 00:13:50 +00:00
github-actions[bot]
7149422ea3
Merge staging-next into staging 2024-08-24 00:12:41 +00:00
Dovydas Kersys
a20c12ad89 maintainers: add dxwil 2024-08-24 01:24:50 +03:00
Dovydas Kersys
b11061581d apple-cursor: 2.0.0 -> 2.0.1 2024-08-24 00:59:39 +03:00
Tim Cuthbertson
911aa1440f treewide: support NIX_SSL_CERT_FILE as an impureEnvVar
This envvar is also added to lib.proxyImpureEnvVars since it's
typically required for https proxies.

This change also updates fetchgit and go module fetching to use this
envvar. NIX_GIT_SSL_CAINFO is still supported for backwards
compatibility in fetchgit.
2024-08-23 21:34:22 +10:00
Peder Bergebakken Sundt
63c88c4e8a treewide: buildPhase="true" -> dontBuild=true 2024-08-23 12:21:08 +02:00
José Romildo
46e093c98e whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07 2024-08-22 12:26:58 -03:00
José Romildo
6988ee218c whitesur-kde: change update script 2024-08-22 09:06:56 -03:00
R. Ryantm
6c166ced42 publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21 2024-08-22 05:33:20 +00:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
github-actions[bot]
5d0ae7495b
Merge master into haskell-updates 2024-08-21 00:14:19 +00:00
Weijia Wang
09bca27eaa
Merge pull request #335988 from r-ryantm/auto-update/spdx-license-list-data
spdx-license-list-data: 3.24.0 -> 3.25.0
2024-08-21 02:06:58 +02:00
Nick Cao
1eeae5728e
Merge pull request #336039 from r-ryantm/auto-update/dracula-theme
dracula-theme: 4.0.0-unstable-2024-08-06 -> 4.0.0-unstable-2024-08-14
2024-08-20 15:52:45 -04:00
Nick Cao
9caabb5615
Merge pull request #335763 from Scrumplex/pkgs/zeal/fix-build
zeal: fix build against Qt 6.7.2
2024-08-20 15:21:26 -04:00
R. Ryantm
474418fbd3 dracula-theme: 4.0.0-unstable-2024-08-06 -> 4.0.0-unstable-2024-08-14 2024-08-20 10:26:09 +00:00
R. Ryantm
2ccdb31638 spdx-license-list-data: 3.24.0 -> 3.25.0 2024-08-20 04:01:59 +00:00
maralorn
299d0e8ce5 all-cabal-hashes: 2024-07-31T18:11:52Z -> 2024-08-19T17:17:03Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2024-08-20 00:32:30 +02:00
Sergei Trofimovich
88b08cbccf media-player-info: 24 -> 26
Changes:
- https://gitlab.freedesktop.org/media-player-info/media-player-info/-/tags/26
- https://gitlab.freedesktop.org/media-player-info/media-player-info/-/tags/25
2024-08-19 21:37:29 +01:00
Sefa Eyeoglu
66c27851b8
zeal: fix build against Qt 6.7.2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-19 10:39:14 +02:00
github-actions[bot]
0f0aff203c
Merge master into haskell-updates 2024-08-19 00:15:06 +00:00
Pol Dellaiera
6f446ffea5
Merge pull request #335536 from r-ryantm/auto-update/iosevka
iosevka: 31.2.0 -> 31.3.0
2024-08-18 22:32:00 +02:00
R. Ryantm
62e6739e3f iosevka: 31.2.0 -> 31.3.0 2024-08-18 07:45:36 +00:00
R. Ryantm
e1b49b3af6 v2ray-domain-list-community: 20240810010807 -> 20240817092737 2024-08-18 04:44:22 +00:00
github-actions[bot]
0499c817d2
Merge master into haskell-updates 2024-08-18 00:15:52 +00:00
Peder Bergebakken Sundt
ca24b6904b
Merge pull request #333785 from Coca162/monocraft-4.0
monocraft: 3.0 -> 4.0
2024-08-17 22:56:00 +02:00
github-actions[bot]
f200a783ab
Merge master into haskell-updates 2024-08-17 00:13:54 +00:00
Sebastián Mancilla
ed11cfc1fb
Merge pull request #331898 from r-ryantm/auto-update/sudo-font
sudo-font: 1.3 -> 1.4
2024-08-15 23:06:04 -04:00
github-actions[bot]
afc10f2c19
Merge master into haskell-updates 2024-08-16 00:14:32 +00:00
R. Ryantm
66af6fde57 clash-geoip: 20240712 -> 20240812 2024-08-15 11:28:25 +00:00
github-actions[bot]
e8a5804e3c
Merge master into haskell-updates 2024-08-15 00:14:20 +00:00
github-actions[bot]
520e744a7d
Merge master into haskell-updates 2024-08-14 00:14:40 +00:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next 2024-08-14 00:02:32 +00:00
R. Ryantm
17bc747db4 dracula-theme: 4.0.0-unstable-2024-07-29 -> 4.0.0-unstable-2024-08-06 2024-08-12 23:02:20 +00:00
github-actions[bot]
883e127c4b
Merge master into haskell-updates 2024-08-12 00:15:09 +00:00
Martin Weinelt
182792a514 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/laundrify-aio/default.nix
2024-08-11 13:56:09 +02:00
Pol Dellaiera
e8aed17972
Merge pull request #333407 from luftmensch-luftmensch/intel-one-mono_1.4.0
intel-one-mono: 1.3.0 -> 1.4.0
2024-08-11 13:09:17 +02:00
luftmensch-luftmensch
6d359e7177
intel-one-mono: 1.3.0 -> 1.4.0 2024-08-11 11:42:29 +02:00
Pol Dellaiera
c7f68b218e
Merge pull request #333840 from r-ryantm/auto-update/iosevka
iosevka: 31.0.0 -> 31.2.0
2024-08-11 08:13:06 +02:00
github-actions[bot]
d1511265ba
Merge master into staging-next 2024-08-11 06:01:20 +00:00
R. Ryantm
e54897b75c iosevka: 31.0.0 -> 31.2.0 2024-08-11 04:26:53 +00:00
Peder Bergebakken Sundt
d544606682
Merge pull request #333348 from pbsds/fix-syntax-1723168790
treewide: simplify boolean logic
2024-08-11 04:59:23 +02:00
R. Ryantm
685087de71 v2ray-domain-list-community: 20240726161926 -> 20240810010807 2024-08-11 00:24:21 +00:00
Coca
4fbc056449
monocraft: 3.0 -> 4.0 2024-08-11 01:26:10 +03:00
Peder Bergebakken Sundt
441708dd85 treewide: simplify boolean logic 2024-08-09 16:01:55 +02:00
Martin Weinelt
1e25330d41
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/SDL2/default.nix
2024-08-09 02:18:56 +02:00
github-actions[bot]
87acb443be
Merge master into haskell-updates 2024-08-09 00:14:33 +00:00
R. Ryantm
2ea785c809 alacritty-theme: 0-unstable-2024-07-25 -> 0-unstable-2024-07-31 2024-08-08 10:27:58 +00:00