1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00
Commit graph

7548 commits

Author SHA1 Message Date
Stefan Siegl 2f15843601 linphone: fix build of gtk ui 2018-09-11 20:37:58 +02:00
Joachim Fasting ed5283fcf5
tor-browser-bundle-bin: 7.5.6 -> 8.0 2018-09-11 13:27:27 +02:00
Ryan Mulligan f6e3d47448
Merge pull request #46195 from r-ryantm/auto-update/remmina
remmina: 1.2.31.3 -> 1.2.31.4
2018-09-10 20:50:26 -07:00
Jörg Thalheim 107448f19c
Merge pull request #46437 from bobvanderlinden/pr-opentracker-2018-05-26
opentracker: 2016-10-02 -> 2018-05-26
2018-09-10 22:43:26 +01:00
Jörg Thalheim 1cf44e6a07 opentracker: use https for downloading 2018-09-10 22:41:23 +01:00
Vladyslav M b7c0e40796 rclone: 1.43 -> 1.43.1 (#46448) 2018-09-10 08:13:30 +02:00
Franz Pletz ff8fc5c46c
nheko: 0.4.3 -> 0.5.5 2018-09-09 22:16:51 +02:00
Bob van der Linden 8a53488904
opentracker: 2016-10-02 -> 2018-05-26 2018-09-09 20:39:17 +02:00
Elis Hirwing 50ea36953e
testssl: 2.9.5-5 -> 2.9.5-6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6
2018-09-08 23:12:22 +02:00
Michael Raskin 7c69ae6259
Merge pull request #46348 from YorikSar/update-chromium
chromium: 68.0.3440.106 -> 69.0.3497.81
2018-09-08 14:02:46 +00:00
Antoine Eiche 0b6da47fe3 kubernetes-helm: fix darwin hash 2018-09-07 22:01:15 +02:00
lewo b95454da65
Merge pull request #46256 from r-ryantm/auto-update/helm
kubernetes-helm: 2.9.1 -> 2.10.0
2018-09-07 21:58:13 +02:00
Yuriy Taraday c098f143b4 chromium: 68.0.3440.106 -> 69.0.3497.81
Also update to build with external gn.
2018-09-07 23:34:47 +04:00
Maximilian Bosch e2b4644f9c
weechat: fix quoting for ${} syntax
In my previous PR I missed that ${sec.foobar} (syntax to retrieve
secrets in a weechat runtime) breaks the shell evaluation.

Furthermore `;` shall be used rather than `\n` to concat scripts and the
init config.
2018-09-07 18:41:04 +02:00
Timo Kaufmann e326c0156d
Merge pull request #45728 from Ma27/nixos/weechat-module
nixos/weechat: add module
2018-09-07 17:19:46 +02:00
Michael Raskin f9a0679297
Merge pull request #46157 from taku0/firefox-bin-62.0
firefox,  firefox-bin: 61.0.2 -> 62.0,  firefox-esr: 60.1.0esr -> 60.2.0esr, remove 52.9.0esr [Critical security fixes]
2018-09-07 12:10:47 +00:00
Maximilian Bosch f5becfb5b0
weechatScripts.wee-slack: init at 2.1.1 2018-09-07 13:45:13 +02:00
Maximilian Bosch a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.

The package can be configured like this:

```
with import <nixpkgs> { };
weechat.override {
  plugins = { availablePlugins, ... }: {
    plugins = builtins.attrValues availablePlugins;

    init = ''
      /set foo bar
      /server add freenode chat.freenode.org
    '';

    scripts = [ "/path/to/script.py" ];
  };
}
```

All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.

The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.

Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
R. RyanTM dd74f16b36 kubernetes-helm: 2.9.1 -> 2.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
helm
2018-09-06 18:33:20 -07:00
taku0 0a3f07077b firefox-esr: 60.1.0esr -> 60.2.0esr, mark 52.9.0esr insecure 2018-09-07 08:14:48 +09:00
R. RyanTM 43c8aa89a6 remmina: 1.2.31.3 -> 1.2.31.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
2018-09-06 12:44:14 -07:00
Jaka Hudoklin 5574b6a152
Merge pull request #46143 from teozkr/update/kops-1.10.0
kops: 1.9.0 -> 1.10.0
2018-09-06 14:44:39 +02:00
Michael Weiss 7c1b85cf6d signal-desktop: 1.15.5 -> 1.16.0 2018-09-06 12:38:27 +02:00
Teo Klestrup Röijezon a0a71e9be6
kops: 1.9.0 -> 1.10.0 2018-09-06 12:32:53 +02:00
Michele Guerini Rocco eadb7b1589 qutebrowser: patch scripts (#37316) 2018-09-05 19:06:18 +02:00
Bart Brouns bf0cec40ca qutebrowser: 1.4.1 -> 1.4.2 (#46096) 2018-09-05 16:35:12 +02:00
Samuel Dionne-Riel 7ec9a333df qtchan: Fixes build from Qt upgrade. (#46082)
Uses an upstream fix.
2018-09-05 08:23:29 +02:00
Jörg Thalheim de825a4eaa dino: 2018-07-08 -> 2018-09-05 2018-09-05 00:23:10 +01:00
taku0 26cbfe1035 firefox: 61.0.2 -> 62.0 2018-09-04 21:16:46 +09:00
taku0 12723b105c firefox-bin: 61.0.2 -> 62.0 2018-09-04 21:13:35 +09:00
Orivej Desh 205f3e941a swift-im: fix build with Qt 5.11 and split QtWebKit 2018-09-04 09:39:06 +00:00
Orivej Desh 6767396e38 psi-plus: 1.2.235 -> 1.3.410 2018-09-04 08:39:13 +00:00
Orivej Desh 0f1125975a psi: specify license (#43716) 2018-09-04 07:41:08 +00:00
Jan Tojnar 2e1acfce13
casync: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar 577d1370f1
transporter: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:40 +02:00
Jan Tojnar 123556ed5f
corebird: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar 9879ed55ae
feedreader: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
Vladyslav M 31ccd1fd76 rclone: 1.42 -> 1.43 (#46009) 2018-09-03 23:23:23 +02:00
xeji 28def75a10
Merge pull request #45967 from worldofpeace/various-build-fixes/18.09
Various build fixes
2018-09-03 22:28:06 +02:00
Vladimír Čunát 956790acaf
Merge #45974: purple-matrix: 2016-07-11 -> 2018-08-02 2018-09-03 16:14:17 +02:00
Symphorien Gibol 7de2b6240b purple-matrix: 2016-07-11 -> 2018-08-02
This also fixes the build.
2018-09-03 14:13:00 +02:00
worldofpeace 451e04fb4d SkypeExport: fix build 2018-09-02 18:59:23 -04:00
xeji 6a7cd78884
Merge pull request #45818 from jglukasik/master
ipfs-cluster: init at v0.5.0
2018-09-02 13:52:48 +02:00
xeji a3434cf4e5
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
2018-09-02 08:39:30 +02:00
Joseph Lukasik 314d1fcdcb Add gx-go to nativeBuildInputs for ipfs-cluster 2018-09-01 16:01:43 -07:00
Markus Kowalewski b4c8d6c37b
sup: update homepage 2018-09-02 00:31:08 +02:00
Markus Kowalewski c6e31608d7
tox-prpl: update homepage 2018-09-02 00:28:54 +02:00
Vladimír Čunát 342d3db703
Merge branch 'staging-next'
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Peter Simons 4a64a7aef5 esniper: fix mismatched 'src' attribute 2018-09-01 11:16:50 +02:00
Robert Schütz 93550cbddf Merge branch 'master' into staging-next 2018-08-31 17:32:48 +02:00