184174 Commits

Author SHA1 Message Date
xrelkd
cf65af601c cargo-make: 0.19.4 -> 0.19.5 2019-06-10 10:27:05 +08:00
Will Dietz
f46793a32c
tor-browser-bundle-bin: 32bit hashfix 2019-06-09 21:22:06 -05:00
Franz Pletz
c66fe5a161
Merge pull request #62902 from rvolosatovs/fix/systemd-networkd-match
systemd-networkd: Only generate [Match] if present
2019-06-09 23:08:09 +00:00
Maximilian Bosch
6a1537758b
Merge pull request #62627 from suhr/strategies
strategies: init at 0.2.3
2019-06-10 00:38:06 +02:00
Maximilian Bosch
1e0cd8a708
Merge pull request #62909 from ivan/grab-site-2.1.16
grab-site: 2.1.15 -> 2.1.16
2019-06-10 00:21:18 +02:00
Maximilian Bosch
eb09ec0ac9
Merge pull request #62821 from romildo/upd.jgmenu
jgmenu: 1.1 -> 3.0
2019-06-10 00:15:35 +02:00
Matthew Bauer
8ca59e0a39
Merge pull request #62740 from risicle/ris-spglib-assert-fix
pythonPackages.spglib: add patch fixing darwin/py27 build
2019-06-09 17:56:41 -04:00
Matthew Bauer
a592a9053d
Merge pull request #62784 from rasendubi/emacs-packages-2019-06-06
Emacs packages update: 2019-06-06
2019-06-09 17:56:10 -04:00
Matthew Bauer
b22fa4e091
Merge pull request #62842 from lopsided98/lkl-cross
lkl: fix cross
2019-06-09 17:49:57 -04:00
Vladyslav M
6b8db64145
synapse-bt: unstable-2019-05-26 -> 1.0 2019-06-10 00:11:12 +03:00
Ryan Mulligan
64c2ffbe75
Merge pull request #62491 from r-ryantm/auto-update/openshadinglanguage
osl: 1.10.4 -> 1.10.5
2019-06-09 13:30:31 -07:00
Ryan Mulligan
621c8f6b9b
Merge pull request #62568 from r-ryantm/auto-update/shc
shc: 4.0.1 -> 4.0.2
2019-06-09 13:29:05 -07:00
Ivan Kozik
55ca8e6114 grab-site: 2.1.15 -> 2.1.16 2019-06-09 20:26:19 +00:00
worldofpeace
5f43368eca
Merge pull request #62668 from vanschelven/python-redis-lock
pythonPackages.python-redis-lock: init at 3.3.1
2019-06-09 15:51:38 -04:00
Klaas van Schelven
535b2d71bc python: python-redis-lock: init at 3.3.1 2019-06-09 21:44:52 +02:00
Elis Hirwing
bed470aa55
Merge pull request #62690 from dtzWill/update/shadowfox-2.2.0
shadowfox: 2.0.1 -> 2.2.0
2019-06-09 21:04:17 +02:00
Elis Hirwing
6fe625854b
Merge pull request #62799 from dtzWill/update/pyotherside-1.5.6
pyotherside: 1.5.5 -> 1.5.6
2019-06-09 21:01:43 +02:00
Elis Hirwing
560504f3b1
Merge pull request #62796 from dtzWill/update/grim-1.2.0
grim: 1.1 -> 1.2.0
2019-06-09 20:56:35 +02:00
Roman Volosatovs
8e489018d3
systemd-networkd: Only generate [Match] if present 2019-06-09 19:09:10 +02:00
Jörg Thalheim
98e3b90b6c
Merge pull request #62269 from dasJ/fix-bird-reload
nixos/bird: Fix reload
2019-06-09 17:34:30 +01:00
Tim Steinbach
9a7e890e31
linux: 5.2-rc3 -> 5.2-rc4 2019-06-09 12:28:30 -04:00
Tim Steinbach
35a27d3e39
linux: 5.1.7 -> 5.1.8 2019-06-09 12:28:30 -04:00
Tim Steinbach
6634075cb9
linux: 4.19.48 -> 4.19.49 2019-06-09 12:28:29 -04:00
Tim Steinbach
fdd34cb63d
linux: 4.14.123 -> 4.14.124 2019-06-09 12:28:29 -04:00
Mario Rodas
2c74d5d3c1
Merge pull request #62893 from marsam/update-detect-secrets
detect-secrets: 0.11.4 -> 0.12.4
2019-06-09 11:16:04 -05:00
Mario Rodas
81f94e9cc2
Merge pull request #62792 from marsam/update-postgresqlPackages.pgroonga
postgresqlPackages.pgroonga: 2.1.9 -> 2.2.0
2019-06-09 11:00:08 -05:00
Franz Pletz
b7b92bc968
Revert "Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)"
This reverts commit bbb380114190c91454e4c0dd7acecf6ddecf1902.

The issue in pulseaudio was fixed by dacc02faa541741c5ed11f6403ebf3fef0a54a32.

cc #62895
2019-06-09 17:56:31 +02:00
Mario Rodas
509b62bf67
Merge pull request #62880 from thefloweringash/sensu-go
sensu-go: init at 5.9.0
2019-06-09 10:51:09 -05:00
Mario Rodas
1813cf108e
Merge pull request #62892 from marsam/update-websocketd
websocketd: 0.3.0 -> 0.3.1
2019-06-09 10:34:35 -05:00
Klemens Nanni
03d6c406fc
nixos/documentation: nixos-help: use w3m(1) by default
It is referenced in various places, but does not work out of the box:

	$ nixos-help
	/run/current-system/sw/bin/nixos-help: unable to start a web browser; please set $BROWSER

In the user-hidden fallbacks to xdg-open(1) and w3m(1), `nixos-help`
expects tools to be deliberately installed by users.

For default installations and new users in general, this is unlikely to
be the case.  Conversely, chances to use `nixos-help` are even higher
in such cases.

Use w3m-nographics by default to ensure documentation is always
available.  The documentation browser on ttyS8 already does so, but is
not accessible in every installation, e.g. VMs with only ttyS0 and SSH
available.

This obsoletes including it in the base profile's systemPackages,
so remove the @TODO as done.
2019-06-09 17:11:20 +02:00
Robin Gloster
2e49cb9772
Merge pull request #62887 from etu/php72-to-php73
php: Upgrade to php73 as default php
2019-06-09 15:06:38 +00:00
Andrew Childs
70db1185b7 mysql55: fix build under clang 6 (and newer) 2019-06-09 23:33:57 +09:00
Vladimír Čunát
19fd24d6f2
Merge #61574: Fix build with pkgsMusl 2019-06-09 16:19:18 +02:00
Timo Kaufmann
bbb3801141
Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)
This reverts commit 2a5923aa2e37d3e3cc4979879ce466942498f139.

Breaks sound, at least for some people.
https://discourse.nixos.org/t/no-sound-on-unstable/3130
2019-06-09 16:17:54 +02:00
Vladimír Čunát
b73f382f25
audit: reduce non-musl dependencies after parent commit
Reduction of build-time closures, and avoiding a mass rebuild now.
And I believe these belong into native inputs.
2019-06-09 16:16:51 +02:00
Mario Rodas
6e448db9d6
Merge pull request #62544 from risicle/ris-django-silk-fix
pythonPackages.django_silk: fix build, enable tests
2019-06-09 09:02:56 -05:00
Mario Rodas
fc80dcf617
Merge pull request #62881 from Ralith/shaderc
shaderc: 2018.0 -> 2019.0
2019-06-09 08:52:22 -05:00
Kranium Gikos Mendoza
0412ee2a6d orc: disable tests on armv7l
also updated bugzilla references to newer gitlab
2019-06-09 23:46:30 +10:00
Kranium Gikos Mendoza
744ab4254c llvm_7: skip failing X86 test cases on armv7l
fixes #57472
2019-06-09 23:36:06 +10:00
Andrew Childs
a756a69ce4 sensu-go: init at 5.9.0 2019-06-09 22:29:59 +09:00
Vladimír Čunát
7bf37e1f8b
Merge #61817: docear: init at 1.2.0 2019-06-09 15:25:54 +02:00
Joachim F
483d50e2cc
Merge pull request #62677 from joelthompson/upgrade_botolibs
botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.1…
2019-06-09 13:05:30 +00:00
Vladimír Čunát
2354bc69b3
Merge #62440: git-quick-stats: init at 2.0.8 2019-06-09 15:03:18 +02:00
Vladimír Čunát
e8f8df0699
Merge #61877: thunderbird*: 60.6.0 -> 60.7.0 (security) 2019-06-09 15:03:11 +02:00
Matthieu Coudron
f70b980def sile: leverage lua environments
allows to simplify the implementation quite a bit
2019-06-09 12:55:47 +00:00
Frederik Rietdijk
bce1f11f5d fix eval 2019-06-09 13:54:46 +02:00
Vladimír Čunát
308706fe9e
Merge #62132: tetra-gtk-theme: 201905 -> 201905r1
And rename, without an alias (probably fine for this, I think).
2019-06-09 13:43:10 +02:00
Vladimír Čunát
c5194a2c55
Revert "filezilla: add wrapper to set necessary FZ_DATADIR"
This reverts commit 61940b89a5646987e8b7a8fe7277ec7534c957b1 #62340.
Apparently it's not needed anymore after the update, so let me clean up.
2019-06-09 13:17:05 +02:00
Vladimír Čunát
7ec794f90a
Merge #62276: libfilezilla: 0.13.0 -> 0.16.0; filezilla: -> 3.42.1 2019-06-09 13:17:04 +02:00
Vladimír Čunát
8de4579955
Merge #62335: re2: 20140304 -> 20190401 2019-06-09 13:17:03 +02:00