Commit Graph

8092 Commits

Author SHA1 Message Date
worldofpeace
0c4ac2fa26 eolie: ensure search provider is wrapped properly
wrapPythonPrograms ignores libexec/
Also do it before wrapGAppsHook sets in
2018-12-12 03:28:59 -05:00
worldofpeace
af2caa441f eolie: don't use pythonPath 2018-12-12 03:26:24 -05:00
Andreas Rammhold
536d0cc3a7
firefox-bin: 63.0.3 -> 64.0
See #51863.
2018-12-12 00:26:03 +01:00
Andreas Rammhold
d16d0b3762
firefox-esr-60: 60.3.0esr -> 60.4.0esr
See #51863.
2018-12-12 00:25:57 +01:00
Andreas Rammhold
783dc61f68
firefox: updated common.nix to support ffx64
See #51863.
2018-12-12 00:25:33 +01:00
adisbladis
e1e1e7ce9a
firefox-beta-bin: 64.0b14 -> 65.0b3 2018-12-11 22:10:49 +00:00
adisbladis
2f08806ee6
firefox-devedition-bin: 65.0b1 -> 65.0b3 2018-12-11 22:10:43 +00:00
Jörg Thalheim
643fabf8ea
syncthing: fix build (#51866)
###### Motivation for this change

fixes #51825 

###### Things done

<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->

- [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
- Built on platform(s)
   - [x] NixOS
   - [ ] macOS
   - [ ] other Linux distributions
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [ ] Assured whether relevant documentation is up to date
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

---
2018-12-11 17:35:44 +00:00
David McKay
eb1e6bfde6
Adhere to Styleguide 2018-12-11 12:15:33 +00:00
David McKay
8ad1ef1ea5
wavebox: Update & Clean Dependencies 2018-12-11 11:57:34 +00:00
Robert Schütz
e1a837cfb5 seafile-client: 6.2.8 -> 6.2.9 2018-12-10 15:50:30 +01:00
Herwig Hochleitner
ccb93eb6b0 chromium: update conditionals and gcc patches for min version 71
(cherry picked from commit 604579e45f10ce5ccadd76c71f1bac648bd0971d)
2018-12-09 04:11:27 +01:00
Jörg Thalheim
a2aa3dc0bd
Merge pull request #51755 from r-ryantm/auto-update/wavebox
wavebox: 4.4.0 -> 4.5.3
2018-12-09 00:34:07 +00:00
R. RyanTM
14541f7672 wavebox: 4.4.0 -> 4.5.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/wavebox/versions
2018-12-08 15:03:18 -08:00
Jörg Thalheim
477d535c92
Merge pull request #51662 from srhb/zoom-2.6
zoom-us: 2.5.146186.1130 -> 2.6.146750.1204
2018-12-08 18:28:16 +00:00
Jörg Thalheim
f201392a78
Merge pull request #51328 from markus1189/dropbox
dropbox: add mesa and libxshmfence
2018-12-08 18:11:52 +00:00
Maximilian Bosch
05882c0a74 weechatScripts.weechat-autosort: init at unstable-2018-01-11 (#51729)
Helpful weechat script to automatically keep buffers sorted.

Can be activated like this:

``` nix
weechat.override {
  configure = { ... }: {
    scripts = [
      weechatScripts.weechat-autosort
    ];
  };
}
```
2018-12-08 16:45:18 +00:00
Frederik Rietdijk
e0950ae9ad Merge master into staging-next 2018-12-08 12:40:13 +01:00
Renaud
85d9f63975
Merge pull request #51531 from mkaito/bitlbee-discord-042
bitlbee-discord: 0.4.1 -> 0.4.2
2018-12-08 12:07:02 +01:00
Will Dietz
4f1b5653cf vnstat: 1.18 -> 2.1 2018-12-07 20:32:45 -06:00
adisbladis
2a7b82ca44
cni-plugins: Remove go from runtime closure 2018-12-07 21:15:12 +00:00
adisbladis
54b6c586a6
cni: Remove go from runtime closure 2018-12-07 21:15:12 +00:00
Markus Hauck
9f86eccafc dropbox: add mesa, libxshmfence and libpthreadstubs 2018-12-07 20:20:32 +01:00
Frederik Rietdijk
12e8ec041a fix eval after merging 2018-12-07 15:30:12 +01:00
Frederik Rietdijk
5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Sarah Brofeldt
8b3949d989 zoom-us: 2.5.146186.1130 -> 2.6.146750.1204 2018-12-07 15:00:26 +01:00
Robert Schütz
cb2a447c51 seafile-client: 6.2.7 -> 6.2.8 2018-12-07 14:16:49 +01:00
Sarah Brofeldt
4065217c9a
Merge pull request #51623 from taku0/flashplayer-32.0.0.101
flashplayer: 31.0.0.153 -> 32.0.0.101 [Critical security fix]
2018-12-07 11:57:22 +01:00
worldofpeace
5256cfd006 vivaldi: correct hash
Fixes #51635
2018-12-06 21:33:39 -05:00
Michael Weiss
20c6acb436 tdesktopPackages.preview: 1.4.7 -> 1.4.8 2018-12-06 21:50:49 +01:00
Johan Thomsen
015b2b1a35 kube-router: init at 0.2.3 2018-12-06 11:20:21 -05:00
taku0
f7a266d44a flashplayer: 31.0.0.153 -> 32.0.0.101 2018-12-06 23:27:45 +09:00
zimbatm
e4d06cbab6
terraform-docs: init at 0.5.0 (#51579) 2018-12-06 12:10:36 +01:00
Anatolii Prylutskyi
7ff4f5be26 rambox: 0.6.2 -> 0.6.3 2018-12-06 07:04:03 +02:00
zimbatm
ae49c73644 terraform-providers: add terraform-provider-secret 2018-12-05 20:09:22 -08:00
zimbatm
71dbc5a77b terraform-providers: update 2018-12-05 20:09:22 -08:00
Averell Dalton
561959bab8 x2goclient: 4.1.2.1 -> unstable-2018-11-30, fix build 2018-12-05 20:38:08 -05:00
Maximilian Bosch
42356feed0
Merge pull request #51571 from alyssais/weechat-merge
weechat: fix bad merge
2018-12-06 01:40:24 +01:00
Herwig Hochleitner
8942a3e00c chromium: 70.0.3538.110 -> 71.0.3578.80
CVE-2018-17480 CVE-2018-17481 CVE-2018-18335 CVE-2018-18336
CVE-2018-18337 CVE-2018-18338 CVE-2018-18339 CVE-2018-18340
CVE-2018-18341 CVE-2018-18342 CVE-2018-18343 CVE-2018-18344
CVE-2018-18345 CVE-2018-18346 CVE-2018-18347 CVE-2018-18348
CVE-2018-18349 CVE-2018-18350 CVE-2018-18351 CVE-2018-18352
CVE-2018-18353 CVE-2018-18354 CVE-2018-18355 CVE-2018-18356
CVE-2018-18357 CVE-2018-18358 CVE-2018-18359
2018-12-06 00:36:33 +01:00
adisbladis
2e44e002a2
firefox-beta-bin: 64.0b10 -> 64.0b14 2018-12-05 22:12:52 +00:00
adisbladis
db8002cdf1
firefox-devedition-bin: 64.0b10 -> 65.0b1 2018-12-05 22:12:51 +00:00
Alyssa Ross
6dc9347712
weechat: fix bad merge
Identified in 8887e1f697 (r239097413).

9504292b1e9948fb286b1b1cdbe83f66b367b64d accidentally reverted all the
changes that had been made to the weechat wrapper since
8887e1f697d9e13ad277ca7d7054bc42c2459548.

I removed the wrapper, then wrote it again, but this time taking the
code from the latest version of weechat before the bad merge.
2018-12-05 15:21:19 +00:00
Linus Heckemann
3e1401f06b
Merge pull request #44102 from alyssais/weechat-unwrapped
weechat: seperate weechat-unwrapped from wrapper
2018-12-05 13:36:00 +01:00
Linus Heckemann
9504292b1e Merge remote-tracking branch 'origin/master' into weechat-unwrapped 2018-12-05 12:12:42 +01:00
Trolli Schmittlauch
99231a36bb dino: 2018-11-27 -> 2018-11-29 (#51557) 2018-12-05 11:12:12 +00:00
Michishige Kaito
688c765f7c bitlbee-discord: 0.4.1 -> 0.4.2 2018-12-04 22:45:43 +00:00
Jörg Thalheim
a995836356
dino: enable parallel building 2018-12-04 17:19:27 +00:00
Johan Thomsen
7f06f36ffb kubernetes: 1.12.2 -> 1.12.3 (#51482) 2018-12-04 18:02:34 +01:00
Tor Hedin Brønner
af4e0db357
Merge pull request #51254 from hedning/fix-balsa-enchant
balsa: switch from enchant to gtkspell3
2018-12-04 09:08:02 +01:00
Florian Klink
c4177f4e5b zoom-us: 2.4.129780.0915 -> 2.5.146186.1130
fixes [CVE-2018-15715](https://nvd.nist.gov/vuln/detail/CVE-2018-15715)
2018-12-04 02:12:56 +01:00