3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

10636 commits

Author SHA1 Message Date
taku0 ef497b63ba thunderbird-bin: 68.4.1 -> 68.4.2 2020-01-25 03:12:19 +09:00
Michael Weiss 3791770384
Merge pull request #78413 from primeos/signal-desktop
signal-desktop: 1.29.6 -> 1.30.0
2020-01-24 18:23:29 +01:00
Michael Weiss 9cf50fa55c
signal-desktop: 1.29.6 -> 1.30.0
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.30.0
2020-01-24 17:49:39 +01:00
Tim Steinbach 62d86db572
zoom-us: 3.5.336627.1216 -> 3.5.352596.0119 2020-01-24 11:31:18 -05:00
Mario Rodas f26bafe144 flexget: 3.1.10 -> 3.1.11 2020-01-24 02:05:55 -08:00
Michael Weiss 0d97ef510b
tdesktop: 1.9.4 -> 1.9.7 (#78390)
This also properly enables the spell checking with enchant2.

Note: This requires a proper configuration.
A quick and dirty solution (not recommended) could look like this:
install -Dt ~/.config/enchant/hunspell/ $(nix-build -A hunspellDicts.en_US)/share/hunspell/en_US.{aff,dic}
2020-01-23 23:51:05 +01:00
Niklas Hambüchen 6df94f6688
Merge pull request #78386 from plumelo/feature/remmina-1.3.10
remmina: 1.3.9 -> 1.3.10
2020-01-23 20:42:20 +01:00
Meghea Iulian 3f46a4afab remmina: 1.3.9 -> 1.3.10 2020-01-23 21:10:57 +02:00
chris 67509cc831 Updated the terraform providers 2020-01-23 10:34:48 -08:00
Mario Rodas d0819c05b3
terraform: 0.12.19 -> 0.12.20
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.20
2020-01-22 18:18:18 -05:00
Olli Helenius 2356a43830 teams: 1.2.00.32451 -> 1.3.00.958 2020-01-22 14:18:52 -08:00
worldofpeace a7e403280e
Merge pull request #78296 from thefloweringash/chatterino-qt-wrapper
chatterino2: use mkDerivation from qt
2020-01-22 17:09:06 -05:00
Matt Smith a76b5a2c94 maintainers: remove 00-matt 2020-01-22 21:12:43 +00:00
Ryan Mulligan 0e1e99d42d
Merge pull request #78248 from r-ryantm/auto-update/palemoon
palemoon: 28.8.0 -> 28.8.1
2020-01-22 08:18:18 -08:00
Andrew Childs 7e0dd3833d chatterino2: use mkDerivation from qt 2020-01-23 01:00:34 +09:00
Michael Weiss 393b3e8746
tdesktop: 1.9.3 -> 1.9.4 (#78274) 2020-01-22 14:29:47 +01:00
Johan Thomsen a96ed5d704 kubernetes: 1.16.4 -> 1.16.5 2020-01-22 00:04:04 -08:00
R. RyanTM 3aa2742e2b palemoon: 28.8.0 -> 28.8.1 2020-01-22 07:48:38 +00:00
Will Dietz 3bf9cc3154
Merge pull request #76767 from dtzWill/update/spectral-2019-12-23
spectral: unstable 2019-08-30 -> 817, olm: cmake+clean
2020-01-21 16:25:49 -06:00
Andreas Rammhold a7a85a015c
Merge pull request #78153 from taku0/firefox-bin-72.0.2
firefox, firefox-bin: 72.0.1 -> 72.0.2,  firefox-esr: 68.4.1esr -> 68.4.2esr
2020-01-21 14:36:02 +01:00
taku0 249e3d0ef3 firefox-esr: 68.4.1esr -> 68.4.2esr 2020-01-21 20:04:04 +09:00
taku0 57aed520d8 firefox: 72.0.1 -> 72.0.2 2020-01-21 19:59:34 +09:00
taku0 7187891a17 firefox-bin: 72.0.1 -> 72.0.2 2020-01-21 19:55:44 +09:00
Mario Rodas 5d7f7fbf5e
flexget: 3.0.31 -> 3.1.10 2020-01-20 18:18:18 -05:00
Ian M. Jones 96d2790061 onedrive: 2.3.12 -> 2.3.13 2020-01-20 13:53:59 +00:00
Ivan Kozik 76ab11518d treewide: Remove myself from maintainers on some packages (#78027) 2020-01-19 12:18:34 -05:00
Mario Rodas 8ac5308c6a
Merge pull request #77885 from r-ryantm/auto-update/luigi
luigi: 2.8.0 -> 2.8.11
2020-01-19 09:23:05 -05:00
Mario Rodas 4473eee95f
Merge pull request #77887 from r-ryantm/auto-update/magnetico
magnetico: 0.8.1 -> 0.9.0
2020-01-19 09:03:39 -05:00
Francesco Zanini 2a6b2342df
captive-browser: runs on all platforms 2020-01-19 10:27:27 +01:00
Michael Weiss f430ac79b8
Merge pull request #77453 from primeos/tdesktop
tdesktop: 1.8.15 -> 1.9.3
2020-01-19 00:01:48 +01:00
Michael Weiss 1835ac1d79
tdesktop: 1.8.15 -> 1.9.3
The GYP build is now deprecated [0].
This results in a large number of changes and many custom Nix patches
aren't required anymore (and probably haven't been required for quite
some time now, the derivation got a bit outdated...).

A lot of the changes in this commit are based on the changes of the
Arch package [1][2] (which our package is based upon).

Rough overview of the changes:
- gcc9 -> ninja (optional but let's follow Arch here)
- Dropped GYP, only CMake now
  - But: Python is still required
- fetchFromGitHub -> fetchurl (optional?)
- Apply all Arch patches and remove old patches
  - Requires one new patch for range-v3
- New dependencies: enchant2, lz4, xxHash
  - TODO: Plus a few new dependencies that shouldn't be required
- Cleanup: Irrelevant flags (e.g. GYP_DEFINES) and patches (e.g. sed)
  - Simplifies quite a few things :)
- Some additional documentation and TODOs

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>

[0]: https://github.com/telegramdesktop/tdesktop/issues/7001
[1]: https://git.archlinux.org/svntogit/community.git/commit/?id=23eff2b1ef7435441e93120618ca899f0b0e7e61
[2]: https://git.archlinux.org/svntogit/community.git/commit/?id=6a19e949724b2e2bfcdcf2081111ecd46108e449
2020-01-18 23:28:10 +01:00
Tim Steinbach ba059b9a23
vivaldi: 2.10.1745.26-1 -> 2.10.1745.27-1 2020-01-18 11:51:07 -05:00
Alan Hollis 4f4d792e70 gns3: Fix python package not being pinned (#77701)
Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils
package is not picked up, this commit changes the code so the correct
version is always picked.
2020-01-17 23:25:35 +01:00
worldofpeace 15e0b23f48 signal-desktop: use autoPatchelfHook, wrap properly (#77850)
Most prominently we don't use `phases` because of https://github.com/NixOS/nixpkgs/issues/28910.
This is also problematic when using wrapGAppsHook.
In order to use wrapGAppsHook's automatic wrapping
(this was done manually before because there was no fixupPhase)
we need to install signal at lib/Signal instead of just into libexec.
That's because it would try to wrap .so files.
2020-01-17 22:51:06 +01:00
lewo c80ebc9317
Merge pull request #77612 from misuzu/psi-plus
psi-plus: 1.4.904 -> 1.4.984
2020-01-17 18:37:41 +01:00
rht e6ed469c09
signal-desktop: 1.29.5 -> 1.29.6 2020-01-17 09:05:39 -05:00
R. RyanTM 6e0fc1f772 magnetico: 0.8.1 -> 0.9.0 2020-01-17 08:32:02 +00:00
R. RyanTM cf0640b982
luigi: 2.8.0 -> 2.8.11 2020-01-17 08:23:36 +00:00
Mario Rodas 0d7ca4ff08
Merge pull request #77663 from turboMaCk/skypeforlinux8.55.0.141
skypeforlinux: 8.55.0.123 -> 8.55.0.141
2020-01-16 21:07:06 -05:00
worldofpeace 40bef249f1
Merge pull request #77407 from jtcoolen/protonvpn-cli-ng
protonvpn-cli-ng: init at 2.2.0
2020-01-16 20:03:39 -05:00
Julien Coolen b45c4d2d88
protonvpn-cli-ng: init at 2.2.0 2020-01-17 00:58:14 +01:00
Michael Weiss 8d5ec33939
signal-desktop: 1.29.4 -> 1.29.5
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.29.5
2020-01-16 23:14:15 +01:00
Oleksii Filonenko eb4a2f510a fluxctl: 1.16.0 -> 1.17.1 2020-01-16 16:39:41 +00:00
Mario Rodas 33941e49f2
Merge pull request #76868 from filalex77/tiny-0.5.0
tiny: init at 0.5.1
2020-01-16 10:19:41 -05:00
zowoq 8c7a5613f3 wireshark 3.2.0 -> 3.2.1
https://www.wireshark.org/docs/relnotes/wireshark-3.2.1.html
2020-01-16 08:09:22 +01:00
Silvan Mosberger 67373ae389
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5 (#72656)
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5
2020-01-15 23:45:40 +01:00
Silvan Mosberger 94e35fba8e
seafile-client: 6.2.11 -> 7.0.5 2020-01-15 23:02:09 +01:00
gnidorah 7093ddeaf2 rambox: fix meta 2020-01-15 21:19:29 +03:00
Michael Weiss 0e817dacd8
signal-desktop: 1.29.3 -> 1.29.4
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.29.4
2020-01-15 13:14:05 +01:00
Mario Rodas 1f1c098a28
Merge pull request #75432 from mroi/patch-xhyve
docker-machine-xhyve: enable and fix lib9p file sharing
2020-01-14 21:19:29 -05:00