Commit Graph

6182 Commits

Author SHA1 Message Date
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
github-actions[bot]
4b19a2dca3
Merge master into haskell-updates 2023-01-22 00:14:05 +00:00
José Romildo Malaquias
a3c9175660
vimix-icon-theme: 2021-11-09 -> 2023-01-18 (#211488) 2023-01-21 18:56:46 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
bfc50c1faf
Merge pull request #211379 from xanderio/fix-clickgen
bibata-cursors: 1.1.2 -> 2.0.3; clickgen: fix build after update to 2.1.3
2023-01-21 19:50:28 +08:00
github-actions[bot]
4684c03fe1
Merge master into haskell-updates 2023-01-21 00:12:47 +00:00
Nick Cao
4b91dcfcdb
Merge pull request #211837 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202301120046 -> 202301190046
2023-01-21 07:43:28 +08:00
R. Ryantm
9114ab761d v2ray-geoip: 202301120046 -> 202301190046 2023-01-20 22:37:00 +00:00
Dixon Sean Low Yan Feng
aedca364f9
material-design-icons: add PlayerNameHere as maintainer 2023-01-20 15:46:12 +08:00
Dixon Sean Low Yan Feng
a5bcee6517
material-design-icons: 7.0.96 -> 7.1.96 2023-01-20 15:46:05 +08:00
Dixon Sean Low Yan Feng
6dd6c2b7b3
material-design-icons: convert to stdenvNoCC.mkDerivation 2023-01-20 15:44:39 +08:00
github-actions[bot]
c292bbcf0b
Merge master into haskell-updates 2023-01-20 00:13:21 +00:00
Sandro
e2c72e8a57
Merge pull request #205364 from fufexan/catppuccin
catppuccin-gtk: 0.2.7 -> 0.4.1
2023-01-19 15:47:11 +01:00
Nick Cao
cfd7784781
Merge pull request #211380 from msfjarvis/nerdfonts-2.3.0
nerdfonts: 2.2.2 -> 2.3.0
2023-01-19 09:15:28 +08:00
Weijia Wang
1c2523b749 treewide: fonts: reduce unneeded fetchzips 2023-01-18 21:29:32 +01:00
Alexander Sieg
72f6dbff3a
bibata-cursors: 1.1.2 -> 2.0.3
https://github.com/ful1e5/Bibata_Cursor/releases/tag/v2.0.3
2023-01-18 12:56:33 +01:00
Harsh Shandilya
817fd4c1a8
nerdfonts: 2.2.2 -> 2.3.0 2023-01-18 17:23:43 +05:30
Mihai Fufezan
a46dffd912
catppuccin-gtk: 0.2.7 -> 0.4.1 2023-01-18 13:27:42 +02:00
github-actions[bot]
a7de82a797
Merge master into haskell-updates 2023-01-18 00:13:10 +00:00
Sandro
7d81cb9db3
Merge pull request #210542 from michaelBelsanti/catppuccin-kde 2023-01-17 21:19:41 +01:00
github-actions[bot]
a311aaac39
Merge master into haskell-updates 2023-01-17 00:13:12 +00:00
Scott Worley
af89d3a2be 78 fonts: Fix build after #173430 changed postFetch semantics 2023-01-17 01:03:11 +02:00
Artturi
ea27fb07ef
Merge pull request #210833 from Vonfry/update/rec-1.085 2023-01-17 00:57:33 +02:00
R. Ryantm
35d1b35442 iosevka-bin: 17.0.2 -> 17.0.4 2023-01-16 02:56:27 +00:00
github-actions[bot]
b69010491a
Merge master into haskell-updates 2023-01-16 00:13:17 +00:00
Jörg Thalheim
914c0fb9ac
Merge pull request #210907 from Yarny0/dtv-scan-tables
dtv-scan-tables: use version from linuxtv.org
2023-01-16 00:57:55 +01:00
Weijia Wang
0816b75dd6 hannom: fix build 2023-01-15 23:19:00 +01:00
Yarny0
d425725ce3 dtv-scan-tables_linuxtv: init at 2022-04-30-57ed29822750
As this is the original repository of dtv scan tables,
and is still actively maintained, it becomes
the new default package for `dtv-scan-tables`.
2023-01-15 10:56:32 +01:00
Yarny0
0a2b99bbc2 dtv-scan-tables: rename to dtv-scan-tables_tvheadend
This happens in preparation of the introduction
of an alternate version, maintained by linuxtv.
2023-01-15 10:56:32 +01:00
Yarny0
b8714f08a4 dtv-scan-tables: update/extend meta descriptions
* `description`: add some keywords that help
  users in need of transponder tables to find this package.
* `longDescription`: add
2023-01-15 10:56:32 +01:00
Yarny0
4e1a99790c dtv-scan-tables: check for spurious references in build result
This package is pure data,
so it must not have any runtime dependencies.
2023-01-15 10:56:32 +01:00
Yarny0
f6e4fe96f4 dtv-scan-tables: set PREFIX=$out, put files in /share/dvbv5/..
This changes the output directory layout:
Channel files are placed in `$out/share/dvbv5/dvb-xyz`
instead of `$out/dvbv5/dvb-xyz`.
This is closer to the layout common for other packages
and facilitates merging packages with `buildEnv`.

The only depender `tvheadend` is updated accordingly.
2023-01-15 10:56:32 +01:00
Vonfry
d5ca8029a5
recursive: 1.084 -> 1.085
This commit also updates postFetch due to the change of interface of fetchzip
2023-01-15 14:54:41 +08:00
github-actions[bot]
a9fe51f091
Merge master into haskell-updates 2023-01-15 00:13:48 +00:00
Mario Rodas
c90f345b10
Merge pull request #210724 from marsam/update-jetbrains-mono
jetbrains-mono: 2.242 -> 2.304
2023-01-14 18:12:52 -05:00
rubyowo
21453aa6d8 catppuccin-cursors: unstable-2022-08-23 -> 0.2.0 2023-01-14 13:47:33 -05:00
José Romildo Malaquias
b591671a50
Merge pull request #210640 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 23.01.02 -> 23.01.12
2023-01-14 14:47:35 -03:00
José Romildo Malaquias
78fd8f3114
Merge pull request #210613 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 23.01.02 -> 23.01.12
2023-01-14 14:28:56 -03:00
R. Ryantm
c55202eee4 numix-icon-theme-circle: 23.01.02 -> 23.01.12 2023-01-14 06:04:49 +00:00
github-actions[bot]
f656c3e849
Merge master into staging-next 2023-01-14 06:01:02 +00:00
Mario Rodas
e536434166 jetbrains-mono: 2.242 -> 2.304
https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.304
2023-01-14 04:20:00 +00:00
R. Ryantm
26ce043bbf nordzy-icon-theme: 1.7.6 -> 1.8.1 2023-01-14 03:55:10 +00:00
R. Ryantm
c6a2faf7d4 numix-icon-theme-square: 23.01.02 -> 23.01.12 2023-01-14 02:51:58 +00:00
R. Ryantm
b8c2af873e clash-geoip: 20221212 -> 20230112 2023-01-14 01:59:30 +00:00
github-actions[bot]
139ec83e3e
Merge master into haskell-updates 2023-01-14 00:12:35 +00:00
michaelBelsanti
18e1e760b6 catppuccin-kde: init at unstable-2022-11-26 2023-01-13 10:10:34 -05:00
github-actions[bot]
85724d692e
Merge master into staging-next 2023-01-13 12:01:30 +00:00
R. Ryantm
a6373b5538 v2ray-geoip: 202301050046 -> 202301120046 2023-01-13 08:57:49 +00:00
github-actions[bot]
ceb05ad4bf
Merge master into staging-next 2023-01-13 06:01:09 +00:00
Ian McFarlane
e02cd8e928 rose-pine-gtk: format 2023-01-12 23:02:31 -06:00
Ian McFarlane
ab43cc69fa rose-pine-gtk: squash variants into one package 2023-01-12 23:02:24 -06:00
Anderson Torres
b111b33889
Merge pull request #210419 from Math-42/capitaine-cursors-themed
capitaine-cursors-themed: init at r5
2023-01-13 01:48:42 -03:00
Matheus Vieira
1d852d7bcd capitaine-cursors-themed: init at r5 2023-01-12 20:17:47 -03:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
sternenseemann
4740be3a88 all-cabal-hashes: 2023-01-08T15:35:40Z -> 2023-01-12T12:18:29Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-01-12 14:37:19 +01:00
sternenseemann
62efcd7a3b Merge remote-tracking branch 'origin/master' into haskell-updates 2023-01-12 12:46:30 +01:00
Mario Rodas
2dfaf809bb
Merge pull request #210164 from r-ryantm/auto-update/martian-mono
martian-mono: 0.9.2 -> 1.0.0
2023-01-12 00:55:18 -05:00
R. Ryantm
5aaabe9e5f martian-mono: 0.9.2 -> 1.0.0 2023-01-11 07:00:49 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
github-actions[bot]
4801937b45
Merge master into haskell-updates 2023-01-11 00:12:57 +00:00
Sandro
0c7cc93361
Merge pull request #182580 from linsui/qgnomeplatform 2023-01-10 17:01:22 +01:00
José Romildo Malaquias
da2b94e258
Merge pull request #209663 from Icy-Thought/whitesur-icon-theme
whitesur-icon-theme: 2022-11-17 -> 2023-01-08
2023-01-10 11:43:11 -03:00
linsui
16f0d689de Add gnome theme for qt6 2023-01-10 20:48:45 +08:00
github-actions[bot]
85bd0922b4
Merge master into haskell-updates 2023-01-10 00:13:54 +00:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Nick Cao
2ec805b168
v2ray-domain-list-community: 20221223102220 -> 20230106031328 2023-01-09 09:49:49 -06:00
R. Ryantm
3d831cc1a3 v2ray-geoip: 202212220043 -> 202301050046 2023-01-09 09:36:24 -06:00
José Romildo Malaquias
ef283f6448
Merge pull request #209845 from r-ryantm/auto-update/colloid-icon-theme
colloid-icon-theme: 2022-10-26 -> 2023-01-08
2023-01-09 09:26:02 -03:00
github-actions[bot]
e4fc9a910a
Merge master into staging-next 2023-01-09 12:01:24 +00:00
Naïm Favier
baed728abe
Merge pull request #208535 from ncfavier/dina 2023-01-09 11:58:09 +01:00
R. Ryantm
a17ebb2dfe colloid-icon-theme: 2022-10-26 -> 2023-01-08 2023-01-09 08:30:33 +00:00
github-actions[bot]
fb50c4dbba
Merge master into haskell-updates 2023-01-09 00:14:37 +00:00
github-actions[bot]
9fdb4a743d
Merge master into staging-next 2023-01-08 18:01:08 +00:00
maralorn
65f893aabf all-cabal-hashes: 2023-01-06T18:29:38Z -> 2023-01-08T15:35:40Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-01-08 18:22:20 +01:00
R. Ryantm
5a245ecfd6 marwaita: 16.1 -> 16.2 2023-01-08 14:59:03 +00:00
Icy-Thought
86be413cb1
whitesur-icon-theme: 2022-11-17 -> 2023-01-08 2023-01-08 11:25:10 +01:00
github-actions[bot]
b60b0a223e
Merge master into staging-next 2023-01-08 06:01:06 +00:00
figsoda
327bd31f22
Merge pull request #209604 from candyc1oud/smiley-sans
smiley-sans: 1.1.0 -> 1.1.1
2023-01-07 20:46:49 -05:00
Candy Cloud
0c1e1e4e25 smiley-sans: 1.1.0 -> 1.1.1 2023-01-08 01:12:58 +00:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
maralorn
5224a40d92 Merge branch 'master' into haskell-updates 2023-01-07 21:17:05 +01:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
José Romildo Malaquias
bd8facb3c5
Merge pull request #209468 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 22.11.26 -> 23.01.02
2023-01-07 10:04:42 -03:00
José Romildo Malaquias
db18dd2815
Merge pull request #209406 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.11.26 -> 23.01.02
2023-01-07 09:24:01 -03:00
R. Ryantm
f29b1646da numix-icon-theme-circle: 22.11.26 -> 23.01.02 2023-01-07 12:14:10 +00:00
github-actions[bot]
76d33189ba
Merge master into staging-next 2023-01-07 12:01:24 +00:00
R. Ryantm
92db726a3e sarasa-gothic: 0.37.4 -> 0.38.0 2023-01-07 18:05:00 +08:00
github-actions[bot]
00aa7f762f
Merge master into staging-next 2023-01-07 06:01:13 +00:00
R. Ryantm
7a6fed4c4a numix-icon-theme-square: 22.11.26 -> 23.01.02 2023-01-07 02:48:27 +00:00
Candy Cloud
6445471398 smiley-sans: add update script 2023-01-07 00:34:34 +00:00
Candy Cloud
361dd1f0d8 smiley-sans: 1.0.0 -> 1.1.0 2023-01-07 00:28:42 +00:00
maralorn
287c279e1d all-cabal-hashes: 2023-01-05T11:40:06Z -> 2023-01-06T18:29:38Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-01-06 20:05:45 +01:00
R. Ryantm
f53e250640 last-resort: 14.000 -> 15.000 2023-01-06 12:13:28 +00:00
github-actions[bot]
07123bb23b
Merge master into haskell-updates 2023-01-06 00:13:35 +00:00
github-actions[bot]
e3480cf1cc
Merge master into staging-next 2023-01-06 00:02:28 +00:00
José Romildo Malaquias
2e8c329393
Merge pull request #209105 from kilianar/papirus-icon-theme-20230104
papirus-icon-theme: 20221201 -> 20230104
2023-01-05 19:50:57 -03:00
maralorn
e0a350b7e6 all-cabal-hashes: 2023-01-04T20:48:19Z -> 2023-01-05T11:40:06Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-01-05 13:10:04 +01:00
github-actions[bot]
0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
maralorn
dfa9f3e51e all-cabal-hashes: 2022-12-30T22:03:31Z -> 2023-01-04T20:48:19Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-01-05 00:22:44 +01:00
maralorn
3b1869aa95 Merge branch 'master' into haskell-updates 2023-01-05 00:18:05 +01:00