Commit graph

160914 commits

Author SHA1 Message Date
Massimo Redaelli 1bf18e4c85 pymssql: init at 2.1.4 2018-11-23 13:46:40 +01:00
Linus Heckemann 5bc4595d25
Merge pull request #50941 from vbgl/timidity-2.15
timidity: 2.14.0 -> 2.15.0
2018-11-23 13:45:25 +01:00
Maximilian Bosch b36fa8ef91
nixos-build-vms: fix eval
Previously I got the following error message:

```
error: opening file '/home/ma27/Projects/nixpkgs/nixos/modules/installer/default.nix': No such file or directory
```

Probably related to 6c68fbd4e1.
2018-11-23 13:43:47 +01:00
Linus Heckemann ef5da57ea2 hound: 20170324 -> 2018-11-02 2018-11-23 13:22:01 +01:00
Jörg Thalheim 04719a0052
Merge pull request #50919 from sjau/flexget-2.17.14
Flexget: 2.16.2 -> 2.17.4
2018-11-23 11:57:56 +00:00
Jörg Thalheim c424c1161b
Merge pull request #50560 from oxij/pkgs/fetchurl-mirrors
fetchurl: mirrors: http -> https, https before http, http before ftp
2018-11-23 11:56:44 +00:00
Jörg Thalheim af9e846bba
Merge pull request #50940 from Tomahna/mopidy-iris
mopidy-iris: 3.29.2 -> 3.31.1
2018-11-23 11:46:15 +00:00
Jörg Thalheim d3aeed389c
Merge pull request #50641 from blaxill/firewallMerge
nixos/firewall: Always use global firewall.allowed rules
2018-11-23 11:42:16 +00:00
Jörg Thalheim 7acd4eb51b
Merge pull request #50908 from jhillyerd/golint
golint: 20180208 -> 20181026
2018-11-23 11:39:13 +00:00
Sarah Brofeldt 5a73ff0419
Merge pull request #50942 from vdemeester/update-runc
runc: 1.0.0-rc5 -> 1.0.0-rc6
2018-11-23 12:11:17 +01:00
Sarah Brofeldt 0ce8f99e25
Merge pull request #50944 from yrashk/urweb-20180616
urweb: 20170720 -> 20180616
2018-11-23 12:05:53 +01:00
Sarah Brofeldt 3fb98d596e
Merge pull request #50924 from jhillyerd/add-jhillyerd
maintainer: add jhillyerd
2018-11-23 12:03:47 +01:00
Jörg Thalheim 8dca420161
Merge pull request #50937 from tathougies/travis/uriparser-cross
uriparser: Enable cross-compilation
2018-11-23 09:54:04 +00:00
Daniel Goertzen e8bce19aea openssl: fix cross compile (perl)
Fixes issue #50921. Build result was depending on build perl instead of
host perl which broke cross compilation.
2018-11-23 10:37:54 +01:00
Yurii Rashkovskii 4c1d199a12
urweb: 20170720 -> 20180616 2018-11-23 15:42:23 +07:00
Ingolf Wagner 6fcc67e189 bitwig-studio1: fix dependency to libxkbcommon_7 2018-11-23 03:32:22 -05:00
Ingolf Wagner b499f924da libxkbcommon: split version (for bitwig) 2018-11-23 03:32:22 -05:00
Vincent Demeester 9536fa2e37
runc: 1.0.0-rc5 -> 1.0.0-rc6
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-23 09:05:09 +01:00
worldofpeace f591dd2fdf
insomnia: 6.0.2 -> 6.2.0 (#50906)
- Switch to using autoPatchelfHook
- Add some new deps needed for this version

In particular the application won't function without `stdenv.cc.cc`
in LD_LIBRARY_PATH.
2018-11-23 02:50:02 -05:00
Maximilian Bosch e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Michael Raskin 24b381e235
Merge pull request #50929 from c0bw3b/pkg/sysdig
sysdig: 0.23.1 -> 0.24.1
2018-11-23 07:08:50 +00:00
Vincent Laporte 6bdb039138
timidity: 2.14.0 -> 2.15.0 2018-11-23 06:54:46 +00:00
Kevin Rauscher c7f3f3a2dd mopidy-iris: 3.29.2 -> 3.31.1 2018-11-23 07:52:53 +01:00
Travis Athougies 3963629193 Enable uriparser cross-compilation 2018-11-22 20:00:54 -08:00
Ben Blaxill 308ab4ea25 Rename back to default and better release notes 2018-11-22 19:24:23 -05:00
c0bw3b c644bf3718 sysdig: 0.23.1 -> 0.24.1
* support kernels 4.14.0 to 4.19.x

* move cmake and perl into native build inputs

* licensing change:
  - userspace programs are now licensed under Apache 2.0
  - kernel module is now licensed under both MIT and GPLv2
2018-11-22 23:00:39 +01:00
Franz Pletz bcf736b325
python: pyjwt: fix build 2018-11-22 22:27:29 +01:00
Franz Pletz eb2d56cb27
python: pytest_37: init at 3.7.4
Needed at least by pyjwt.
2018-11-22 22:27:29 +01:00
Linus Heckemann 20b3d00621
Merge pull request #49824 from Assassinkin/libmr
pythonPackages.libmr: init at 0.1.9
2018-11-22 21:50:18 +01:00
James Hillyerd bd3810ac99 golint: 20180208 -> 20181026
- golint has moved from github to golang.org/x/lint
- allowGoReferences must be true, fixes #50907
2018-11-22 12:33:54 -08:00
Renaud 4f29b8ec7a
Merge pull request #50530 from jb55/bump-clightning
clightning: 0.6.1 -> 0.6.2
2018-11-22 20:23:20 +01:00
Niklas Hambüchen f2816e47ab PULL_REQUEST_TEMPLATE: Ask for docs 2018-11-22 19:57:19 +01:00
James Hillyerd 6aacc6f19b maintainer: add jhillyerd 2018-11-22 10:43:24 -08:00
Renaud 744c971973
clightning: split native build inputs 2018-11-22 19:16:36 +01:00
R. RyanTM 6a2963f681 keybinder3: 0.3.0 -> 0.3.2
* keybinder3: 0.3.0 -> 0.3.2 (#50718)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/keybinder3/versions

* keybinder3: refresh

Use new GitHub repo at https://github.com/kupferlauncher/keybinder
Move autoconf/automake/libtool to nativeBuildInputs
2018-11-22 17:51:31 +01:00
lewo e3970df4dd
Merge pull request #50918 from teozkr/issue-49120
kubernetes-helm: tell Helm what version it is
2018-11-22 17:15:58 +01:00
sjau e651ea512a Flexget: 2.16.2 -> 2.17.4 2018-11-22 17:01:48 +01:00
Guillaume Bouchard 62882d8cd2 haskellSrc2nix: disallow substitutes
Fix #49818. See the bug for more details.

The work done by haskellSrc2nix is usually lightweight, but needs to
be done each time a cabal file change. This triggers unexpected
network activity for a cache query which results most of the time on a
cache miss.

By disabling substitutes we:

- avoid the, mostly useless, binary cache query
- avoid unexpected network failure when users change a cabal file and
  try to rebuild without connectivity.
2018-11-22 16:24:13 +01:00
Teo Klestrup Röijezon 77cbf0db0a kubernetes-helm: tell Helm what version it is
Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120.
2018-11-22 14:49:20 +01:00
Franz Pletz 73d7046362
linuxPackages.wireguard: fix wireguard-tools bump
See 6fb56af8b2.

cc #50833
2018-11-22 14:41:08 +01:00
Franz Pletz 28cdc4b921
squid4: 4.0.24 -> 4.4 2018-11-22 14:41:08 +01:00
Franz Pletz ec3598087d
squid: 3.5.27 -> 3.5.28 2018-11-22 14:41:07 +01:00
Franz Pletz 20af37e300
sslh: 1.19c -> 1.20 2018-11-22 14:36:27 +01:00
Franz Pletz 8f1e30e0fd
xmr-stak: 2.5.2 -> 2.6.0 2018-11-22 14:36:27 +01:00
Franz Pletz 5778e8ae75
xmrig: 2.6.4 -> 2.8.3 2018-11-22 14:36:26 +01:00
Franz Pletz c826315257
youtubeDL: 2018.11.07 -> 2018.11.18 2018-11-22 14:36:26 +01:00
Franz Pletz 4102113a0b
ncmpc: 0.31 -> 0.33 2018-11-22 14:36:25 +01:00
Franz Pletz 1a371818b6
kea: 1.4.0 -> 1.4.0-P1 2018-11-22 14:36:25 +01:00
Franz Pletz 3094887b25
mopidy: 2.1.0 -> 2.2.1 2018-11-22 14:36:24 +01:00
Franz Pletz 72894e94d3
mbedtls: 2.12.0 -> 2.14.0 2018-11-22 14:36:24 +01:00