Aaron Andersen
636d9043ea
Merge pull request #68109 from aanderse/pyvmomi
...
pythonPackages.pyvmomi: init at 6.7.1.2018.12
2019-09-05 12:02:24 -04:00
Marcial Gaißert
d64cdba5b4
caffeine-ng: move setuptools_scm dependency to buildInputs
...
setuptools_scm is only needed during build, not whilst using the package.
2019-09-05 17:44:55 +02:00
Francesco Gazzetta
c16df62034
drawpile: Switch to qt-specific mkDerivation
2019-09-05 17:22:57 +02:00
Claudio Bley
b170193185
wtf: Add infocmp
to PATH, fixes #68103
2019-09-05 17:13:11 +02:00
Jörg Thalheim
a7c12f59f8
Merge pull request #68140 from esclear/fix-cutter
...
Fix radare2-cutter: Wrap Cutter with Qt wrapper
2019-09-05 15:46:38 +01:00
Daniel Albert
5864b89767
Fix radare2-cutter: Wrap Cutter with Qt wrapper
...
Cutter would not find Qt plugins. This is fixed by wrapping it.
2019-09-05 16:18:37 +02:00
Ryan Mulligan
6713721105
Merge pull request #68111 from Ma27/bump-mautrix-whatsapp
...
mautrix-whatsapp: 2019-07-04 -> 2019-09-03
2019-09-05 06:52:42 -07:00
Ryan Mulligan
96d5fdcdac
Merge pull request #68117 from tadeokondrak/discord-0.0.96
...
discord-canary: 0.0.95 -> 0.0.96
2019-09-05 06:46:42 -07:00
Ryan Mulligan
50f5410954
Merge pull request #68124 from xrelkd/update/eksctl
...
eksctl: 0.4.3 -> 0.5.0
2019-09-05 06:30:59 -07:00
Ambroz Bizjak
a97a047419
tests/virtualbox: Clean up unnecessary things.
...
Always enable the UART because the VirtualBug bug that required running without the UART was fixed in 6.0.10. Stop using an old kernel version because the tests work with the default kernel.
(cherry picked from commit ae93571e8d04cebd69491a789d902d6481e05d3f)
2019-09-05 09:30:05 -04:00
Tim Steinbach
a4fcea49fc
vivaldi: 2.7.1628.30-1 -> 2.7.1628.33-1
2019-09-05 09:23:40 -04:00
Ryan Mulligan
1fad2704e7
Merge pull request #67937 from lightbulbjim/calibre
...
calibre: 3.47.0 -> 3.47.1
2019-09-05 06:09:33 -07:00
Francesco Gazzetta
0b1d671667
michabo: init at 0.1
2019-09-05 15:02:49 +02:00
Johan Thomsen
161855c033
ceph: 14.2.1 -> 14.2.3
2019-09-05 14:33:29 +02:00
Edmund Wu
7f660719c9
vscodium: 1.37.1 -> 1.38.0
2019-09-05 08:08:21 -04:00
Edmund Wu
6c82cc405a
vscode: 1.37.1 -> 1.38.0
2019-09-05 08:08:20 -04:00
Justin Bedo
3f83cbf538
xenomapper: init 1.0.2
2019-09-05 20:50:22 +10:00
Sébastien Maret
4f3eacc2bf
gildas: 20190701_a -> 20190901_a
2019-09-05 12:30:46 +02:00
Peter Simons
52de09ce84
heimdall: fix the GUI front-end's run-time errors
2019-09-05 10:55:19 +02:00
Will Dietz
4f493117bb
Merge pull request #68060 from dtzWill/update/xbps-0.57
...
xbps: 0.56 -> 0.57
2019-09-05 02:12:57 -05:00
Marek Mahut
3a7f89fdb4
Merge pull request #68042 from dtzWill/update/v4l-utils-1.16.7
...
v4l-utils: 1.16.6 -> 1.16.7
2019-09-05 09:00:18 +02:00
Marek Mahut
1a5d105e04
Merge pull request #68087 from peterhoeg/u/pio4
...
platformio: 3.6.6 -> 4.0.3
2019-09-05 08:59:35 +02:00
Marek Mahut
88c42a26a2
Merge pull request #68093 from jonringer/bump-textacy
...
python3Packages.textacy: 0.6.3 -> 0.9.1
2019-09-05 08:27:23 +02:00
Marek Mahut
b6fa0071e8
Merge pull request #68130 from marsam/update-terraform
...
terraform: 0.12.7 -> 0.12.8
2019-09-05 08:27:02 +02:00
Marek Mahut
97e72f3145
Merge pull request #68128 from marsam/update-flow
...
flow: 0.106.0 -> 0.107.0
2019-09-05 08:26:40 +02:00
Marek Mahut
93fa56edb1
Merge pull request #68122 from buckley310/msf5
...
metasploit: 4.16.1 -> 5.0.45
2019-09-05 08:26:16 +02:00
Marek Mahut
998acc5079
Merge pull request #68080 from dtzWill/update/usbguard-0.7.5
...
usbguard: 0.7.4 -> 0.7.5
2019-09-05 08:14:43 +02:00
Mario Rodas
12e3519344
terraform: 0.12.7 -> 0.12.8
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
2019-09-05 01:00:00 -05:00
Sarah Brofeldt
11e72e547d
Merge pull request #67563 from johanot/kubernetes-1.15-withmodulerevert
...
kubernetes: 1.14.3 -> 1.15.3
Also reverts the module systemd dependencies
2019-09-05 07:34:11 +02:00
aszlig
601bed3849
nixos/tests/quake3: Fix evaluation error
...
In c814d72b51
, a bunch of packages were
changed to use the pname attribute, among them were the quake3-demodata
and quake3-pointrelease which we use for the quake3 test.
Fortunately, having pname available means that we no longer need to
match using a prefix, so fixing this eval error also simplifies our
matching.
I directly pushed this to master because the change is non-controversial
and we can't break things that are already broken :-)
Signed-off-by: aszlig <aszlig@nix.build>
2019-09-05 07:00:12 +02:00
Will Dietz
5e86891baa
Merge pull request #68082 from dtzWill/update/pngquant-2.12.5
...
pngquant: 2.12.1 -> 2.12.5
2019-09-04 21:29:03 -05:00
Will Dietz
222422f87f
usbguard-nox: deprecate
2019-09-04 21:24:11 -05:00
Will Dietz
ef414c2676
Merge pull request #68036 from dtzWill/update/victor-mono-1.2.5
...
victor-mono: 1.2.1 -> 1.2.5
2019-09-04 21:13:20 -05:00
Will Dietz
7e48d74986
Merge pull request #68062 from dtzWill/update/fwts-19.08.00
...
fwts: 19.07.00 -> 19.08.00
2019-09-04 21:10:35 -05:00
Will Dietz
c96a378fb4
Merge pull request #68034 from dtzWill/update/sudo-font-0.40
...
sudo-font: 0.37 -> 0.40
2019-09-04 20:57:32 -05:00
Will Dietz
222307978c
Merge pull request #68047 from dtzWill/update/txr-224
...
txr: 220 -> 224
2019-09-04 20:55:32 -05:00
Will Dietz
d043c9e3fc
Merge pull request #68053 from dtzWill/update/taskell-1.6.1
...
taskell: 1.6.0 -> 1.6.1
2019-09-04 20:54:09 -05:00
Will Dietz
2e808509f0
xbps: fix build w/glibc, disable errors due to unused fread result
2019-09-04 20:47:29 -05:00
xrelkd
68ad416f34
eksctl: 0.4.3 -> 0.5.0
2019-09-05 09:38:28 +08:00
Mario Rodas
584ca4c8ee
flow: 0.106.0 -> 0.107.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.107.0
2019-09-04 20:00:00 -05:00
Sean Buckley
7d7d9e57f8
metasploit: 4.16.1 -> 5.0.45
2019-09-04 20:44:50 -04:00
Mario Rodas
044cc701c2
Merge pull request #68048 from marsam/update-netdata
...
netdata: 1.16.0 -> 1.17.0
2019-09-04 18:37:21 -05:00
Katharina Fey
589c156869
nixos/railcar: small style changes
2019-09-04 22:46:42 +00:00
Katharina Fey
8f7da8ce0b
nixos/railcar: init
2019-09-04 22:46:42 +00:00
Katharina Fey
18f7f19ce2
ociTools: init
2019-09-04 22:46:42 +00:00
Lily Ballard
43dade238f
installShellFiles: init ( #65211 )
...
This is a new package that provides a shell hook to make it easy to
declare manpages and shell completions in a manner that doesn't require
remembering where to actually install them. Basic usage looks like
{ stdenv, installShellFiles, ... }:
stdenv.mkDerivation {
# ...
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage doc/foobar.1
installShellCompletion --bash share/completions/foobar.bash
installShellCompletion --fish share/completions/foobar.fish
installShellCompletion --zsh share/completions/_foobar
'';
# ...
}
See source comments for more details on the functions.
2019-09-04 23:19:17 +02:00
Eelco Dolstra
37e333af9a
nix: 2.2.2 -> 2.3
2019-09-04 21:36:49 +02:00
Marek Mahut
9392493ccc
Merge pull request #68081 from dtzWill/update/stress-ng-0.10.02
...
stress-ng: 0.10.01 -> 0.10.02
2019-09-04 21:28:04 +02:00
Marek Mahut
89f9948082
Merge pull request #68090 from markus1189/aws-rotate-key-1-0-6
...
aws-rotate-key: 1.0.4 -> 1.0.6
2019-09-04 21:27:23 +02:00
Marek Mahut
4622046a2f
Merge pull request #68104 from peterhoeg/f/aucdtect
...
aucdtect: pname was wrong
2019-09-04 21:23:42 +02:00