Commit Graph

185417 Commits

Author SHA1 Message Date
Andrew Childs
af55c1c0b9 sensu-go: 5.10.0 -> 5.11.0 2019-07-11 23:40:12 +09:00
Roman Kashitsyn
ed056fc87e pythonPackages.sphinxcontrib_plantuml: use top-level plantuml
plantuml declared in python packages implicitly captures graphviz
python library instead of the top-level package and thus doesn't work
property after installation, trying to access
/nix/store/<hash>-python2.7-graphviz-0.10.1/bin/dot and failing to
find it.
2019-07-11 16:34:00 +02:00
Daniël de Kok
a745dfac15 pythonPackages.thinc: 7.0.4 -> 7.0.6
7.0.5 and 7.0.6 contain fixes for pickle, unflatten, and threading.

https://github.com/explosion/thinc/releases/tag/v7.0.5
https://github.com/explosion/thinc/releases/tag/v7.0.6

Add myself to the list of maintainers, since I seem to be maintaining
this ;).
2019-07-11 16:33:52 +02:00
worldofpeace
63109c860f
Merge pull request #64376 from emmanuelrosa/betterlockscreen-missing-dependencies
betterlockscreen: add missing runtime dependencies
2019-07-11 10:33:24 -04:00
Emmanuel Rosa
eb0332db39 betterlockscreen: add missing runtime dependencies 2019-07-11 10:33:07 -04:00
Joachim F
336bfbd40d
Merge pull request #64118 from r-ryantm/auto-update/python3.7-aiorpcx
python37Packages.aiorpcx: 0.17.0 -> 0.18.3
2019-07-11 14:07:15 +00:00
Eelco Dolstra
267c8d6b2f
fetchurl (and derived functions): Support SRI hashes
E.g.

  fetchFromGitHub {
    owner = "NixOS";
    repo = "nix";
    rev = "ad42a784690449873fccb20192bd2150da81c56d";
    hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU=";
  }
2019-07-11 15:52:35 +02:00
worldofpeace
528a690293
Merge pull request #64600 from xrelkd/update/overmind
overmind: 2.0.1 -> 2.0.2
2019-07-11 09:15:22 -04:00
worldofpeace
86de11567c
Merge pull request #64582 from xrelkd/update/kube-router
kube-router: 0.2.5 -> 0.3.1
2019-07-11 09:11:00 -04:00
worldofpeace
7eb6b69701
Merge pull request #64623 from xrelkd/update/cargo-xbuild
cargo-xbuild: 0.5.13 -> 0.5.14
2019-07-11 08:52:51 -04:00
worldofpeace
4de9f7a241
Merge pull request #64572 from eadwu/vscode/1.36.1
vscod{e,ium}: 1.36.0 -> 1.36.1
2019-07-11 08:48:52 -04:00
Klaas van Schelven
e2b348defe pythonPackages.pytest-flask: init at 0.15.0 2019-07-11 14:43:19 +02:00
worldofpeace
421b747e6a
Merge pull request #64585 from xrelkd/update/archiver
archiver: 3.0.0 -> 3.2.0
2019-07-11 08:39:45 -04:00
xrelkd
2d70cb58b2 archiver: 3.0.0 -> 3.2.0 2019-07-11 20:38:23 +08:00
worldofpeace
c0a0c1ebcf
Merge pull request #64541 from bhipple/mirrors/alsa
mirrors.nix: add alsa-project.org for alsa
2019-07-11 08:37:29 -04:00
worldofpeace
b9338ee86a
Merge pull request #64593 from gnidorah/mako
mako: install dbus service file
2019-07-11 08:33:52 -04:00
worldofpeace
e4947358d2
Merge pull request #62661 from vanschelven/swagger-spec-validator
pythonPackages.swagger-spec-validator: init at 2.4.3
2019-07-11 08:28:36 -04:00
Klaas van Schelven
a5b4ebd47f pythonPackages.swagger-spec-validator: init at 2.4.3 2019-07-11 08:26:33 -04:00
Venkateswara Rao Mandela
bc68f85326 nixos/tests: add test for showing child configuration in grub menu
- Create a child configuration named "Work" with an extra config file.
- Name the default configuration as "Home" :-)
- Once the VM is setup, reboot and verify that it has booted into
default configuration.
- Reboot into the "Work" configuration via grub.
- Verify that we have booted into the "Work" configuration and that
the extra config file is present.

This test works for the simple grub configuration and simple UEFI
Grub configuration. UEFI Systemd is not included in the test.
2019-07-11 17:40:25 +05:30
xrelkd
02c9e49eed cargo-xbuild: 0.5.13 -> 0.5.14 2019-07-11 20:08:25 +08:00
Venkateswara Rao Mandela
b08400a4d2 nixos/tests: installer: restructure simpleUefiGrub test data 2019-07-11 17:38:25 +05:30
Venkateswara Rao Mandela
c400ab55d6 nixos/tests: installer: restructure simple test data 2019-07-11 17:38:25 +05:30
Venkateswara Rao Mandela
7f363b034e nixos/install-grub: include child configs in grub menu
Add configs listed under the fine-tune subdirectory to the grub menu.
Use specified configuration name for the entry if available.
2019-07-11 17:38:25 +05:30
Georges Dubus
ab3e932325 doc: fix stdenv.xml
A duplicated opening tag caused the linter to fail, blocking the whole
nixpkgs-unstable channel.
2019-07-11 13:46:53 +02:00
Frederik Rietdijk
48a28c399c jupyter-kernel: remove traceVal
`traceVal` is only for debugging and should not be delivered.

Partial revert of f72d7c49d5, fixes ofBorg eval.
2019-07-11 13:41:13 +02:00
Craig Hall
2ae58dfc79 nixos/dhcpcd: Before network-online.target
Instead of network.target. Fixes #60900 (delayed boot).
2019-07-11 12:23:41 +01:00
0x4A6F
39de81af3d
routinator: init at 0.4.0 2019-07-11 10:49:51 +00:00
xrelkd
0d4448183b filezilla: 3.42.1 -> 3.43.0 2019-07-11 17:08:35 +08:00
xrelkd
df3ae76dfd libfilezilla: 0.16.0 -> 0.17.1 2019-07-11 17:08:35 +08:00
Paul Myjavec
95395fbf54 saml2aws: 2.10.0 -> 2.15.0 2019-07-11 10:39:42 +02:00
Tom McLaughlin
f72d7c49d5 Add optional Jupyter kernelspec options from the spec (#55989) 2019-07-11 10:29:35 +02:00
Charlie Dyson
0426ae63f8 fix: #64340 building python wheels in non-standard store 2019-07-11 10:27:28 +02:00
Will Dietz
c763b8db06 radiotray-ng: 0.2.5 -> 0.2.6 2019-07-11 10:11:43 +02:00
Will Dietz
dbb5c800e2 lesspipe: 1.82 -> 1.83 2019-07-11 10:11:15 +02:00
Elis Hirwing
cebff2882f phpPackages.phpstan: 0.11.8 -> 0.11.12
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.9
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.10
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.11
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.12
2019-07-11 10:09:31 +02:00
xrelkd
36af740c1d cargo-xbuild: 0.5.12 -> 0.5.13 2019-07-11 10:08:39 +02:00
Matt Melling
00898f0ada pythonPackages.spacy: loosen dependency version bounds 2019-07-11 09:58:39 +02:00
Jonathan Ringer
19f841097f pythonPackages.msrest: 0.6.7 -> 0.6.8 2019-07-11 09:57:51 +02:00
xrelkd
d206b3787f acpica-tools: 20190509 -> 20190703 2019-07-11 09:53:19 +02:00
taku0
126c5d0be8 flashplayer: 32.0.0.207 -> 32.0.0.223 2019-07-11 09:51:49 +02:00
Edmund Wu
7a99993771 nvidia_x11: 430.26 -> 430.34 2019-07-11 09:51:14 +02:00
xrelkd
2ad00ba35f clair: 2.0.7 -> 2.0.8 2019-07-11 09:49:09 +02:00
Jonathan Ringer
841893119d zpaq: fix version and pull from github 2019-07-11 09:48:39 +02:00
Elis Hirwing
08b828d1c5
Merge pull request #64589 from uHOOCCOOHu/bump/telegram-1.7.14
tdesktop: 1.7.10 -> 1.7.14
2019-07-11 08:41:01 +02:00
Elis Hirwing
9c04b1c3da
Merge pull request #64590 from xrelkd/update/fzf
fzf: 0.17.5 -> 0.18.0
2019-07-11 08:14:58 +02:00
xrelkd
b363ef8258 overmind: 2.0.1 -> 2.0.2 2019-07-11 10:46:43 +08:00
worldofpeace
0ad1b80a3b
Merge pull request #64588 from eadwu/libinput/additional-options-type-lines
nixos/libinput: use `types.lines` for additionalOptions
2019-07-10 22:24:50 -04:00
Ryan Mulligan
7f8f1c0bfe
Merge pull request #64602 from ryantm/urls
treewide: fix redirect URLs
2019-07-10 19:38:35 -05:00
Jonathan Ringer
70b6df196a treesheets: 2018-8-18 -> 1.0.1 2019-07-10 23:00:59 +01:00
Matthew Bauer
87ec2627b0
Merge pull request #62870 from ambrop72/nvidia-icd-absolute
nvidia-x11: Put absolute library paths into ICD config files.
2019-07-10 17:37:00 -04:00