Commit Graph

253062 Commits

Author SHA1 Message Date
Ryan Mulligan
48f9fb718f
Merge pull request #104196 from r-ryantm/auto-update/libgpiod
libgpiod: 1.6 -> 1.6.1
2020-11-18 17:36:13 -08:00
Andreas Rammhold
a322b32e9d thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this
now required change.
2020-11-19 01:15:20 +01:00
Andreas Rammhold
e5f945b13b
Merge pull request #104176 from andir/firefox-83
firefox: 82.0.3 -> 83.0, firefox-esr: 78.4.1esr -> 78.5.0esr, nss: 3.56 -> 3.58, cacert refactor
2020-11-19 00:47:04 +01:00
Ryan Mulligan
7266cae45c
Merge pull request #104209 from r-ryantm/auto-update/marvin
marvin: 20.19.0 -> 20.20.0
2020-11-18 15:40:58 -08:00
R. RyanTM
ecd3ac0fbd minikube: 1.14.2 -> 1.15.0 2020-11-19 09:07:03 +10:00
0x4A6F
d0b5ba2d4f dasel: 1.6.1 -> 1.6.2 2020-11-19 08:24:30 +10:00
0x4A6F
033ced84a3 dasel: 1.5.1 -> 1.6.1 2020-11-19 08:24:30 +10:00
Maximilian Bosch
30d7b93412
Merge pull request #104152 from r-ryantm/auto-update/gthumb
gthumb: 3.10.0 -> 3.10.1
2020-11-18 22:56:50 +01:00
Ryan Mulligan
a9c843936d
Merge pull request #103565 from r-ryantm/auto-update/terraform-provider-lxd
terraform-providers.lxd: 1.3.0 -> 1.4.0
2020-11-18 13:52:41 -08:00
Silvan Mosberger
3307adf755
Merge pull request #98980 from JustinLovinger/idmapd
nixos/nfs: add idmapd.settings option
2020-11-18 22:46:48 +01:00
Timo Kaufmann
9140b112b9
Merge pull request #103124 from xfix/update-ndiswrapper
linuxPackages.ndiswrapper: 1.62-pre -> 1.63
2020-11-18 22:32:08 +01:00
Wulfsta
3c9c52db49 pythonPackages.flatbuffers: init at 1.12.0 2020-11-18 13:23:41 -08:00
R. RyanTM
5a4772e260 marvin: 20.19.0 -> 20.20.0 2020-11-18 21:03:39 +00:00
Jörg Thalheim
624285d029
Merge pull request #104206 from Mic92/telegraf 2020-11-18 21:55:07 +01:00
Jörg Thalheim
58bf9ed18b
nixos/telegraf: fix test 2020-11-18 21:42:01 +01:00
Jörg Thalheim
0f84e08fcd
nixos/telegraf: make example a bit more compact 2020-11-18 21:41:58 +01:00
Jörg Thalheim
69caedcc42
nixos/telegraf: null value for environmentFiles is invalid
it's also not needed given that empty list covers all use cases.
2020-11-18 21:41:55 +01:00
James Ravn
e4883cb78e
gnome3.pomodoro: 0.17.0 -> 0.18.0
Needed to work with the current Gnome 3 version in master.
2020-11-18 21:24:48 +01:00
R. RyanTM
230fd90dcc gmic: 2.9.2 -> 2.9.3 2020-11-18 21:14:59 +01:00
Kevin Amado
04a641bd4f pythonPackages.aioextensions: init at 20.11.1517005 2020-11-18 12:05:12 -08:00
Flakebi
eafb0c886d vimPlugins.vim-markdown-composer: init at 2020-08-15 2020-11-18 12:04:37 -08:00
Max Wilson
713b47e815 add self to utsushi 2020-11-18 12:00:31 -08:00
Max Wilson
ba4642eb6a update contact info 2020-11-18 12:00:31 -08:00
Michael Weiss
023185b971
Merge pull request #104112 from mweinelt/python/gns-server
gns3-server: relax aiohttp pin
2020-11-18 20:32:26 +01:00
R. RyanTM
218b43a7fa ssmsh: 1.4.3 -> 1.4.4 2020-11-18 11:19:35 -08:00
ajs124
fce1a3ee1a
nss: 3.58 -> 3.59
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.59_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
ccb42da9a9
firefox-esr-78: 78.4.1esr -> 78.5.0esr 2020-11-18 20:13:23 +01:00
Andreas Rammhold
fddfa3915c
firefox: 82.0.3 -> 83.0 2020-11-18 20:13:23 +01:00
Andreas Rammhold
6c33216fcb
nss: 3.57 -> 3.58
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
c1cfe8b84e
firefox: fallback to nss_3_53 when version is below 83 2020-11-18 20:13:23 +01:00
Andreas Rammhold
cbd0f8931c
nss_3_53: init 2020-11-18 20:13:23 +01:00
Andreas Rammhold
398cdab5ce
firefox: prepare pipewire patches for firefox 83 2020-11-18 20:13:23 +01:00
Andreas Rammhold
94448baf6d
cacert: decouple from NSS to reduce rebuild amount
In [#100765] @vcunat pointed out that we could decouple cacert from the
NSS package to make it more rebuild friendly. Just rebuilding packages
that depend on NSS seems to be about ~100. Rebuilding all the packages
that depend on cacert is >9k as of this writing. This makes it much more
feasible to upgrade high-profile packages that are (rightfully) pedantic
on their NSS version like firefox and thunderbird.

[#100765]: https://github.com/NixOS/nixpkgs/pull/100765
2020-11-18 20:13:22 +01:00
R. RyanTM
193ace7e8a ckbcomp: 1.197 -> 1.198 2020-11-18 11:10:51 -08:00
R. RyanTM
8e80af2e89 bluefish: 2.2.11 -> 2.2.12 2020-11-18 11:07:33 -08:00
R. RyanTM
37080b5c61 cointop: 1.5.4 -> 1.5.5 2020-11-18 11:06:25 -08:00
freezeboy
5dea442d09 appdaemon: 4.0.1 -> 4.0.5 2020-11-18 10:57:17 -08:00
freezeboy
95a170cda0 python3Packages.sockjs: init at 0.11.0 2020-11-18 10:57:17 -08:00
Daiderd Jordan
d0ca6b396e
Merge pull request #103917 from badmutex/badi/update-plex
plex: 1.20.3.3483 -> 1.20.5.3600
2020-11-18 19:45:06 +01:00
R. RyanTM
377c7b160b
direnv: 2.23.1 -> 2.24.0 (#104109) 2020-11-18 18:59:01 +01:00
R. RyanTM
ca07ef0fc4 libgpiod: 1.6 -> 1.6.1 2020-11-18 17:11:09 +00:00
Jörg Thalheim
6625284c39
Merge pull request #104182 from helsinki-systems/fix/gst-plugins-bad 2020-11-18 17:15:21 +01:00
ajs124
19ddb6e657 freeswitch: use spandsp3 2020-11-18 17:13:30 +01:00
ajs124
4897c23904 spandsp3: init at 3.0.0 2020-11-18 17:13:29 +01:00
ajs124
99b47e7111 Revert "spandsp: 0.0.6 -> 3.0.0"
This reverts commit e184cede9210608ebe5d04972d79338e92ca4b60.
2020-11-18 17:05:22 +01:00
Badi Abdul-Wahid
253650f6d0
plex: add badmutex (myself) to maintainers list 2020-11-18 08:56:21 -06:00
Badi Abdul-Wahid
51524e7176
plex: 1.20.3.3483 -> 1.20.5.3600 2020-11-18 08:56:10 -06:00
R. RyanTM
f2e4de720d libgda: 5.2.9 -> 5.2.10 2020-11-18 15:46:07 +01:00
Maximilian Bosch
f01bfd6843
Merge pull request #104154 from WilliButz/update/grafana/v7.3.3
grafana: 7.3.2 -> 7.3.3
2020-11-18 15:34:45 +01:00
Ryan Mulligan
e5e08a5062
Merge pull request #100763 from neonfuz/koreader
koreader: 2020.09 -> 2020.11
2020-11-18 06:31:35 -08:00