Commit graph

9203 commits

Author SHA1 Message Date
Alyssa Ross bb8d9a49ff
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
This will bring in the fix for the yarGen eval failure.
2021-04-23 13:35:52 +00:00
Vladimír Čunát ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Raphael Megzari b118066acc
starship: 0.51.0 -> 0.52.1 (#120293) 2021-04-23 12:55:01 +09:00
Raphael Megzari 0b57aa8701
vector: 0.12.2 -> 0.13.0 (#120134) 2021-04-23 11:52:41 +09:00
Mario Rodas 204b31d5a2
Merge pull request #120164 from r-ryantm/auto-update/chezmoi
chezmoi: 2.0.9 -> 2.0.10
2021-04-22 21:39:01 -05:00
Mario Rodas f1fb12dc25
Merge pull request #120190 from r-ryantm/auto-update/goreleaser
goreleaser: 0.162.0 -> 0.163.1
2021-04-22 21:37:38 -05:00
Ryan Mulligan 6690cb923f
Merge pull request #119136 from r-ryantm/auto-update/pcb2gcode
pcb2gcode: 2.3.0 -> 2.3.1
2021-04-22 18:46:16 -07:00
github-actions[bot] 0d97d9f23b
Merge staging-next into staging 2021-04-23 00:15:42 +00:00
github-actions[bot] 481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
kat witch 968885ec4a
ckb-next: 0.4.2 -> 0.4.4 2021-04-22 23:56:40 +01:00
Cole Helbling 722ecd9e93 cyclonedx-python: init at 0.4.3 2021-04-22 14:32:16 -07:00
Markus Kowalewski a7f26b710c
snapper: 0.8.15 -> 0.9.0 2021-04-22 17:23:14 +02:00
R. RyanTM d4699e503c goreleaser: 0.162.0 -> 0.163.1 2021-04-22 10:27:44 +00:00
R. RyanTM ab3c516f08 chezmoi: 2.0.9 -> 2.0.10 2021-04-22 07:28:14 +00:00
github-actions[bot] a260b67879
Merge staging-next into staging 2021-04-21 12:06:26 +00:00
github-actions[bot] 9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Sandro 645e1fdb80
Merge pull request #119972 from hjones2199/websocat-1dot8
websocat: 1.6.0 -> 1.8.0
2021-04-21 05:10:50 +02:00
github-actions[bot] 6faea022df
Merge staging-next into staging 2021-04-21 00:15:23 +00:00
github-actions[bot] 99c7bab106
Merge master into staging-next 2021-04-21 00:15:20 +00:00
Hunter Jones 78c1ab76d7 websocat: 1.6.0 -> 1.8.0 2021-04-20 14:25:40 -05:00
Ben Sima b4a87f0ef0 wemux: init at 2021-04-16
The usual wemux.conf location is /usr/local/etc, but that directory doesn't
exist, so we patch the script to look in /etc.

Reviewed-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210419002256.30999-1-ben@bsima.me%3E
2021-04-20 11:51:06 -07:00
github-actions[bot] cf0edc0dea
Merge staging-next into staging 2021-04-20 06:06:28 +00:00
github-actions[bot] e605a07cc0
Merge master into staging-next 2021-04-20 06:06:25 +00:00
R. RyanTM b7ac5e7c00 ostree: 2020.8 -> 2021.1 2021-04-19 23:23:26 -04:00
R. RyanTM b1476f41ec pspg: 4.4.0 -> 4.5.0 2021-04-19 22:41:36 -04:00
github-actions[bot] ea5bd4364e
Merge staging-next into staging 2021-04-19 18:11:54 +00:00
github-actions[bot] 6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
John Ericson b26886474a
Merge pull request #119827 from alyssais/isBSD
stdenv.isBSD: reinit
2021-04-19 13:50:14 -04:00
github-actions[bot] 7742d40a37
Merge staging-next into staging 2021-04-19 06:05:52 +00:00
github-actions[bot] 36faabcd7c
Merge master into staging-next 2021-04-19 06:05:48 +00:00
Sandro ce87b4fb11
Merge pull request #119722 from prusnak/sta
sta: unstable-2016-01-25 -> unstable-2020-05-10
2021-04-19 04:31:26 +02:00
github-actions[bot] c577e0ee09
Merge staging-next into staging 2021-04-19 00:15:24 +00:00
github-actions[bot] a28d31ed86
Merge master into staging-next 2021-04-19 00:15:22 +00:00
Alyssa Ross 730a9a04fa
stdenv.isBSD: reinit
This was removed in e29b0da9c7, because
it was felt it was ambiguous whether isBSD should remove Darwin.

I think it should be reintroduced.  Packages sometimes have their own
concepts of "is BSD" e.g. Lua, and these almost never include Darwin,
so let's keep Darwin excluded.

Without a way to say "is this BSD", one has to list all flavours of
BSD seperately, even though fundamentally they're still extremely
similar.  I don't want to have to write the following!

    stdenv.isFreeBSD || stdenv.isNetBSD || stdenv.isOpenBSD || stdenv.isDragonFlyBSD

Additionally, we've had stdenv.hostPlatform.isBSD this whole time, and
it hasn't hurt anything.
2021-04-18 20:12:09 +00:00
Sandro 8e16538785
Merge pull request #119759 from dotlambda/ytfzf-1.1.4
ytfzf: 1.1.3 -> 1.1.4
2021-04-18 20:51:37 +02:00
github-actions[bot] f42b75df03
Merge staging-next into staging 2021-04-18 18:10:40 +00:00
github-actions[bot] b57b2b362c
Merge master into staging-next 2021-04-18 18:10:37 +00:00
Robert Scott 5a333c5f09
Merge pull request #119449 from woffs/nncp-6.3.0
nncp: 6.2.0 -> 6.3.0
2021-04-18 15:11:44 +01:00
github-actions[bot] 2095c2cd0d
Merge staging-next into staging 2021-04-18 12:06:03 +00:00
github-actions[bot] 9e804db1da
Merge master into staging-next 2021-04-18 12:06:01 +00:00
zowoq faab9ed66b miniserve: 0.13.0 -> 0.14.0
https://github.com/svenstaro/miniserve/releases/tag/v0.14.0
2021-04-18 20:10:14 +10:00
Robert Helgesson 831e64bad4
Drop maintainership for some packages 2021-04-18 09:00:18 +02:00
github-actions[bot] da0e7f5fab
Merge staging-next into staging 2021-04-18 00:15:39 +00:00
github-actions[bot] 0ef3d3e462
Merge master into staging-next 2021-04-18 00:15:36 +00:00
Robert Schütz 3459867869 ytfzf: 1.1.3 -> 1.1.4
https://github.com/pystardust/ytfzf/releases/tag/v1.1.4
2021-04-18 00:51:17 +02:00
github-actions[bot] 33182b194a
Merge staging-next into staging 2021-04-17 18:10:41 +00:00
github-actions[bot] 8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Pavol Rusnak 7f412547a6
sta: unstable-2016-01-25 -> unstable-2020-05-10 2021-04-17 19:44:02 +02:00
Jörg Thalheim b2a1e04eed
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-04-17 16:37:04 +02:00
Jörg Thalheim 0df153fbbe
Merge pull request #119661 from Radvendii/ostree-fix
ostree: fix TLS errors
2021-04-17 15:27:07 +01:00