Renaud
19f5629203
Merge pull request #50551 from r-ryantm/auto-update/vim
...
vim: 8.1.0490 -> 8.1.0535
2018-11-25 09:09:54 +01:00
Frederik Rietdijk
c1792242ef
Merge staging-next into staging
2018-11-24 10:44:50 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Michael Raskin
5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
...
rss2email module: init
2018-11-23 22:30:29 +00: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
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
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
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
Kevin Rauscher
c7f3f3a2dd
mopidy-iris: 3.29.2 -> 3.31.1
2018-11-23 07:52:53 +01: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
Renaud
744c971973
clightning: split native build inputs
2018-11-22 19:16:36 +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
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
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
4102113a0b
ncmpc: 0.31 -> 0.33
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
Gabriel Ebner
4e1323a0cf
vampire: fix nondeterministic hash
...
Probably related to #8567
2018-11-22 14:15:55 +01:00
Martin Lu
be43661677
opera: 53.0.2907.99 -> 56.0.3051.99
2018-11-22 13:53:42 +01:00
Stephen
b25213cdb1
terraform-providers: bump versions ( #50864 )
2018-11-22 12:44:07 +01:00
Renaud
fe1491489d
Merge pull request #50522 from thorstenweber83/update-slic3r
...
slic3r: 1.2.9 -> 1.3.0
2018-11-22 12:23:15 +01:00
Michael Raskin
6fe39605df
polymake: init at 3.2r4
2018-11-22 12:29:14 +03:00
Frederik Rietdijk
2219e2578e
Merge staging-next into staging
2018-11-22 10:10:40 +01:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
Renaud
9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
...
Add Mindforger-1.48
2018-11-22 09:45:07 +01:00
hyperfekt
ff55dd4c43
brave: wrap with GAppsHook ( #50450 )
...
Fixes crashing when using file chooser GUI. Also added version to name and
removed extraneous copying from source archive.
2018-11-22 03:09:09 -05:00
Sarah Brofeldt
848526a295
Merge pull request #50860 from kalbasit/nixpkgs_add-wtf
...
wtf: init at 0.4.0
2018-11-22 08:49:53 +01:00
RohanHart
25e7f59516
pijul: 0.10.0 -> 0.11.0 ( #50870 )
2018-11-22 07:32:17 +00:00
Aleksey Uimanov
6aacd9c08e
mindforger: init at 1.48.2
2018-11-22 11:47:04 +05:00
Renaud
9613310f82
Merge pull request #50747 from coreyoconnor/add-traverso
...
Add traverso: init at 0.49.5
2018-11-22 07:40:42 +01:00
worldofpeace
5a0423823f
Merge pull request #50638 from scolobb/processing-hash-bump
...
processing3: update the hash of the reference
2018-11-21 21:56:06 -05:00
worldofpeace
2e70b40f58
Merge pull request #49376 from dpaetzel/package-netlogo
...
NetLogo: init 6.0.4
2018-11-21 21:37:01 -05:00
Tim Steinbach
823cd6e8ff
termonad: Add wrapper
2018-11-22 01:27:46 +00:00
Jörg Thalheim
661043356a
Merge pull request #50704 from akru/master
...
parity: 2.0.8 -> 2.1.6; parity-beta: 2.1.3 -> 2.2.1
2018-11-22 00:53:49 +00:00
Corey O'Connor
97d85b839a
traverso: init at 0.49.5
2018-11-21 16:16:55 -08:00
Wael M. Nasreddine
46a652e7e3
wtf: init at 0.4.0
2018-11-21 14:53:57 -08:00
Will Dietz
003a96c04c
git: 2.19.1 -> 2.19.2
...
https://github.com/git/git/blob/master/Documentation/RelNotes/2.19.2.txt
2018-11-21 15:48:45 -06:00
R. RyanTM
0b3f50f844
kubetail: 1.6.4 -> 1.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubetail/versions
2018-11-21 16:45:20 +01:00
Matthew Bauer
3e6d7a2329
ao: replace with libfive
...
ao has been renamed to libfive. Because there’s already a libfive
package, we can just remove the old ao package. No packages appear to
depend directly on it.
2018-11-21 09:38:53 -06:00
Frederik Rietdijk
fed881e510
Merge staging-next into staging
2018-11-21 12:39:46 +01:00
Frederik Rietdijk
701375662b
Merge master into staging-next
2018-11-21 12:39:20 +01:00
Frederik Rietdijk
f0b49c4d10
python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f
pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
...
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Gabriel Ebner
f505340252
iprover: 2.5 -> 2018_Jul_24_11h
2018-11-21 12:15:48 +01:00
Sarah Brofeldt
2913b8429e
Merge pull request #50663 from fuwa0529/update-aeon
...
altcoins.aeon: 0.12.0.0 -> 0.12.6.0
2018-11-21 10:43:07 +01:00
David Pätzel
fa623ad828
netlogo: init 6.0.4
2018-11-21 09:38:22 +01:00
Thomas Tuegel
890af817ce
Merge pull request #50786 from tadfisher/elpa-packages
...
elpa-packages: 2018-11-19
2018-11-20 19:22:40 -06:00
Thomas Tuegel
94c9d28bf3
Merge pull request #50787 from tadfisher/org-packages
...
org-packages: 2018-11-19
2018-11-20 19:22:24 -06:00
Thomas Tuegel
0cb8c8ae2d
Merge pull request #50788 from tadfisher/melpa-packages
...
melpa-packages: 2018-11-19
2018-11-20 19:22:09 -06:00