Commit Graph

5827 Commits

Author SHA1 Message Date
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
José Romildo Malaquias
9274892f22
Merge pull request #193780 from kilianar/nordzy-icon-theme-1.7
nordzy-icon-theme: 1.6 -> 1.7
2022-10-04 17:51:11 -03:00
Sandro Jäckel
fdd0db3a4d
ubuntu-font-family: switch to pname+version, fix build 2022-10-04 20:23:29 +02:00
Sandro Jäckel
e500cba398
freefont-ttf: switch to pname+version, fix build 2022-10-04 18:57:47 +02:00
Sandro Jäckel
50922fe9fd
cooper-hewitt: switch to pname+version, fix build 2022-10-04 18:57:46 +02:00
Sandro Jäckel
fc95752d6f
Revert "cooper-hewitt: use mkDerivation"
This reverts commit 9debb92178.
2022-10-04 16:49:08 +02:00
Sandro Jäckel
a4f81e1dbb
Revert "ubuntu-font-family: use mkDerivation"
This reverts commit 73e9cb6a78.
2022-10-04 15:58:52 +02:00
github-actions[bot]
ed251f3eb4
Merge master into haskell-updates 2022-10-04 00:21:27 +00:00
sternenseemann
da60d463c5 noto-fonts-emoji: 2.034 -> 2.038
* Adds glyphs for Unicode 15.0.
  https://github.com/googlefonts/noto-emoji/releases/tag/v2.038

* NotoEmoji-Regular.ttf is no longer checked in in the repository.
2022-10-04 02:11:43 +02:00
sternenseemann
01a2054000 python3Packages.nototools: 0.2.16 -> 0.2.17
Introduces Unicode 15.0 support.
https://github.com/googlefonts/nototools/releases/tag/v0.2.17
2022-10-04 02:11:43 +02:00
github-actions[bot]
b4b7aea730
Merge master into haskell-updates 2022-10-03 00:19:42 +00:00
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
Jörg Thalheim
b575af8488
Merge pull request #193943 from erdnaxe/ubuntu-font-family-make-derivation
ubuntu-font-family: use mkDerivation
2022-10-02 17:37:36 +02:00
github-actions[bot]
fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
José Romildo Malaquias
e1b6705b9a
Merge pull request #193782 from kilianar/pop-icon-theme-3.3.0
pop-icon-theme: unstable-2021-11-17 -> 3.3.0
2022-10-02 07:57:50 -03:00
Candy Cloud
55ea5b4f17 clash-geoip: init at 20220912 2022-10-02 05:30:51 +00:00
github-actions[bot]
a0616b9ef8
Merge master into haskell-updates 2022-10-02 00:21:57 +00:00
Nicolas Benes
1654dc831c tzdata: enable cross-compilation for Windows
* Additional make flags are needed since some functions do not exist
    or have different names or parameters on Windows.

  * When compiling for Windows, GCC implicitly adds a `.exe` suffix to
    the output file name. A patch is needed for the `install` target
    to locate and install the correct files.

  * The tzdata Makefile contains `zic` and `ZIC` variables. The former
    refers to the path of the program to execute, while the latter
    invokes the former with additional arguments (it is defined as
    `ZIC=$(zic) $(ZFLAGS)`, `ZFLAGS` is normally empty).

    Previously, `ZIC` was overridden, potentially loosing `ZFLAGS`
    arguments. This commit changes it to override `zic` instead.

  * The `zic` program is built and installed as part of the package and
    also executed during the build to translate time-related files. When
    cross-compiling it means that two executables need to be compiled:
    one to get installed and run on the host platform, and another to
    run on the build platform. Instead of renaming files and building a
    temporary executable for the build platform, this commit references
    the build platform's `tzdata.bin` package and runs its `zic`
    program.
2022-10-01 21:55:18 +02:00
github-actions[bot]
aecf7c7bb9
Merge master into staging-next 2022-10-01 18:01:22 +00:00
Alexandre Iooss
73e9cb6a78 ubuntu-font-family: use mkDerivation 2022-10-01 19:02:28 +02:00
sternenseemann
f1b0b727b4 all-cabal-hashes: 2022-09-28T11:00:39Z -> 2022-10-01T15:28:21Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2022-10-01 17:35:56 +02:00
Mario Rodas
91ebea0f94
Merge pull request #193579 from erdnaxe/cooper-hewitt-make-derivation
cooper-hewitt: use mkDerivation
2022-10-01 10:35:51 -05:00
github-actions[bot]
25043f0f28
Merge master into staging-next 2022-10-01 12:01:27 +00:00
sternenseemann
feaf3793ef Merge remote-tracking branch 'origin/master' into haskell-updates 2022-10-01 13:53:07 +02:00
Christian Kögler
b746456c6f
Merge pull request #192722 from erdnaxe/tipa-pname-version
tipa: rename name to pname&version
2022-10-01 10:53:29 +02:00
github-actions[bot]
528cdca4be
Merge master into haskell-updates 2022-10-01 00:23:36 +00:00
kilianar
803bc1795e pop-icon-theme: unstable-2021-11-17 -> 3.3.0
https://github.com/pop-os/icon-theme/releases/tag/v3.3.0
2022-10-01 00:38:08 +02:00
kilianar
f6e9a94286 nordzy-icon-theme: 1.6 -> 1.7
https://github.com/alvatip/Nordzy-icon/releases/tag/1.7
2022-10-01 00:30:46 +02:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next 2022-09-30 18:03:29 +00:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
Alexandre Iooss
9debb92178 cooper-hewitt: use mkDerivation 2022-09-30 11:54:09 +02:00
github-actions[bot]
f29cec4450
Merge master into staging-next 2022-09-30 06:22:32 +00:00
R. Ryantm
2867d65dc1 v2ray-geoip: 202209220104 -> 202209290111 2022-09-30 12:36:15 +08:00
Vladimír Čunát
70e67ff12e
Merge #192735: media-player-info: rename name to pname&version
...into staging
2022-09-29 09:38:03 +02:00
github-actions[bot]
7e9669e8cb
Merge master into haskell-updates 2022-09-29 00:22:56 +00:00
github-actions[bot]
f18d801779
Merge staging-next into staging 2022-09-28 18:05:53 +00:00
kilianar
d6f34bd71e
orchis-theme: 2022-07-20 -> 2022-09-28 (#193319) 2022-09-28 19:48:56 +02:00
maralorn
bd91b773b5 all-cabal-hashes: 2022-09-25T05:09:53Z -> 2022-09-28T11:00:39Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-28 13:37:41 +02:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
Artturi
1c1c182814
Merge pull request #192851 from Artturin/treewides1 2022-09-28 00:50:06 +03:00
github-actions[bot]
091e445abc
Merge master into haskell-updates 2022-09-27 00:21:37 +00:00
github-actions[bot]
892a84aea0
Merge staging-next into staging 2022-09-26 18:02:33 +00:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
José Romildo Malaquias
2a48d59211
Merge pull request #193012 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 22.09.18 -> 22.09.24
2022-09-26 10:57:10 -03:00
José Romildo Malaquias
5e2c95a525
Merge pull request #193011 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.09.18 -> 22.09.24
2022-09-26 10:56:09 -03:00
Sandro
0905d910c4
Merge pull request #192006 from Icy-Thought/fluent-icon-theme 2022-09-26 14:39:40 +02:00
R. Ryantm
f91b78fce3 numix-icon-theme-circle: 22.09.18 -> 22.09.24 2022-09-26 10:37:47 +00:00
R. Ryantm
bf92799e1f numix-icon-theme-square: 22.09.18 -> 22.09.24 2022-09-26 10:37:45 +00:00
github-actions[bot]
575babff62
Merge master into haskell-updates 2022-09-26 00:18:36 +00:00
github-actions[bot]
e0bea8e017
Merge staging-next into staging 2022-09-26 00:03:58 +00:00
Icy-Thought
f1b8468556
fluent-icon-theme: 2022-02-28 -> 2022-09-20 2022-09-26 00:26:22 +02:00
Mario Rodas
0ea721a941
Merge pull request #192196 from oxalica/pkg/v2ray
v2ray: 4.45.0 -> 5.1.0 and refactor
2022-09-25 09:20:49 -05:00
maralorn
4bf438769b all-cabal-hashes: 2022-09-21T15:25:15Z -> 2022-09-25T05:09:53Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-25 07:17:08 +02:00
github-actions[bot]
38db06836e
Merge master into haskell-updates 2022-09-25 00:17:09 +00:00
pkharvey
4ed5997b2a glasstty-ttf: init at 2018-08-07 2022-09-24 17:34:09 +00:00
ajs124
ee73d3a942 tzdata: 2022c -> 2022d
https://mm.icann.org/pipermail/tz-announce/2022-September/000073.html
2022-09-24 14:18:36 +02:00
K900
85cefca55a kde-rounded-corners: unstable-2022-06-17 -> unstable-2022-09-17 2022-09-24 15:13:37 +03:00
Alexandre Iooss
b46221d764 media-player-info: rename name to pname&version 2022-09-24 10:24:40 +02:00
Alexandre Iooss
5080c2c574 tipa: rename name to pname&version 2022-09-24 09:40:21 +02:00
github-actions[bot]
2c0cce7290
Merge master into haskell-updates 2022-09-24 00:18:28 +00:00
github-actions[bot]
9ef6f25592
Merge staging-next into staging 2022-09-23 06:18:24 +00:00
R. Ryantm
1ff786cd88 v2ray-geoip: 202209170841 -> 202209220104 2022-09-23 11:20:11 +08:00
github-actions[bot]
2773f22a43
Merge staging-next into staging 2022-09-21 18:02:00 +00:00
maralorn
24e439fd36 all-cabal-hashes: 2022-09-19T12:29:18Z -> 2022-09-21T15:25:15Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-21 18:14:50 +02:00
oxalica
6f36337946 v2ray-domain-list-community: 20220908131416 -> 20220921050909 2022-09-21 15:19:53 +08:00
github-actions[bot]
abd82bc57d
Merge staging-next into staging 2022-09-20 12:02:05 +00:00
maralorn
25cb49180f all-cabal-hashes: 2022-09-18T11:31:48Z -> 2022-09-19T12:29:18Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-20 02:49:53 +02:00
github-actions[bot]
eb735a451f
Merge master into haskell-updates 2022-09-20 00:20:33 +00:00
superherointj
491043c28f
Merge pull request #191246 from kilianar/unicode-15
update several packages to unicode 15.0.0
2022-09-19 10:39:08 -03:00
github-actions[bot]
15967b8678
Merge staging-next into staging 2022-09-19 12:01:59 +00:00
José Romildo Malaquias
baa5459a39
Merge pull request #191897 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.09.12 -> 22.09.18
2022-09-19 07:33:12 -03:00
R. Ryantm
ba4eab60b5 numix-icon-theme-square: 22.09.12 -> 22.09.18 2022-09-19 09:19:58 +00:00
R. Ryantm
ec55d9dd72 numix-icon-theme-circle: 22.09.12 -> 22.09.18 2022-09-19 09:19:52 +00:00
github-actions[bot]
17ef793813
Merge staging-next into staging 2022-09-19 06:24:53 +00:00
R. Ryantm
6aa1694dd2 v2ray-geoip: 202209150105 -> 202209170841 2022-09-19 13:18:43 +08:00
github-actions[bot]
ee0290c232
Merge master into haskell-updates 2022-09-19 00:15:46 +00:00
github-actions[bot]
8ed80561a4
Merge staging-next into staging 2022-09-18 18:02:01 +00:00
Luke Granger-Brown
b8a9da1bf6
Merge pull request #191744 from Mic92/iana-etc
iana-etc: 20220520 -> 20220915
2022-09-18 17:28:12 +01:00
Christian Kögler
d42d955371
Merge pull request #189727 from r-ryantm/auto-update/ddccontrol-db
ddccontrol-db: 20220829 -> 20220903
2022-09-18 16:27:54 +02:00
github-actions[bot]
d5cae016d9
Merge staging-next into staging 2022-09-18 12:02:15 +00:00
maralorn
284e415ba0 all-cabal-hashes: 2022-09-11T02:31:18Z -> 2022-09-18T11:31:48Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-18 13:53:08 +02:00
Luke Granger-Brown
538d26c951
Merge pull request #191410 from mweinelt/cacert-3.83
cacert: 3.80 -> 3.83
2022-09-18 09:48:57 +01:00
Jörg Thalheim
3011c87506 iana-etc: 20220520 -> 20220915 2022-09-18 08:12:21 +02:00
github-actions[bot]
8c09f0de57
Merge master into haskell-updates 2022-09-18 00:16:24 +00:00
R. Ryantm
fd81c3de80 v2ray-geoip: 202209080101 -> 202209150105 2022-09-17 17:14:26 +08:00
github-actions[bot]
83a46ef889
Merge master into haskell-updates 2022-09-17 00:16:02 +00:00
Damien Cassou
e7b76b9153
iosevka-comfy: Add missing variants 2022-09-16 10:14:33 +02:00
Damien Cassou
cd455767b0
iosevka-comfy: 0.4.0 -> 1.0.0 2022-09-16 10:14:33 +02:00
Damien Cassou
fdf6326758
iosevka-comfy: Sort and comment variants 2022-09-16 10:14:33 +02:00
Damien Cassou
dd76912be8
iosevka-comfy: Rephrase description
Use the description provided by the website.
2022-09-16 10:12:04 +02:00
github-actions[bot]
2921710cec
Merge master into haskell-updates 2022-09-16 00:18:31 +00:00
Martin Weinelt
2c9b58573f
cacert: 3.80 -> 3.83
- Bug 1785297 - Add two SECOM root certificates to NSS
- Bug 1787075 - Add two DigitalSign root certificates to NSS
- Bug 1778412 - Remove Camerfirma Global Chambersign Root from NSS
2022-09-16 01:16:59 +02:00
Bobby Rong
80e73b0b44
Merge pull request #191117 from ciferkey/master
adw-gtk3: init at 3.7
2022-09-15 09:53:21 +08:00
github-actions[bot]
83aadb450e
Merge master into haskell-updates 2022-09-15 00:16:10 +00:00
kilianar
f2bf0276d2 unifont: 14.0.04 -> 15.0.01 2022-09-14 23:19:41 +02:00
kilianar
819e276b0a unifont_upper: 14.0.04 -> 15.0.01 2022-09-14 23:12:19 +02:00
kilianar
c054339afc unihan-database: 14.0.0 -> 15.0.0 2022-09-14 22:50:19 +02:00
kilianar
3d3e434e30 unicode-emoji: 14.0 -> 15.0 2022-09-14 22:47:37 +02:00
kilianar
8fc9b05f73 unicode-character-database: 14.0.0 -> 15.0.0 2022-09-14 22:46:58 +02:00
Christian Kögler
a9c9912254
Merge pull request #191023 from linsui/iming
i-dot-ming: 7.01 -> 8.00
2022-09-14 07:50:40 +02:00
ciferkey
79a0dd5f48
adw-gtk3: init at 3.7 2022-09-14 11:22:42 +08:00
github-actions[bot]
ec97ea81fa
Merge master into haskell-updates 2022-09-14 00:17:44 +00:00
José Romildo Malaquias
85a7a71473
Merge pull request #190966 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.09.04 -> 22.09.12
2022-09-13 07:39:58 -03:00
linsui
278fd09d49 i-dot-ming: 7.01 -> 8.00 2022-09-13 15:51:02 +08:00
github-actions[bot]
464616ef3c
Merge master into haskell-updates 2022-09-13 00:16:44 +00:00
R. Ryantm
fa1c0d87c4 numix-icon-theme-square: 22.09.04 -> 22.09.12 2022-09-12 19:30:52 +00:00
R. Ryantm
1090ad11c8 numix-icon-theme-circle: 22.09.04 -> 22.09.12 2022-09-12 19:30:35 +00:00
Frederik Rietdijk
4e62b94df3 Merge master into staging-next 2022-09-12 19:03:50 +02:00
R. Ryantm
be9e813d76 sierra-breeze-enhanced: 1.2.0 -> 1.3.1 2022-09-12 21:42:00 +08:00
Vladimír Čunát
a3d7dfe8a3
Merge branch 'master' into staging-next 2022-09-11 08:43:51 +02:00
Ellie Hermaszewska
14168f59cd
all-cabal-hashes: 2022-08-28T23:15:42Z -> 2022-09-11T02:31:18Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-11 11:56:54 +08:00
github-actions[bot]
e947692b88
Merge master into haskell-updates 2022-09-11 00:15:30 +00:00
github-actions[bot]
cf964b46ea
Merge master into staging-next 2022-09-10 18:01:15 +00:00
superherointj
4a9ddca538
Merge pull request #190689 from kilianar/papirus-icon-theme-20220910
papirus-icon-theme: 20220808 -> 20220910
2022-09-10 12:17:44 -03:00
Bobby Rong
8e33d1c6dd
Merge pull request #190679 from bobby285271/cleanup-ouputHash
{arc, adapta}-kde-theme: remove ouputHash
2022-09-10 22:50:20 +08:00
kilianar
7c1e888028 papirus-icon-theme: 20220808 -> 20220910
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220910
2022-09-10 16:46:44 +02:00
Bobby Rong
382c0364cb
arc-kde-theme: remove ouputHash 2022-09-10 21:50:28 +08:00
Bobby Rong
9518ee5a82
adapta-kde-theme: remove ouputHash 2022-09-10 21:50:23 +08:00
R. Ryantm
06455bca50 arc-kde-theme: 20220810 -> 20220908 2022-09-10 21:18:53 +08:00
github-actions[bot]
df949a94a1
Merge master into staging-next 2022-09-10 12:01:29 +00:00
Ellie Hermaszewska
b9c443214e
Merge remote-tracking branch 'origin/master' into haskell-updates 2022-09-10 18:29:39 +08:00
Nick Cao
f02031977f
v2ray-domain-list-community: 20220808014309 -> 20220908131416 2022-09-10 15:02:18 +08:00
github-actions[bot]
04435b7789
Merge master into haskell-updates 2022-09-10 00:16:43 +00:00
github-actions[bot]
c1ff69e1da
Merge master into staging-next 2022-09-09 18:01:29 +00:00
Bobby Rong
1075c4fba8
Merge pull request #190425 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202208180100 -> 202209080101
2022-09-09 20:11:51 +08:00
github-actions[bot]
a43d6b1a9a
Merge master into staging-next 2022-09-09 12:01:31 +00:00
Jonas Heinrich
bc67c539a4
Merge pull request #190320 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.08.15 -> 22.09.04
2022-09-09 13:55:31 +02:00
Jonas Heinrich
d60a4a163e
Merge pull request #190321 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 22.08.15 -> 22.09.04
2022-09-09 13:52:29 +02:00
Zhaofeng Li
6f8b576c51 monocraft: init at 1.2 2022-09-08 22:06:47 -06:00
R. Ryantm
7199d45dd9 v2ray-geoip: 202208180100 -> 202209080101 2022-09-09 03:31:28 +00:00
github-actions[bot]
a6cc7c406e
Merge master into haskell-updates 2022-09-09 00:17:12 +00:00
github-actions[bot]
1c0ef46804
Merge master into staging-next 2022-09-09 00:02:46 +00:00
Artturi
607bb74fad
Merge pull request #190386 from zhaofengli/more-fetchzip-fallouts
Fix more fetchzip fallouts
2022-09-09 01:59:04 +03:00
Zhaofeng Li
7df746316d hermit: Fix build
Fallout from #173430.
2022-09-08 14:55:32 -06:00
Zhaofeng Li
40e49795aa publicsuffix-list: Fix build
Fallout from #173430. Fixes #178825.
2022-09-08 14:55:32 -06:00
Zhaofeng Li
834287523c atkinson-hyperlegible: Fix build
Fallout from #173430.
2022-09-08 14:55:32 -06:00
R. Ryantm
b040cb633a numix-icon-theme-square: 22.08.15 -> 22.09.04 2022-09-08 12:16:40 +00:00
R. Ryantm
0415a372fe numix-icon-theme-circle: 22.08.15 -> 22.09.04 2022-09-08 12:16:38 +00:00
Jan Tojnar
0fb668fe0a Merge branch 'master' into staging-next 2022-09-08 13:02:48 +02:00
Jonas Heinrich
f917bfc5b4
Merge pull request #190154 from msfjarvis/hs/bump-nerdfonts
nerdfonts: 2.2.1 -> 2.2.2
2022-09-08 09:46:11 +02:00
Harsh Shandilya
6460e74082 nerdfonts: 2.2.1 -> 2.2.2 2022-09-07 22:08:53 +05:30
github-actions[bot]
880d763471
Merge master into haskell-updates 2022-09-06 00:15:12 +00:00
github-actions[bot]
0a7bf347e3
Merge master into staging-next 2022-09-06 00:02:29 +00:00
Sandro
fe605cae71
Merge pull request #189459 from SuperSandro2000/little-cleanups 2022-09-06 00:51:25 +02:00
github-actions[bot]
9bb9ff3be1
Merge master into haskell-updates 2022-09-05 00:17:51 +00:00
R. Ryantm
e82401d87f ddccontrol-db: 20220829 -> 20220903 2022-09-04 13:11:22 +00:00
github-actions[bot]
689376a5c1
Merge master into staging-next 2022-09-04 12:01:32 +00:00
Christian Kögler
7e6dd5a8b3
Merge pull request #187245 from kilianar/catppuccin-gtk-0.2.7
catppuccin-gtk: unstable-2022-08-01 -> 0.2.7
2022-09-04 12:54:45 +02:00
github-actions[bot]
30f0a9c291
Merge master into haskell-updates 2022-09-04 00:15:37 +00:00
github-actions[bot]
1a9276956a
Merge master into staging-next 2022-09-04 00:02:48 +00:00
Sandro
45daf539bd
Merge pull request #189433 from SuperSandro2000/black 2022-09-04 01:49:56 +02:00
Sandro
38ae824656
Merge pull request #189584 from romildo/upd.greybird 2022-09-04 01:18:19 +02:00
Sandro
2f1d18cace
Merge pull request #189417 from romildo/upd.graphite-gtk-theme 2022-09-04 01:18:06 +02:00
github-actions[bot]
fccce1e603
Merge master into staging-next 2022-09-03 18:01:21 +00:00
R. Ryantm
04ba53a3e8 osinfo-db: 20220727 -> 20220830 2022-09-03 16:52:29 +02:00
github-actions[bot]
e0f3de2dc6
Merge master into staging-next 2022-09-03 12:01:12 +00:00
José Romildo
7c36eb005e greybird: 3.23.1 -> 3.23.2 2022-09-03 08:09:50 -03:00
Daniel Nagy
bcf086196c
iosevka-comfy: 0.3.1 -> 0.4.0 2022-09-03 10:31:12 +02:00
oluceps
27eeb33254
maple-font: init at 5.5 2022-09-02 23:39:39 +08:00
Sandro Jäckel
632f36f133
twitter-color-emoji: use standard ps variable name and with 2022-09-02 15:17:02 +02:00
Sandro Jäckel
c5b5bcd786
noto-fonts: remove unused black, update meta 2022-09-02 15:16:33 +02:00
José Romildo
4ef26ded53 graphite-gtk-theme: 2022-03-22 -> 2022-09-02 2022-09-02 06:12:14 -03:00
github-actions[bot]
6b17188503
Merge master into haskell-updates 2022-09-02 00:14:36 +00:00
github-actions[bot]
c487ddd4e2
Merge master into staging-next 2022-09-01 12:01:31 +00:00
Jonas Heinrich
18c826b8df
Merge pull request #188831 from r-ryantm/auto-update/ddccontrol-db
ddccontrol-db: 20220720 -> 20220829
2022-09-01 12:59:05 +02:00
github-actions[bot]
3e6debe078
Merge master into staging-next 2022-09-01 06:07:05 +00:00
github-actions[bot]
2a3c93ee2c
Merge master into haskell-updates 2022-09-01 00:15:39 +00:00
R. Ryantm
889d8e1e1c sierra-breeze-enhanced: 1.1.0 -> 1.2.0 2022-08-31 21:52:07 +00:00
github-actions[bot]
08c6aef915
Merge master into staging-next 2022-08-31 12:01:33 +00:00
R. Ryantm
8379839940 sarasa-gothic: 0.36.8 -> 0.37.0 2022-08-31 07:06:20 +00:00
github-actions[bot]
3b2cd9e669
Merge master into haskell-updates 2022-08-31 00:18:37 +00:00
github-actions[bot]
1e401e5cdd
Merge master into staging-next 2022-08-30 18:01:30 +00:00
Sandro
5097b7e3a0
Merge pull request #188852 from Icy-Thought/fluent-icon-theme 2022-08-30 18:09:30 +02:00
Sandro
4247b31874
Merge pull request #188853 from Icy-Thought/whitesur-icon-theme 2022-08-30 18:09:12 +02:00
github-actions[bot]
d72f9471ad
Merge master into staging-next 2022-08-30 12:01:35 +00:00
Icy-Thought
96f4488312
fluent-icon-theme: init at 2022-02-28 2022-08-30 08:47:48 +02:00
R. Ryantm
e5aa0b2666 whitesur-gtk-theme: 2022-02-21 -> 2022-08-26 2022-08-30 02:57:18 +00:00
github-actions[bot]
1f5644d6b9
Merge master into haskell-updates 2022-08-30 00:17:31 +00:00
github-actions[bot]
3a12bb0241
Merge master into staging-next 2022-08-30 00:03:00 +00:00
Icy-Thought
9bf849a06f
whitesur-icon-theme: 2022-05-11 -> 2022-08-30 2022-08-29 22:45:37 +02:00
Jonas Heinrich
83a13b4ee4
Merge pull request #187749 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 15.6.3 -> 16.0.0
2022-08-29 22:28:18 +02:00
R. Ryantm
cbeafa6526 ddccontrol-db: 20220720 -> 20220829 2022-08-29 17:21:15 +00:00
Vladimír Čunát
f08ac2c92b
Merge branch 'master' into staging-next 2022-08-29 08:58:52 +02:00
Ellie Hermaszewska
f76f8b123d
all-cabal-hashes: 2022-08-20T06:29:36Z -> 2022-08-28T23:15:42Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-08-29 10:47:44 +08:00
github-actions[bot]
c8ea46deca
Merge master into haskell-updates 2022-08-29 00:15:34 +00:00
github-actions[bot]
dc29b17413
Merge master into haskell-updates 2022-08-28 00:18:14 +00:00
figsoda
8f57be61ac tela-icon-theme: 2022-02-21 -> 2022-08-28 2022-08-27 15:45:23 -04:00
Harsh Shandilya
be22d0a218 nerdfonts: 2.2.0 -> 2.2.1 2022-08-27 05:20:57 +00:00
github-actions[bot]
de5a47be5f
Merge master into haskell-updates 2022-08-27 00:14:34 +00:00
Harsh Shandilya
1744aec5a6 nerdfonts: 2.1.0 -> 2.2.0 2022-08-26 15:59:29 +00:00
github-actions[bot]
ef162076bf
Merge master into staging-next 2022-08-26 06:13:53 +00:00
Jonas Heinrich
0ef6df5901
Merge pull request #174888 from r-ryantm/auto-update/ddccontrol-db
ddccontrol-db: 20220414 -> 20220720
2022-08-26 08:13:20 +02:00
github-actions[bot]
3aa744deb1
Merge master into haskell-updates 2022-08-26 00:15:32 +00:00
github-actions[bot]
c91ed9564a
Merge master into staging-next 2022-08-25 12:01:30 +00:00
Jonas Heinrich
872b2d5c48
Merge pull request #184702 from r-ryantm/auto-update/stdman
stdman: 2021.12.21 -> 2022.07.30
2022-08-25 09:47:11 +02:00
github-actions[bot]
517fa0d808
Merge master into haskell-updates 2022-08-25 00:15:46 +00:00
github-actions[bot]
5aa24ca693
Merge staging-next into staging 2022-08-25 00:03:34 +00:00
Sandro
8461bf68b5
Merge pull request #179664 from somasis/hackneyed 2022-08-24 21:14:43 +02:00
Kylie McClain
b3eb3a35ed
hackneyed: init at 0.8.2 2022-08-24 13:27:08 -04:00
R. Ryantm
4c55439a36 iosevka-bin: 15.6.3 -> 16.0.0 2022-08-21 13:59:01 +00:00
github-actions[bot]
f6479ba1d4
Merge master into haskell-updates 2022-08-21 00:14:51 +00:00
Dennis Gosnell
4740685175
all-cabal-hashes: 2022-08-09T06:14:32Z -> 2022-08-20T06:29:36Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-08-20 19:21:03 +09:00
github-actions[bot]
a3ad9e6f6b
Merge staging-next into staging 2022-08-20 06:01:44 +00:00
github-actions[bot]
87810d89b4
Merge master into staging-next 2022-08-20 06:01:11 +00:00
R. Ryantm
6984bd009b v2ray-geoip: 202208040058 -> 202208180100 2022-08-19 19:55:26 +00:00
github-actions[bot]
8b202db44b
Merge staging-next into staging 2022-08-19 18:01:56 +00:00
github-actions[bot]
949c5dc1a1
Merge master into staging-next 2022-08-19 18:01:13 +00:00
kilianar
3ffcb4a7d8 catppuccin-gtk: unstable-2022-08-01 -> 0.2.7
https://github.com/catppuccin/gtk/releases/tag/v-0.2.7

Fix logic for detecting incompatible tweaks.
2022-08-19 11:49:14 +02:00
github-actions[bot]
1d12f3c5e7
Merge master into haskell-updates 2022-08-19 00:15:34 +00:00
github-actions[bot]
c36948f4d5
Merge staging-next into staging 2022-08-18 18:01:58 +00:00
github-actions[bot]
6406c43ce5
Merge master into staging-next 2022-08-18 18:01:17 +00:00
José Romildo Malaquias
d34f728c2f
numix-icon-theme: 21.10.31 -> 22.08.16 (#187004)
* numix-icon-theme: reformat nix expression

* numix-icon-theme: add update script

* numix-icon-theme: 21.10.31 -> 22.08.16

* numix-icon-theme: add missing parent themes
2022-08-18 19:38:48 +02:00
github-actions[bot]
52a5816a96
Merge master into haskell-updates 2022-08-18 00:14:15 +00:00
github-actions[bot]
d6b3da0273
Merge staging-next into staging 2022-08-17 06:02:32 +00:00
github-actions[bot]
af42060d61
Merge master into staging-next 2022-08-17 06:01:47 +00:00
R. Ryantm
04c142749c wireless-regdb: 2022.06.06 -> 2022.08.12 2022-08-17 06:49:13 +02:00
Franz Pletz
2fd64ee912
Merge pull request #186333 from alyssais/firmware-stdenvNoCC
treewide: firmware: stdenv -> stdenvNoCC
2022-08-17 06:47:51 +02:00
Bobby Rong
d47089b4a5
Merge pull request #187019 from kilianar/numix-icon-theme-22.08.15
numix-icon-theme-{circle,square}: 22.08.07 -> 22.08.15
2022-08-17 11:58:12 +08:00
github-actions[bot]
8df3a34451
Merge master into haskell-updates 2022-08-17 00:13:55 +00:00
R. Ryantm
5333e243e9 stdman: 2021.12.21 -> 2022.07.30 2022-08-16 23:31:36 +00:00
kilianar
a09957f96b numix-icon-theme-square: 22.08.07 -> 22.08.15
https://github.com/numixproject/numix-icon-theme-square/releases/tag/22.08.15
2022-08-16 21:49:57 +02:00
kilianar
5f6251aab7 numix-icon-theme-circle: 22.08.07 -> 22.08.15
https://github.com/numixproject/numix-icon-theme-circle/releases/tag/22.08.15
2022-08-16 21:48:45 +02:00
github-actions[bot]
4524f4b5ee
Merge staging-next into staging 2022-08-16 18:02:00 +00:00
github-actions[bot]
6489cd2db3
Merge master into staging-next 2022-08-16 18:01:16 +00:00
Vladimír Čunát
650170d3f4
beauty-line-icon-theme: revert to hash which works on linux
The source has issues on case insensitive filesystems due colliding
names.  But in this case I don't think we need to care, as
meta.platforms = platforms.linux;

Related discussion happened on matrix and
https://github.com/NixOS/nixpkgs/pull/185150#issuecomment-1214677890
2022-08-16 18:06:30 +02:00
Bobby Rong
7d43d44534
Merge pull request #183936 from NickCao/material-kwin-decoration
material-kwin-decoration: unstable-2021-10-28 -> unstable-2022-01-19,…
2022-08-16 23:19:58 +08:00
zowoq
913ea47f6b tzdata: 2022b -> 2022c
https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
2022-08-16 15:17:53 +02:00
github-actions[bot]
c096937e1b
Merge master into haskell-updates 2022-08-16 00:15:52 +00:00
github-actions[bot]
79661ba7e2
Merge staging-next into staging 2022-08-15 18:02:00 +00:00
Thomas Tuegel
13c000db21
Merge pull request #185824 from otavio/topic/iosevka-update
iosevka{,-bin}: 15.5.2 -> 15.6.3
2022-08-15 10:39:24 -05:00
github-actions[bot]
1c4d690e15
Merge staging-next into staging 2022-08-15 12:01:56 +00:00
Mon Aaraj
9f1da18a1e colemak-dh: init at unstable-2022-08-07 2022-08-15 02:51:07 -04:00
github-actions[bot]
4e717ab958
Merge staging-next into staging 2022-08-15 06:01:47 +00:00
Sebastián Mancilla
d11817ff22
Merge pull request #183111 from loicreynier/feat-fira-go-init
fira-go: init at 1.001
2022-08-14 22:17:55 -04:00
github-actions[bot]
071fb34807
Merge master into haskell-updates 2022-08-15 00:14:06 +00:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging 2022-08-15 00:03:15 +00:00
Winter
38858263da treewide: fix hashes for sparse checkout 2022-08-14 23:03:07 +02:00
github-actions[bot]
bbedd67512
Merge staging-next into staging 2022-08-14 06:01:58 +00:00
Winter
83519fe976 iosevka: fix build 2022-08-13 23:21:16 -04:00
Mario Rodas
57049d26a4
Merge pull request #186317 from r-ryantm/auto-update/spdx-license-list-data
spdx-license-list-data: 3.17 -> 3.18
2022-08-13 20:46:09 -05:00
github-actions[bot]
9ba6250a0d
Merge master into haskell-updates 2022-08-14 00:14:23 +00:00
github-actions[bot]
1c7931d7e1
Merge staging-next into staging 2022-08-13 18:01:53 +00:00
R. Ryantm
35e2da1d66 ddccontrol-db: 20220414 -> 20220720 2022-08-13 17:07:34 +00:00
Bobby Rong
0a1d5ca3c1
Merge pull request #186445 from romildo/upd.numix-icon-theme-circle
numix-icon-theme-circle: 22.07.11 -> 22.08.07
2022-08-13 22:47:12 +08:00
José Romildo
03d80b1bd7 numix-icon-theme-square: 22.07.11 -> 22.08.07 2022-08-13 09:57:05 -03:00
José Romildo
2d47ba0f79 numix-icon-theme-circle: 22.07.11 -> 22.08.07 2022-08-13 09:38:40 -03:00
ajs124
46f98c157d tzdata: 2022a -> 2022b
https://mm.icann.org/pipermail/tz-announce/2022-August/000071.html
2022-08-13 11:41:58 +02:00
github-actions[bot]
513498fe5c
Merge master into haskell-updates 2022-08-13 00:15:00 +00:00
R. Ryantm
f6c8b06c1f spdx-license-list-data: 3.17 -> 3.18 2022-08-12 17:23:02 +00:00
Alyssa Ross
839d828b9c
treewide: firmware: stdenv -> stdenvNoCC
None of these packages use a compiler, except for alsa-firmware, which
has the appropriate compiler in depsBuildBuild already.

Tested by building a NixOS system with hardware.enableAllFirmware = true.
2022-08-12 15:51:22 +00:00