pbogdan
3128fd4064
transcribe: 8.40 -> 8.72
...
* transcribe: 8.40 -> 8.72 (#50337 )
2018-11-25 09:48:05 +01:00
R. RyanTM
22ec5128d4
synthv1: 0.9.2 -> 0.9.3
...
* synthv1: 0.9.2 -> 0.9.3 (#50553 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/synthv1/versions
* synthv1: refresh meta.homepage
2018-11-25 00:36:59 +01:00
Timo Kaufmann
0c23fa9aaf
Merge pull request #50998 from timokau/sage-refactor
...
Sage refactor
2018-11-24 23:59:28 +01:00
Timo Kaufmann
a0723f1285
sage: don't fix node version
2018-11-24 23:14:38 +01:00
Timo Kaufmann
e28a8ed287
sage: add some flexibility to the test runner
...
Make it possible to run individual tests. This is very useful while
git-bisecting.
2018-11-24 23:14:38 +01:00
Timo Kaufmann
21f9123ea6
sage: remove openblas hack
...
The pc files have since been included into the openblas package.
2018-11-24 23:14:38 +01:00
Timo Kaufmann
3832ddedb9
sage: refactor
2018-11-24 23:14:33 +01:00
Will Dietz
5d9e08d727
mako: 1.1 -> 1.2
...
https://github.com/emersion/mako/releases/tag/v1.2
2018-11-24 13:58:36 -06:00
Matthew Bauer
11e2f31532
kmymoney: cleanup install check
...
A few things changed:
- no need for stdenv.hostPlatform == stdenv.buildPlatform conditional - this is already done in make-derivation
- put xvfb_run in installCheckInputs
2018-11-24 13:46:54 -06:00
c0bw3b
0ea604ac1d
Treewide: use https for SourceForge
2018-11-24 19:58:03 +01:00
c0bw3b
88ce525e85
Treewide: use https for repo.or.cz
2018-11-24 19:56:51 +01:00
Timo Kaufmann
9b4a518465
sage: drop known-padics-failure patch
...
The failure was not observed for a while and is probably fixed now.
2018-11-24 19:01:57 +01:00
Timo Kaufmann
ca6475b5e8
sage: drop unused patches
2018-11-24 19:01:57 +01:00
worldofpeace
6dbf15d627
Merge pull request #50834 from plapadoo/pyca-init-2.1
...
pyCA: init at 2.1
2018-11-24 06:21:58 -05:00
Philipp Middendorf
5f5e3a1bf2
pyCA: init at 2.1
2018-11-24 11:30:37 +01:00
Renaud
f67da1b2f8
Merge pull request #50968 from dtzWill/update/nnn-0.2.1
...
nnn: 2.0 -> 2.1
2018-11-24 11:25:56 +01:00
Will Dietz
24ad853f19
nnn: 2.0 -> 2.1
2018-11-23 16:57:04 -06: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
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
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