Commit graph

113560 commits

Author SHA1 Message Date
WilliButz
e1b044646b
evemu: 2.4.0 -> 2.6.0 2017-08-24 21:20:04 +02:00
WilliButz
0fbafd6195
duc: 1.4.1 -> 1.4.3 2017-08-24 21:20:04 +02:00
WilliButz
1c0e7d631d
debianutils: 4.8.1 -> 4.8.2 2017-08-24 21:20:03 +02:00
WilliButz
bbf7d8c77b
wordnet: refactor 2017-08-24 21:20:03 +02:00
WilliButz
a8db87efd8
whois: 5.2.17 -> 5.2.18 2017-08-24 21:20:03 +02:00
WilliButz
8ddc3eb988
watchman: 4.7.0 -> 4.9.0 2017-08-24 21:20:03 +02:00
WilliButz
3ac73fbb81
maintainers: add myself 2017-08-24 21:20:03 +02:00
Frederik Rietdijk
31ba3649ec Merge pull request #28189 from Nadrieril/ffsync-non-root
firefox syncserver service: run as non-root user by default
2017-08-24 20:47:52 +02:00
Vincent Laporte
77404dbf37 jbuilder: 1.0+beta7 -> 1.0+beta12
ocamlPackages.sexplib: 0.9.1 -> 0.9.2

ocamlPackages.base: 0.9.1 -> 0.9.3

ocamlPackages.ppx_driver: 0.9.0 -> 0.9.1

ocamlPackages.bin_prot: 0.9.0 -> 0.9.1

ocamlPackages.ppx_inline_test: 0.9.0 -> 0.9.2
2017-08-24 17:53:55 +00:00
Vincent Laporte
01495f3255 ocamlPackages.js_of_ocaml-compiler: init at 0.3.0 2017-08-24 17:49:05 +00:00
Thomas Tuegel
639c355b3a Merge pull request #28500 from bkchr/lxqt_config_fixes
LXQT-config: Adds patch for Cmake >3.8
2017-08-24 12:48:06 -05:00
Frederik Rietdijk
1f4fdbcb7f python.pkgs.obfsproxy: fix build 2017-08-24 19:07:01 +02:00
Frederik Rietdijk
c6718c01a9 Merge pull request #28295 from apeschar/twisted
twisted: update to 17.5.0
2017-08-24 19:04:12 +02:00
Thomas Tuegel
72d6389ca1
dropbox: 32.4.23 -> 33.4.23 2017-08-24 11:48:11 -05:00
Thomas Tuegel
27c043c49b Merge pull request #28470 from benley/fix-pam-kwallet5
nixos: Fix pam_kwallet5 integration
2017-08-24 11:32:49 -05:00
Jörg Thalheim
f54018cee8 Merge pull request #28532 from makefu/pkgs/metasploit/update
metasploit: 4.14.25 -> 4.16.1
2017-08-24 14:20:10 +01:00
Joachim Fasting
6d795e1bae
ntbtls: init at 0.1.1 2017-08-24 14:14:43 +02:00
Michael Weiss
d6eb43eed4 quiterss: 0.18.6 -> 0.18.7 2017-08-24 13:07:54 +02:00
makefu
6a51bc8bd3
metasploit: 4.14.25 -> 4.16.1 2017-08-24 13:00:56 +02:00
Robert Helgesson
9351c5c3b5
perl-Connector: 1.16 -> 1.22 2017-08-24 12:50:12 +02:00
Robert Helgesson
2913bfb250
perl-Git-PurePerl: 0.51 -> 0.53 2017-08-24 12:49:42 +02:00
Robert Helgesson
30b21f11dd
perl-IO-Socket-SSL: 2.039 -> 2.050 2017-08-24 12:14:26 +02:00
Joachim F
9447b8b9cd Merge pull request #28338 from oxij/nixos/better-tor
nixos: better tor config
2017-08-24 08:12:59 +00:00
Jörg Thalheim
ab3de8ed6c Merge pull request #28526 from jraygauthier/jrg/vscode-extensions-improvs
vscode-with-extension: improvements
2017-08-24 08:21:54 +01:00
Jörg Thalheim
733151b782 Merge pull request #28528 from volth/patch-57
mirrors: update apache and cpan mirrors
2017-08-24 08:01:19 +01:00
Jörg Thalheim
ba16b4ebb6 Merge pull request #28529 from sigma/pr/dgraph-0.8.1
dgraph: init at 0.8.1
2017-08-24 07:59:37 +01:00
Gabriel Ebner
d444c0056b zinnia: 2015-03-15 -> 2016-08-28
This fixes the build issue with GCC 6.
2017-08-24 08:21:15 +02:00
volth
0d80fabbf9 mirrors: update apache and cpan mirrors
removed dead mirrors, added new
2017-08-24 04:22:07 +00:00
Yann Hodique
af852d08ac
dgraph: init at 0.8.1 2017-08-23 21:21:10 -07:00
Raymond Gauthier
763f7f7578 vscode-with-extension: improvements
-  Now simply let the default `unpackPhase` unzip the vsix file. This
    should allow users to retrieve the extension directly from github.
 -  Extensions now installed using their unique id as install folder.
 -  Extensions under `vscode-extensions` now use the unique id
    as extension name.
2017-08-23 21:31:57 -04:00
Jörg Thalheim
d3532906da Merge pull request #28506 from apeyroux/up-dropboxapi
pythonPackages.dropbox: 3.37 -> 8.0.0
2017-08-24 00:09:54 +01:00
Tuomas Tynkkynen
b471e125c2 nixos/tests/installer: Add stdenvNoCC to extraDependencies
The installer tests are failing after 505e94256e
due to `nixos-rebuild switch` in the installed system trying to build
stdenvNoCC.

Seems that previously, stdenvNoCC wasn't in the installed
system either, but all the direct dependencies for the build were
(I don't really understand why, for that matter), so the building
actually went fine and everything worked.

But now gcc is also a direct build dependency due to allowedRequisites
containing gcc (even though it doesn't become a runtime dependency)
which doesn't get to the installed system.

All in all, let's ensure stdenvNoCC actually gets to the installed
system. It's after all necessary in almost any NixOS config build.
2017-08-24 02:07:56 +03:00
Jörg Thalheim
c60cbef91c Merge pull request #28513 from benley/slack-2.7.1
Slack: 2.6.2 -> 2.7.1
2017-08-24 00:04:04 +01:00
Jörg Thalheim
3069a1dc50 Merge pull request #28517 from bachp/prometheus-unifi-exporter-0.4.0+git1
prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
2017-08-23 23:45:32 +01:00
Jörg Thalheim
abdcdd2eef Merge pull request #28520 from jtojnar/firefox-bin-update
firefox-beta-bin update
2017-08-23 23:41:28 +01:00
Vincent Laporte
6e200f2644 ocamlPackages.core: 0.9.0 -> 0.9.1 2017-08-23 20:22:00 +00:00
Vincent Laporte
cf7df9230b ocamlPackages.ppx_derivers: init at 1.0
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.

Homepage: https://github.com/diml/ppx_derivers
2017-08-23 20:22:00 +00:00
Jan Tojnar
ac55f68afe
firefox-devedition-bin: 55.0b2 -> 56.0b5 2017-08-23 21:58:07 +02:00
Jan Tojnar
8b8fa402fe
firefox-beta-bin: 55.0b2 -> 56.0b5 2017-08-23 21:50:05 +02:00
Alexandre Peyroux
a65a499ca2 grammalecte: 0.5.17.2 -> 0.5.18 (#28510) 2017-08-23 19:47:47 +00:00
Joachim F
65e4856058 Merge pull request #28489 from LumiGuide/elk-5.5.2
elk: 5.4.2 -> 5.5.2
2017-08-23 19:29:04 +00:00
Joachim F
caf64dd537 Merge pull request #28518 from fadenb/emby_3.2.28.0
emby: 3.2.26.0 -> 3.2.28.0
2017-08-23 19:26:07 +00:00
Joachim F
3709a864df Merge pull request #28508 from juliendehos/eigen3
eigen: fix configuration file for pkg-config
2017-08-23 19:25:11 +00:00
Tristan Helmich
19677f811b emby: 3.2.26.0 -> 3.2.28.0 2017-08-23 20:49:24 +02:00
Joachim F
e9f9dee39f Merge pull request #28421 from sifmelcara/fix/rstudio
rstudio: fix build
2017-08-23 18:26:05 +00:00
Pascal Bach
dd876330be prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
There were several fixes that make the exporter work with new unifi software
However there is not yet a release so I just updated to the latest master.
2017-08-23 20:25:06 +02:00
Philipp Hausmann
de1a25cd69 nixos/hail: init (#28442) 2017-08-23 18:23:13 +00:00
Shea Levy
ed9526949f terragrunt: 0.12.25 -> 0.13.0 2017-08-23 14:19:55 -04:00
Shea Levy
ff9666772d terraform: Add 0.10.2 2017-08-23 14:16:59 -04:00
aszlig
c38440f4e4
Merge pull request #28463 (canto upgrade)
This updates canto-daemon to version 0.9.7 and canto-curses to version
0.9.9. I've tested building both and executing them (although without
very comprehensive tests) and they do work on my machine.

I haven't tested the NixOS service module however, but given that
@devhell is also the maintainer of these packages and the service
module, I trust that he's done testing by himself.
2017-08-23 20:11:41 +02:00