Commit Graph

7970 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Renaud
0fcb8f299e
Merge pull request #50790 from r-ryantm/auto-update/cni-plugins
cni-plugins: 0.7.3 -> 0.7.4
2018-11-20 21:47:56 +01:00
Michael Raskin
d3bdf3fe98
Merge pull request #50839 from taku0/flashplayer-31.0.0.153
flashplayer: 31.0.0.122 -> 31.0.0.153
2018-11-20 16:25:45 +00:00
Franz Pletz
64da5fcfac
riot-web: 0.17.3 -> 0.17.6 2018-11-20 14:26:15 +01:00
Franz Pletz
899659c99e
ipfs-cluster: 0.5.0 -> 0.7.0 2018-11-20 13:43:20 +01:00
Franz Pletz
90e56d7277
ipfs: 0.4.17 -> 0.4.18 2018-11-20 13:43:20 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
zimbatm
7a9acea944
Merge pull request #50781 from zimbatm/terraform_0_12-alpha
Terraform 0.12.0-alpha2
2018-11-20 11:09:33 +01:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2 2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.

Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.

Eg:

  terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
zimbatm
a4195b20e6
terraform: delete old versions 2018-11-20 10:13:56 +01:00
taku0
76c23d904f flashplayer: 31.0.0.122 -> 31.0.0.153 2018-11-20 15:13:38 +09:00
Herwig Hochleitner
bac76e8a9e chromium: add jdk.jre to build dependencies for versions >= 72
thanks for finding out @volth
see 6fba9250aa
2018-11-20 01:01:51 +01:00
Herwig Hochleitner
7c79a0d4ac chromium: 70.0.3538.102 -> 70.0.3538.110
CVE-2018-17479
2018-11-19 23:52:22 +01:00
R. RyanTM
97e90a4866 cni-plugins: 0.7.3 -> 0.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cni-plugins/versions
2018-11-19 13:10:48 -08:00
zimbatm
d979b8bec1
terragrunt: delete old versions
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
Andrey Golovizin
5aac228a19 trojita: build translation files 2018-11-19 10:34:43 +01:00
Frederik Rietdijk
e343a85cfb Merge master into staging-next 2018-11-19 09:55:32 +01:00
Renaud
e5b6438843
Merge pull request #50592 from mbode/flink_1_6_2
flink: 1.6.1 -> 1.6.2
2018-11-18 20:13:35 +01:00
adisbladis
66c8169b6f
firefox-beta-bin: 64.0b5 -> 64.0b10 2018-11-18 14:57:43 +00:00
adisbladis
370fdf9328
firefox-devedition-bin: 64.0b5 -> 64.0b10 2018-11-18 14:57:42 +00:00
Maximilian Bode
3124d0925e flink_1_5: 1.5.4 -> 1.5.5 2018-11-18 15:29:21 +01:00
Maximilian Bode
a1cb690407 flink: 1.6.1 -> 1.6.2 2018-11-18 15:25:45 +01:00
Jörg Thalheim
c7366d767c
Merge pull request #50567 from r-ryantm/auto-update/riot-web
riot-web: 0.17.0 -> 0.17.3
2018-11-18 10:48:23 +00:00
Frederik Rietdijk
63c6875f26 Merge master into staging-next 2018-11-18 10:32:12 +01:00
R. RyanTM
f091b32b16 riot-web: 0.17.0 -> 0.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riot-web/versions
2018-11-18 01:04:20 -08:00
Jan Tojnar
d97702e03f
Merge pull request #50528 from jtojnar/repology-fixes
Repology fixes
2018-11-18 02:13:52 +01:00
Jan Tojnar
52d10bcdc6
feedreader: 2.2 → 2.4.1 2018-11-18 02:11:25 +01:00
Michael Raskin
355aa4e9ca
Merge pull request #50484 from taku0/firefox-bin-63.0.3
firefox, firefox-bin: 63.0.1 -> 63.0.3
2018-11-17 16:54:35 +00:00
Franz Pletz
617132eba7
Merge pull request #50477 from mayflower/minishift-openshift
minishift: add openshift input
2018-11-17 07:33:15 +00:00
Franz Pletz
264346bd8c
minishift: 1.25.0 -> 1.27.0 2018-11-16 23:32:06 +01:00
Christian Albrecht
08c3c0094a
minishift: add openshift input
minishift depdends on oc to control the openshift installation.
2018-11-16 23:18:51 +01:00
Jörg Thalheim
feda77de9e
Merge pull request #50457 from romildo/upd.vivaldi
vivaldi: 2.1.1337.36-1 -> 2.1.1337.47-1
2018-11-16 15:45:24 +00:00
Jörg Thalheim
fe191176cf
Merge pull request #50454 from taku0/thunderbird-bin-60.3.1
thunderbird, thunderbird-bin: 60.3.0 -> 60.3.1
2018-11-16 15:26:36 +00:00
Andreas Rammhold
b4f2c7ba8b
Merge pull request #50373 from pbogdan/ff-no-gs
firefoxen: remove unused gstreamer dependencies
2018-11-16 16:25:23 +01:00
José Romildo Malaquias
b14d1167c9 vivaldi: 2.1.1337.36-1 -> 2.1.1337.47-1 2018-11-16 12:28:38 -02:00
taku0
917309fa62 firefox: 63.0.1 -> 63.0.3 2018-11-16 23:14:14 +09:00
taku0
4bb9af228e common-updater, firefox: fix updater for firefox 2018-11-16 23:04:54 +09:00
Franz Pletz
31bd0df53d
weechatScripts.wee-slack: 2.1.1 => 2.2.0 2018-11-16 00:45:07 +01:00