Marek Mahut
|
bf01a3ba94
|
gitlab: 11.10.4 -> 11.10.5
|
2019-06-13 01:45:13 +02:00 |
|
Matthew Bauer
|
a9c4486931
|
Merge pull request #63047 from marsam/fix-zfs
zfs: fix install completions
|
2019-06-12 19:39:34 -04:00 |
|
Maximilian Bosch
|
401360e15b
|
Merge pull request #61923 from aanderse/gitea
nixos/gitea: make use of declarative features where applicable
|
2019-06-13 01:01:18 +02:00 |
|
Mario Rodas
|
f00a9f2689
|
zfs: fix install completions
|
2019-06-12 18:00:00 -05:00 |
|
caadar
|
57301d9b2f
|
Add Bash completions for ZFS. (#62986)
* Add Bash completions for ZFS.
* Load completions on demand only.
|
2019-06-12 18:15:35 -04:00 |
|
Orivej Desh
|
a9b033d221
|
licenses: refer to libpng2 using spdx
https://spdx.org/licenses/libpng-2.0.html
|
2019-06-12 22:04:52 +00:00 |
|
Ihar Hrachyshka
|
35ee15ded8
|
epkowa: add support for network scanners (#60568)
|
2019-06-12 14:46:57 -04:00 |
|
gnidorah
|
876660fed9
|
adlplug, opnplug: 1.0.0 -> 1.0.1 (#63025)
|
2019-06-12 13:31:44 -04:00 |
|
Tim Steinbach
|
eb359ddb73
|
oh-my-zsh: 2019-06-08 -> 2019-06-11
|
2019-06-12 13:09:46 -04:00 |
|
Tim Steinbach
|
5443b3d5a8
|
jenkins: 2.164.3 -> 2.176.1
|
2019-06-12 13:09:46 -04:00 |
|
Tim Steinbach
|
9ac722052e
|
linux: 5.1.8 -> 5.1.9
|
2019-06-12 13:09:46 -04:00 |
|
Tim Steinbach
|
498910d4d1
|
linux: 4.9.180 -> 4.9.181
|
2019-06-12 13:09:46 -04:00 |
|
Tim Steinbach
|
879ba019ab
|
linux: 4.4.180 -> 4.4.181
|
2019-06-12 13:09:46 -04:00 |
|
Tim Steinbach
|
225fc210f1
|
linux: 4.19.49 -> 4.19.50
|
2019-06-12 13:09:45 -04:00 |
|
Tim Steinbach
|
a7ed499450
|
linux: 4.14.124 -> 4.14.125
|
2019-06-12 13:09:11 -04:00 |
|
worldofpeace
|
16f867c2cb
|
brave: 0.61.50 -> 0.65.118
Also corrects indentation and adds changelog meta attribute.
https://github.com/brave/brave-browser/blob/v0.65.118/CHANGELOG.md
|
2019-06-12 13:08:07 -04:00 |
|
Simon Lackerbauer
|
037dd9b796
|
atlassian-jira: 8.1.0 -> 8.2.1
|
2019-06-12 18:57:37 +02:00 |
|
Simon Lackerbauer
|
136a1234b6
|
atlassian-crowd: 3.4.4 -> 3.4.5
|
2019-06-12 18:57:37 +02:00 |
|
Franz Pletz
|
7bf0c395d7
|
Merge pull request #63030 from taku0/flashplayer-32.0.0.207
flashplayer: 32.0.0.192 -> 32.0.0.207 [Critical security fixes]
|
2019-06-12 16:56:22 +00:00 |
|
Wael M. Nasreddine
|
f41667a774
|
bazel: 0.26.0 -> 0.26.1
|
2019-06-12 18:35:51 +02:00 |
|
Eelco Dolstra
|
abd51d042c
|
nix: Add nixFlakes attribute for the flake branch
|
2019-06-12 18:23:19 +02:00 |
|
Jon
|
e82f01d2c5
|
pythonPackages.cli-helpers: 1.2.0 -> 1.2.1 (#62989)
|
2019-06-12 08:56:15 -07:00 |
|
adisbladis
|
c8dedaddd6
|
firefox-beta-bin: 68.0b8 -> 68.0b9
|
2019-06-12 15:50:08 +01:00 |
|
adisbladis
|
56fbfd5f46
|
firefox-devedition-bin: 68.0b8 -> 68.0b9
|
2019-06-12 15:50:02 +01:00 |
|
adisbladis
|
acbfb00352
|
pulseaudio-dlna: Fix build by downgrading zeroconf
|
2019-06-12 15:20:41 +01:00 |
|
Vladyslav M
|
e37d6efadc
|
exiftool: 11.48 -> 11.50 (#62987)
exiftool: 11.48 -> 11.50
|
2019-06-12 17:07:53 +03:00 |
|
Profpatsch
|
cc627366cd
|
Merge pull request #62336 from groodt/bazel-0.26.0
bazel: 0.24.0 -> 0.26.0
|
2019-06-12 14:55:49 +02:00 |
|
Profpatsch
|
7bae5c6392
|
xe: platforms.linux -> platforms.all
xe is such a trivial package, it should build on every platform that
supports a CC compiler.
|
2019-06-12 14:09:42 +02:00 |
|
Profpatsch
|
5d238e45de
|
bazel: run the tests on all supported platforms
|
2019-06-12 14:09:42 +02:00 |
|
Profpatsch
|
629c050b5d
|
bazel.tests: prebuild the bazel self-extraction to speed up test
Factor out the common parts of tests & cache the bazel
self-extraction (ugh) to a common store path.
|
2019-06-12 14:09:42 +02:00 |
|
Profpatsch
|
44f97b56d9
|
bazel: move the python test to py_binary
`py_test` tries to download unnecessary dependencies at runtime. We
can just as well run it to check the assertion.
Upstream issue: https://github.com/bazelbuild/bazel/issues/8575
|
2019-06-12 14:09:42 +02:00 |
|
Greg Roodt
|
dd2a0f6c4a
|
bazel: 0.24.0 -> 0.26.0
|
2019-06-12 14:09:42 +02:00 |
|
Elis Hirwing
|
039983bd7a
|
Merge pull request #62783 from Izorkin/php-packages
php: update build config and php package
|
2019-06-12 13:14:22 +02:00 |
|
Eelco Dolstra
|
734b3e7758
|
Merge pull request #62966 from bjornfor/nixos-generate-config-bcache
nixos-generate-config: add support for bcache
|
2019-06-12 10:06:17 +02:00 |
|
markuskowa
|
ca099915f7
|
Merge pull request #62976 from markuskowa/upd-octopus
octopus: 8.4 -> 9.0
|
2019-06-12 09:36:42 +02:00 |
|
William Casarin
|
14ebdbb3d9
|
bitlebee-discord: add myself as maintainer
Signed-off-by: William Casarin <jb55@jb55.com>
|
2019-06-12 09:35:46 +02:00 |
|
William Casarin
|
6845a8323a
|
bitlbee-discord: set BITLBEE_DATADIR
Build fails otherwise
Signed-off-by: William Casarin <jb55@jb55.com>
|
2019-06-12 09:35:46 +02:00 |
|
Matthieu Coudron
|
3f00ca96f2
|
Merge pull request #63018 from dtzWill/update/xclock-1.1.0
xorg.xcalc: 1.0.7 -> 1.1.0
|
2019-06-12 16:27:53 +09:00 |
|
Will Dietz
|
b64747192c
|
browsh: 1.5.0 -> 1.5.2
* update/regen deps.nix
|
2019-06-12 16:27:26 +09:00 |
|
Frederik Rietdijk
|
7184efb40a
|
Merge master into staging-next
|
2019-06-12 09:22:07 +02:00 |
|
Mario Rodas
|
9edf8f73f7
|
sops: 3.3.0 -> 3.3.1
|
2019-06-12 09:17:45 +02:00 |
|
Frederik Rietdijk
|
869f90be8a
|
Merge pull request #62801 from peterhoeg/p/pywebpush
python3Packages.pywebpush: init at 1.9.4
|
2019-06-12 09:14:18 +02:00 |
|
Vladyslav M
|
3d26aeea17
|
android-file-transfer: 3.8 -> 3.9 (#62985)
android-file-transfer: 3.8 -> 3.9
|
2019-06-12 09:55:58 +03:00 |
|
Franz Pletz
|
9b2ee2c057
|
Merge pull request #62838 from mayflower/fix/cryptsetup-kernel-crypto
cryptsetup: enable kernel crypto api support again
|
2019-06-12 05:05:38 +00:00 |
|
Will Dietz
|
813799a6cb
|
xorg.xcalc: 1.0.7 -> 1.1.0
xcalc: ensure "app-defaults" resources are installed+found, works now
|
2019-06-12 00:00:10 -05:00 |
|
Franz Pletz
|
e4612862d2
|
Merge pull request #63003 from tadeokondrak/wsproto/update/0.14.1
pythonPackages.wsproto: 0.14.0 -> 0.14.1
|
2019-06-12 04:49:47 +00:00 |
|
Will Dietz
|
762f89d157
|
firefox: 67.0.1 -> 67.0.2
|
2019-06-11 23:45:56 -05:00 |
|
Franz Pletz
|
076b79a3f1
|
Merge pull request #62990 from mayflower/pkg/matrix-synapse-1.0.0
matrix-synapse: 0.99.5.2 -> 1.0.0
|
2019-06-12 04:43:33 +00:00 |
|
Will Dietz
|
62a4423809
|
Merge pull request #62930 from dtzWill/update/libwhich-1.1.0
libwhich: 2019-03-20 -> 1.1.0
|
2019-06-11 23:41:22 -05:00 |
|
worldofpeace
|
20fa419ee8
|
Merge pull request #62991 from romildo/upd.papirus-icon-theme
papirus-icon-theme: 20190501 -> 20190521
|
2019-06-12 00:33:44 -04:00 |
|