Commit Graph

9346 Commits

Author SHA1 Message Date
lunik1
9788600c19
iosevka: 32.1.0 -> 32.2.1
Diff: https://github.com/be5invis/iosevka/compare/v32.1.0...v32.2.1
2024-12-13 22:48:58 +00:00
lunik1
fb9154a77a
iosevka: correctly set build verbosity and suppress progress bar 2024-12-13 22:22:17 +00:00
Weijia Wang
5c3ff4bfb6 catamaran: expose package 2024-12-11 17:34:25 +01:00
José Romildo Malaquias
26baeceed3
kora-icon-theme: 1.6.1 -> 1.6.2 (#363744) 2024-12-10 22:48:48 -03:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
fd12a39f61 kora-icon-theme: 1.6.1 -> 1.6.2 2024-12-09 21:57:54 +00:00
R. Ryantm
7602b65a1b tela-circle-icon-theme: 2024-04-19 -> 2024-11-15 2024-12-09 05:25:43 +00:00
Nick Cao
1806dfdbfe
hackgen-font: 2.9.0 -> 2.9.1 (#362998) 2024-12-08 11:16:03 -05:00
R. Ryantm
11e73d1552 hackgen-nf-font: 2.9.0 -> 2.9.1 2024-12-08 01:09:59 +00:00
R. Ryantm
7c74092202 hackgen-font: 2.9.0 -> 2.9.1 2024-12-08 00:40:10 +00:00
ben9986
9f0e5cf83f
nerd-fonts: unescape characters in descriptions 2024-12-07 16:37:10 +00:00
Arne Keller
00c682e770
joypixels: 8.0.0 -> 9.0.0 (#349056) 2024-12-06 10:59:39 +01:00
Martin Weinelt
a63fd65d7a
cacert: 3.104 -> 3.107
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/WH8hT2HA7RM
(cherry picked from commit 34887f20f6)
(cherry picked from commit b50e39dcbd)
(cherry picked from commit 24dc80f200)
2024-11-30 15:11:38 +01:00
Vincent Laporte
e22a765605 scheherazade-new: 4.000 → 4.300 2024-11-28 08:29:14 +01:00
R. Ryantm
f719a8a49b iosevka: 31.8.0 -> 32.1.0 2024-11-27 15:12:09 +00:00
Doron Behar
536dc87db6 nerd-fonts: 3.2.1 -> 3.3.0 2024-11-24 19:57:09 +02:00
rczb
ee2bb9be3e nerdfonts: separate into packages under nerd-fonts 2024-11-24 19:57:09 +02:00
José Romildo Malaquias
3c8b622334
whitesur-kde: 2022-05-01-unstable-2024-11-01 -> 2024-11-18 (#357368) 2024-11-24 06:33:17 -03:00
Lin Xianyi
1128495620 font-awesome: 6.6.0 -> 6.7.1
Diff: https://github.com/FortAwesome/Font-Awesome/compare/6.6.0...6.7.1
Changelog: https://fontawesome.com/changelog
2024-11-21 19:22:21 +08:00
José Romildo
db29b76182 whitesur-kde: 2022-05-01-unstable-2024-11-01 -> 2024-11-18
Diff: efba411e11...2024-11-18
2024-11-19 16:31:12 -03:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
José Romildo Malaquias
dcdd61e5e5
whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 2024-11-09 10:47:21 -03:00
José Romildo Malaquias
2515edf536
qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 2024-11-09 10:46:34 -03:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Martin Weinelt
46b1474255 Reapply "haskellPackages: update stackage and hackage" (#354547)
This reverts commit 7701a9e6c6, reversing
changes made to 8991dc8e9d.

Restore haskell-updates on staging-next to save resources on hydra.
2024-11-08 18:42:24 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next 2024-11-08 18:40:48 +01:00
Vladimír Čunát
fe6d94b8f9
Revert "haskellPackages: update stackage and hackage" 2024-11-08 18:36:29 +01:00
K900
a3600c0788 Merge remote-tracking branch 'origin/master' into staging-next 2024-11-07 21:06:37 +03:00
github-actions[bot]
84527c8ca3
Merge master into haskell-updates 2024-11-06 00:16:09 +00:00
github-actions[bot]
f899bb5680
Merge staging-next into staging 2024-11-05 18:05:09 +00:00
Johannes Jöns
22c5ec4ee9
orchis-theme: 2024-09-02 -> 2024-11-03 (#353453) 2024-11-05 16:04:03 +01:00
Bert Peters
e395252057 geolite-legacy: reformat according to rfc 2024-11-05 10:13:52 +01:00
Bert Peters
43b40f3ba2 geolite-legacy: 20230901 → 20240720 2024-11-05 10:13:52 +01:00
github-actions[bot]
57af37a3be
Merge master into haskell-updates 2024-11-04 00:17:26 +00:00
github-actions[bot]
bee49bdce0
Merge staging-next into staging 2024-11-03 18:04:43 +00:00
R. Ryantm
e4910acc89 orchis-theme: 2024-09-02 -> 2024-11-03 2024-11-03 18:03:57 +00:00
R. Ryantm
256c947242 twemoji-color-font: 15.0.3 -> 15.1.0 2024-11-03 11:11:25 +00:00
K900
46a1f3aa58 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-03 11:04:59 +03:00
github-actions[bot]
4aa4054084
Merge master into haskell-updates 2024-11-03 00:18:03 +00:00
Johannes Jöns
d32fe41821
publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 2024-11-02 14:40:20 +01:00
José Romildo
7abbb28c59 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 2024-11-02 09:40:31 -03:00
José Romildo Malaquias
4716adaeee
colloid-icon-theme: 2024-08-31 -> 2024-10-18 (#352595) 2024-11-02 09:17:49 -03:00
José Romildo Malaquias
b4119a4d53
whitesur-gtk-theme: 2024-05-01 -> 2024.09.02 (#352423) 2024-11-02 09:14:50 -03:00
github-actions[bot]
9f4b4c444e
Merge master into haskell-updates 2024-11-02 00:16:04 +00:00
José Romildo Malaquias
6c40976b8e
marwaita-pop_os 17.0 -> marwaita-yellow 20.3.1 (#352233) 2024-11-01 08:55:37 -03:00
github-actions[bot]
3a826649ee
Merge master into haskell-updates 2024-11-01 00:18:16 +00:00
José Romildo
b6cf7b27b7 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 2024-10-31 19:33:45 -03:00
Johannes Jöns
260e2ffa29
cldr-annotations: 45.0 -> 46.0 (#351251) 2024-10-31 19:09:00 +01:00
Johannes Jöns
034af2797a
unicode-emoji: 15.1 -> 16.0 (#344773) 2024-10-31 19:08:18 +01:00