1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-30 09:31:01 +00:00
Commit graph

9603 commits

Author SHA1 Message Date
markuskowa 7c1393c5bc
Merge pull request #66355 from bdesham/slrn-1.0.3a
slrn: 1.0.2 -> 1.0.3a
2019-08-09 15:52:01 +02:00
Frederik Rietdijk 9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Aaron Andersen 3f441e1f65
Merge pull request #66119 from toon23/profanity-0.7.0
profanity: 0.6.0 -> 0.7.0
profanity: Add optional omemo support (enabled by default)
2019-08-09 06:13:34 -04:00
toon 4640287f31 profanity: Add optional omemo support (enabled by default) 2019-08-09 09:49:25 +02:00
toon 28d6900731 profanity: 0.6.0 -> 0.7.0 2019-08-09 09:45:53 +02:00
Benjamin Esham 62b59bdf2d slrn: 1.0.2 -> 1.0.3a 2019-08-08 21:42:10 -04:00
Mario Rodas e4032cae0a
dsvpn: 0.1.2 -> 0.1.3 2019-08-08 18:36:09 -05:00
worldofpeace d94667d50d
Merge pull request #66340 from sam-willis/qbittorrent
qbittorrent: use qt5's mkDerivation
2019-08-08 16:27:55 -04:00
Sam Willis d81a46364f qbittorrent: use qt5's mkDerivation
Fixes #66339

See: #65399
2019-08-08 16:26:10 -04:00
Aaron Andersen c64106f64c
Merge pull request #64584 from jpotier/add-bitlbee-mastodon
bitlbee-mastodon: init at 1.4.2
2019-08-08 15:43:18 -04:00
Dmitry Kalinkin db778648d4
Merge pull request #66091 from veprbl/pr/bluejeans_minor
bluejeans-gui: use patchShebangs, add me to maintainers
2019-08-08 15:41:04 -04:00
Sarah Brofeldt 92f26ed7ee
Merge pull request #66206 from jlesquembre/tilt
tilt: 0.9.4 -> 0.9.7
2019-08-08 20:56:44 +02:00
Sarah Brofeldt 4699a8c8bb
Merge pull request #66209 from jlesquembre/kube3d
kube3d: 1.1.0 -> 1.3.1
2019-08-08 20:54:36 +02:00
Benjamin Esham aaf6f09717 weechat: prevent impure use of system Python (#64262) 2019-08-08 11:34:44 -04:00
Marek Mahut 2242527c9c
Merge pull request #66246 from MetaDark/qbittorrent
qbittorrent: 4.1.6 -> 4.1.7
2019-08-07 23:16:46 +02:00
EEva (JPotier) d30080584b bitlbee-mastodon: init at 1.4.2 2019-08-07 19:56:08 +03:00
Tim Steinbach 83e1d3aa66
slack-theme-black: 2019-07-25 -> 2019-07-26 2019-08-07 09:32:11 -04:00
MetaDark 293c2885fe qbittorrent: 4.1.6 -> 4.1.7 2019-08-06 22:15:16 -04:00
Marek Mahut d9aeec4af2
Merge pull request #66155 from r-ryantm/auto-update/tixati
tixati: 2.61 -> 2.62
2019-08-06 21:11:28 +02:00
Pascal Wittmann 4c7dcfddb8
brave: 0.65.118 -> 0.67.123 2019-08-06 17:28:16 +02:00
José Luis Lafuente 2e73605c1a
kube3d: 1.1.0 -> 1.3.1 2019-08-06 17:01:06 +02:00
José Luis Lafuente cd105f02a8
tilt: 0.9.4 -> 0.9.7 2019-08-06 16:48:47 +02:00
R. RyanTM ad849345e8 tixati: 2.61 -> 2.62
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tixati/versions
2019-08-05 21:45:19 -07:00
Mario Rodas 24a9e88d8b
dsvpn: 0.1.0 -> 0.1.2 2019-08-05 16:20:00 -05:00
Dmitry Kalinkin 5601e130ce
bluejeans-gui: use patchShebangs, add me to maintainers 2019-08-05 14:09:42 -04:00
worldofpeace b044b6814f
Merge pull request #65914 from worldofpeace/update/elementary-appcenter
Update pantheon appcenter apps
2019-08-05 12:01:59 -04:00
Christian Kampka 48395480f7 kops_1_13: init at 1.13.0 2019-08-05 16:06:30 +02:00
Christian Kampka 2f99b0d605 kops_1_12: 1.12.2 -> 1.12.3 2019-08-05 16:06:30 +02:00
Christian Kampka 4d50ce93aa kops: restructure package to maintain multiple versions in the future
kops versions are bound to the version of the kubernetes cluster they
are targeted to maintain (kops 1.12 -> k8s 1.12, kops 1.13 -> k8s 1.13,
etc). Upgrading kops should therefore be done very deliberately
as it may affect the cluster it is working with in drastic ways.
This change introduces the ability to maintain multiple versions of
kops in nixpkgs, giving the users the ability to pin it to their target
cluster version when installing
2019-08-05 16:06:30 +02:00
Danylo Hlynskyi 7585496eff
Merge branch 'master' into flip-map-foreach 2019-08-05 14:09:28 +03:00
danbst 0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
danbst 91bb646e98 Revert "mass replace "flip map -> foreach""
This reverts commit 3b0534310c.
2019-08-05 14:01:45 +03:00
R. RyanTM 2e66e51b68 mullvad-vpn: 2019.5 -> 2019.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mullvad-vpn/versions
2019-08-04 15:58:15 -07:00
Marek Mahut 25b5c50e27
Merge pull request #65884 from r-ryantm/auto-update/claws-mail
claws-mail: 3.17.3 -> 3.17.4
2019-08-04 21:30:43 +02:00
Jaka Hudoklin 0dc218e83c
Merge pull request #65412 from vdemeester/update-minikube
minikube: 1.0.1 -> 1.2.0
2019-08-04 19:29:59 +02:00
worldofpeace 521b818521
Merge pull request #65917 from worldofpeace/wire-desktop/throw
wire-desktop: add a proper throw
2019-08-04 09:19:04 -04:00
worldofpeace 48d832dc3d
Merge pull request #65895 from emmanuelrosa/qutebrowser-qt-fix
qutebrowser: add wrapQtAppsHook
2019-08-04 07:56:44 -04:00
Bart Brouns fa7716c6b5 qutebrowser: 1.6.3 -> 1.7.0
pdfjs: 1.10.100 -> 2.1.266
2019-08-04 17:42:07 +07:00
Emmanuel Rosa f9ed3a6754 qutebrowser: add wrapQtAppsHook
This commit fixes the error:

Could not find the Qt platform plugin "xcb" in ""

Closes #65895
2019-08-04 17:40:08 +07:00
worldofpeace d03c72cf43 wire-desktop: add a proper throw 2019-08-04 05:08:33 -04:00
worldofpeace 644a9dcb66 ephemeral: 5.1.1 -> 5.2.1
https://github.com/cassidyjames/ephemeral/releases/tag/5.2.0
2019-08-04 04:23:10 -04:00
R. RyanTM f11e4fd747 flexget: 2.21.8 -> 2.21.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexget/versions
2019-08-04 09:21:17 +02:00
R. RyanTM bd9c8e48be claws-mail: 3.17.3 -> 3.17.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/claws-mail/versions
2019-08-03 16:21:43 -07:00
Jonathan Ringer c5f622bec9 click: 0.3.2 -> 0.4.2 2019-08-03 11:58:19 -07:00
Graham Christensen 58f5c8e0cb
Merge pull request #65807 from flatulation/fix/firefox-bin-update
firefox-beta-bin-unwrapped, firefox-devedition-bin-unwrapped: 68.0b12 -> 69.0b10
2019-08-03 10:57:18 -04:00
Robert Schütz 2912844728 qutebrowser: add pyqtwebengine to propagatedBuildInputs 2019-08-03 16:04:34 +02:00
Vladimír Čunát 854b43404f
wire-desktop: fixup evaluation on other platforms
version (i.e. name) is evaluated strictly before meta.platforms, apparently,
so let's simply hack around that, so we may eventually fix the tarball job.
2019-08-03 14:45:30 +02:00
Justin Humm 7ee6674ec3 elinks: use recent spidermonkey version 2019-08-03 07:51:46 +02:00
Frederik Rietdijk 53328909da Merge staging-next into master, closes #65497 2019-08-03 07:42:50 +02:00
Frederik Rietdijk cd9846239a and another gdk_pixbuf rename 2019-08-03 07:10:13 +02:00
Jonathan Ringer 5304191cd7 pyload: fix build 2019-08-02 23:33:16 +02:00
Frederik Rietdijk d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
flatulation e8ab003ede firefox-devedition-bin-unwrapped: 68.0b12 -> 69.0b10 2019-08-02 18:06:46 +01:00
flatulation e51a0f68c6 firefox-beta-bin-unwrapped: 68.0b12 -> 69.0b10 2019-08-02 18:06:45 +01:00
Rolf Heckemann a0d3143ce5 skypeforlinux: 8.49.0.49 => 8.50.0.38 2019-08-02 15:56:23 +02:00
Tim Steinbach df93edee15
slack: Add update script 2019-08-02 09:01:26 -04:00
Vladimír Čunát a89f245f3b
Merge branch 'master' into openssl-1.1
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Mario Rodas 58e584ccd3
dsvpn: init at 0.1.0 2019-08-02 00:00:00 -05:00
Graham Christensen 43ac110d3b
Merge pull request #65633 from ivan/chromium-76.0.3809.87
chromium: 75.0.3770.90 -> 76.0.3809.87
2019-08-01 21:41:11 -04:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Robin Gloster 841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster fe3920001c
Merge pull request #63669 from cawilliamson/patch-1
rambox-pro: 1.1.2 -> 1.1.4
2019-08-01 23:29:44 +00:00
worldofpeace 45c62cbfd8
Merge pull request #65610 from worldofpeace/fractal-update
fractal: 4.0.0 -> 4.2.0
2019-08-01 19:27:07 -04:00
Nikolay Amiantov 17d29239b8 mumble: refactor and fix Qt 5 version
* Use -rc version instead of a git checkout. Rename derivation
  accordingly;
* Change PLUGIN_PATH similar to Arch;
* Fix install phase so that random files aren't installed and plugins
  use separate directory;
* Use linkSoVersions to remove duplicate libraries.
2019-08-01 23:06:13 +00:00
Marek Mahut 44884cdf29 slack: adding mmahut as a maintainer 2019-08-01 22:53:52 +00:00
Marek Mahut 6f92bc0cfd slack: 4.0.0 -> 4.0.1 2019-08-01 22:53:52 +00:00
worldofpeace 299c2f030a
Merge pull request #65704 from worldofpeace/zoom-us-desktopmetadata
zoom-us: use flathub desktop integration
2019-08-01 14:57:16 -04:00
worldofpeace 2d307238de zoom-us: drop uneeded *Inputs 2019-08-01 14:55:41 -04:00
worldofpeace 32f62e9798 zoom-us: use flathub desktop integration
We fetch from https://github.com/flathub/us.zoom.Zoom
and install their appdata, icons, and desktop file.
2019-08-01 14:55:41 -04:00
worldofpeace 43dcb0542f fractal: 4.0.0 -> 4.2.0
Build system changes happening in the following commits:

* 79bf10af6d
* 6982765607
* 4abfa58282

Submitted MR upstream to update Cargo.lock [0] and to
make scripts executable [1].

[0]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
[1]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/447
2019-08-01 14:03:09 -04:00
David McKay ed5ed93422 terraform_0_12: 0.12.5 -> 0.12.6 (#65729) 2019-08-01 10:52:25 -07:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Ivan Kozik a897743a13 chromiumDev: fix build
Fixes:

ERROR Unresolved dependencies.
//third_party/perfetto/gn:zlib(//build/toolchain/linux:clang_x64)
  needs //third_party/zlib:zlib_config(//build/toolchain/linux:clang_x64)

builder for '/nix/store/iqr4vn2by1yxa7f92jiymvgfsn9mdvwq-chromium-unwrapped-77.0.3860.5.drv' failed with exit code 1
2019-07-31 11:31:07 +00:00
Ivan Kozik d18f4acdf1 chromium: 75.0.3770.90 -> 76.0.3809.87
Fixed in 75.0.3770.142:

CVE-2019-5847 CVE-2019-5848

Fixed in 76.0.3809.87:

CVE-2019-5850 CVE-2019-5860 CVE-2019-5853 CVE-2019-5851
CVE-2019-5859 CVE-2019-5856 CVE-2019-5863 CVE-2019-5855
CVE-2019-5865 CVE-2019-5858 CVE-2019-5864 CVE-2019-5862
CVE-2019-5861 CVE-2019-5857 CVE-2019-5854 CVE-2019-5852
2019-07-31 11:30:46 +00:00
Danielle Lancashire 4655b4957a
nomad: 0.9.3 -> 0.9.4 2019-07-31 10:50:24 +02:00
magenbluten 576c04a9a5 suricata: init at 4.1.4 2019-07-30 20:16:04 +02:00
worldofpeace 37158a3410 fractal: stylize, add me to maintainers 2019-07-30 14:01:47 -04:00
Michael Weiss 1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
Aaron Andersen f94d37c5af
Merge pull request #65572 from AluisioASG/aerc
aerc: 0.1.4 -> 0.2.1; add ncurses to PATH
2019-07-30 08:59:49 -04:00
Robin Gloster 242e52dbb1
treewide: remove openssl 1.1 pinning 2019-07-30 03:41:32 +02:00
worldofpeace e0b1eb0cd4
Merge pull request #65573 from tadfisher/zoom-us
zoom-us: use wrapQtAppsHook
2019-07-29 18:43:07 -04:00
Tad Fisher aefe854bd3 zoom-us: use wrapQtAppsHook 2019-07-29 14:17:25 -07:00
Aluísio Augusto Silva Gonçalves 14ce9b2fbd
aerc: 0.1.4 -> 0.2.1 2019-07-29 18:03:54 -03:00
Aluísio Augusto Silva Gonçalves 67912138ea
aerc: add dependency on ncurses for unknown terminals
The TUI library aerc uses, tcell, comes with a built-in database of
terminal definitions.  For terminals not in this database (e.g.
Alacritty), an entry is generated dynamically using infocmp, part of
ncurses' dev output.
2019-07-29 18:00:37 -03:00
Robin Gloster 81c88f5d29
realpine: remove
upstream unmaintained, doesn't build with openssl 1.1 and no recent
changes in nixpkgs, alpine from which this was forked seems to be
maintained and a superior choice.
2019-07-29 22:31:12 +02:00
Vladimír Čunát beadf0b77f
eiskaltdcpp: remove duplicate patches after merge 2019-07-29 21:25:12 +02:00
Robin Gloster 3ffe4aa7f1
eiskaltdcpp: 2.2.9 -> 2.2.10, add upstream openssl patches 2019-07-29 21:25:11 +02:00
Robin Gloster c382280df6
Merge pull request #65499 from jojosch/teamspeak_client-update-3.3.0
teamspeak_client: 3.1.10 -> 3.3.0
2019-07-29 16:19:33 +00:00
Marek Mahut f4ce7887ce poezio: 0.12 -> 0.12.1
Moving the source to GitHub from dev.louiz.org.
2019-07-29 09:36:55 +02:00
worldofpeace f498a8b7af wire-desktop: gdk_pixbuf -> gdk-pixbuf 2019-07-28 17:29:11 -04:00
Frederik Rietdijk cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Johannes Schleifenbaum 9a9dbb6af2 teamspeak_client: 3.1.10 -> 3.3.0 2019-07-28 10:02:36 +02:00
Frederik Rietdijk 15564fbb4d wire-desktop: fix evaluating on other platforms
to unblock tarball job
2019-07-28 09:31:48 +02:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Vincent Demeester a12efe947f
minikube: 1.0.1 -> 1.2.0
Also switch to go modules.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-07-28 07:53:52 +02:00
Max Gonzih 184beb5236 linkerd: init at 2019-07-26 (#65436) 2019-07-27 22:51:18 -07:00
Max Gonzih a0c413f71d fluxctl: init at 1.13.1 (#65433) 2019-07-27 12:22:23 -07:00
worldofpeace ecc48146da
Merge pull request #64931 from toonn/wire-desktop-refactor
wire-desktop: refactor to add Darwin support
2019-07-27 13:48:22 -04:00
toonn 4665e883b2 wire-desktop: Add darwin support
Wire Desktop is available for linux, mac os and windows. I figured
adding darwin support would be cromulent. Note that the versions don't
align 100%, this is how it's released upstream.

I refactored the derivation to seperate all the linux-specific parts. I
also sorted the dependencies and grouped them.

The changes were based on the derivation for electron. I changed the
construction from calling `mkDerivation` on a conditional merger of two
sets by moving the `mkDerivation` calls into the conditional and up to
the local bindings for `linux` and `darwin`. This required moving
`pname` and `meta` up to local bindings.
2019-07-27 19:43:33 +02:00
toonn 33b6a1720d wire-desktop: expand meta
Added a `longDescription` and `downloadPage`. Also added myself to
`maintainers`.

I fixed up the `license` because it's actually GPLv3 *or later*.
Note that terms and conditions apply though I don't feel like they
violate the GPL-ness of the code.
2019-07-27 19:40:37 +02:00
Max Gonzih b5590fff46 k9s: init at 0.7.13 (#65432) 2019-07-27 09:46:08 -07:00
Averell Dalton 289c607cf5 x2goclient: fix startup
Fixes the following error:
```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```

See also #54484 and others.
2019-07-26 20:59:36 +02:00
Averell Dalton 3034859422 x2goclient: unstable-2018-11-30 -> unstable-2019-07-24 2019-07-26 20:59:36 +02:00
Johannes Schleifenbaum 59ca4168ef teamspeak_server: 3.8.0 -> 3.9.1 2019-07-26 17:53:12 +02:00
Tim Steinbach 2b014be886
slack-dark: 2019-06-04 -> 2019-07-25 2019-07-26 09:25:38 -04:00
Urban Skudnik f432ae3ba4
terraform-providers: bump versions 2019-07-26 12:45:21 +02:00
Urban Skudnik a98e4248b9
Update provider
Matchbox changed owners on github
2019-07-26 12:45:20 +02:00
Urban Skudnik f1b81ff2cd
Update ansible package
Needs to be moved out of automatic update-all since it requires
goDeps.
2019-07-26 12:45:20 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace 2bcc9260e4
Merge pull request #65315 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.5 -> 1.1.6
2019-07-24 18:35:41 -04:00
GRBurst c4cebed811 protonmail-bridge: 1.1.5 -> 1.1.6 2019-07-24 18:34:34 -04:00
Andreas Rammhold 2a35404a91
Merge pull request #65327 from taku0/firefox-bin-68.0.1
firefox, firefox-bin, firefox-esr: 68.0 -> 68.0.1
2019-07-24 17:31:17 +02:00
Maximilian Bosch 0a571ae256 citrix_workspace: add 1906 (citrix_workspace_19_6_0)
New release available:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Apart from the new version the following things changed:

* Updated the docs as all notes about `citrix_receiver` also apply for
  `citrix_workspace`. Also added a deprecation warning about the
  upcoming removal.

* Removed the `libidn_134` override as neither `citrix_workspace_19_3_0`
  nor `citrix_workspace_19_6_0` require this library anymore according
  to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to
  `citrix_receiver_13_10_0`).

* Added myself as maintainer as well.
2019-07-24 13:06:19 +02:00
taku0 71116cd9d5 firefox-esr: 68.0esr -> 68.0.1esr 2019-07-24 16:19:05 +09:00
taku0 9c7aa99db2 firefox: 68.0 -> 68.0.1 2019-07-24 16:18:08 +09:00
taku0 835027f601 firefox-bin: 68.0 -> 68.0.1 2019-07-24 16:15:47 +09:00
xrelkd c4fec1c631 tilt: 0.9.2 -> 0.9.4 2019-07-23 15:17:13 +02:00
xrelkd 3cb3d7f5f4 tilt: 0.8.8 -> 0.9.2 2019-07-23 15:17:13 +02:00
adisbladis 2e6277f179
Merge pull request #63970 from carlosdagos/sonobuoy-init
sonobuoy: init at 0.15.0
2019-07-23 13:13:11 +01:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Robin Gloster 8f6f4bd2d6
Merge pull request #65226 from Mic92/teamspeak
teamspeak: remove unnecessary makeWrapper
2019-07-22 18:35:43 +00:00
Robin Gloster 186416a399
Merge pull request #65189 from r-ryantm/auto-update/teamviewer
teamviewer: 14.3.4730 -> 14.4.2669
2019-07-22 17:39:49 +00:00
Robin Gloster 74afa518db
Merge pull request #65258 from davidtwco/franz-5.2.0
franz: 5.1.0 -> 5.2.0
2019-07-22 17:26:09 +00:00
Tim Steinbach 3c65adaa75 slack-dark: Fix 4.0.0 2019-07-22 08:54:38 -04:00
angristan 0aa30f5901 slack: 3.4.2 -> 4.0.0 2019-07-22 08:54:38 -04:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
David Wood 1885399186
franz: 5.1.0 -> 5.2.0 2019-07-22 11:26:52 +01:00
Tim Steinbach 2b350d16ef
vivaldi: 2.6.1566.44-1 -> 2.6.1566.49-1 2019-07-21 20:54:56 -04:00
Jörg Thalheim 92c4bc0108
teamspeak: remove unnecessary makeWrapper 2019-07-21 15:22:39 +01:00
Jörg Thalheim f75fdd5c77
teamspeak_server: fix 32-bit checksum 2019-07-21 15:15:02 +01:00
Jörg Thalheim e4230452be
teamspeak_server: add missing libstdc++
Also convert to autoPatchelfHook.
2019-07-21 15:11:44 +01:00
Matthieu Coudron 7e55f6e013 astroid: 0.14 -> 0.15 2019-07-21 10:59:26 +02:00
R. RyanTM 6323cf8a8c wireshark: 3.0.2 -> 3.0.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/wireshark-qt/versions
2019-07-21 09:53:09 +02:00
Wael Nasreddine 8c11755ece
Merge pull request #64499 from OPNA2608/update-palemoon
palemoon: 27.9.4 -> 28.6.0.1, refactor
2019-07-20 22:26:01 -07:00
worldofpeace c55a88fe8f
Merge pull request #65107 from pacien/riot-1.3.0
riot-{web,desktop}: 1.2.2 -> 1.3.0
2019-07-20 21:31:59 -04:00
worldofpeace a1cb6d601d
riot-desktop: add worldofpeace to maintainers 2019-07-20 21:29:09 -04:00
Andreas Rammhold bd7f9b6057
Merge pull request #64979 from tenx-tech/feature/update-helm
kubernetes-helm: 2.11 -> 2.14.2
2019-07-20 23:24:44 +02:00
OPNA2608 9a38937331 palemoon: restrict platforms to x86 Linux
Pale Moon (with official branding at least) doesn't appear to be available
for non-x86 architectures (yet), so we'll restrict the platforms to
i686 and x64 Linux.
2019-07-20 21:51:36 +02:00
R. RyanTM d3b9158631 teamviewer: 14.3.4730 -> 14.4.2669
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-20 12:48:16 -07:00
Tim Steinbach 8f99ec0784
slack-theme-black: 2019-03-15 -> 2019-06-04 2019-07-20 15:47:14 -04:00
Tim Steinbach 095e9c0f9b
vivaldi: Fix usage of xdg-open 2019-07-20 09:57:49 -04:00
Max Gonzih 8a2c18299c slack: Fix dark theme
Caused by #61328
2019-07-20 09:35:58 -04:00
R. RyanTM f75d78e3c8 kubetail: 1.6.8 -> 1.6.9
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
2019-07-20 09:17:35 +02:00
Mario Rodas 4f2efec00e terraform_0_12: 0.12.4 -> 0.12.5 2019-07-20 09:16:17 +02:00
Ryan Mulligan 1b6d404bfe
Merge pull request #65062 from r-ryantm/auto-update/flink
flink: 1.6.2 -> 1.8.1
2019-07-19 17:08:10 -07:00
pacien 541f60d327 riot-desktop: 1.2.2 -> 1.3.0 2019-07-19 22:13:48 +02:00
pacien e2c474875e riot-web: 1.2.2 -> 1.3.0 2019-07-19 22:13:37 +02:00
Ryan Mulligan 6c0ed987ee
Merge pull request #65063 from r-ryantm/auto-update/feedreader
feedreader: 2.9.2 -> 2.10.0
2019-07-19 10:40:33 -07:00