Commit graph

10430 commits

Author SHA1 Message Date
R. RyanTM c2818af5fc signal-cli: 0.6.3 -> 0.6.5 2019-11-29 07:44:33 -08:00
Michael Weiss 697c0fbf6d
quiterss: 0.19.1 -> 0.19.2 2019-11-29 13:26:24 +01:00
R. RyanTM 4d1f47bc1f rambox-pro: 1.1.7 -> 1.2.0 2019-11-29 03:57:31 -08:00
worldofpeace 6687a4a727
Merge pull request #74265 from worldofpeace/next-fix
next: Fix #74258
2019-11-29 02:51:41 +00:00
pacien 39416049a4 riot-desktop: 1.5.0 -> 1.5.5 2019-11-29 00:55:05 +01:00
pacien 7395dea94e riot-web: 1.5.0 -> 1.5.5 2019-11-29 00:54:56 +01:00
worldofpeace fb4ce491b5
Merge pull request #74472 from Kiwi/wire-desktop-segfault-fix
wire-desktop: fix a segfault when changing profile picture
2019-11-28 17:37:28 +00:00
Robert Djubek 5a465b0b14
wire-desktop: fix a segfault when changing profile picture
(wire-desktop:11531): GLib-GIO-ERROR **: 06:04:45.248: No GSettings schemas are installed on the system

and fix Fontconfig warning: "/etc/fonts/fonts.conf", line 86: unknown element "blank"

and tidied up the linux build greatly

and added kiwi as a maintainer
2019-11-28 17:31:13 +00:00
Michael Raskin 6317f5b81c matrixcli: init at 2019-08-15 2019-11-28 17:13:29 +01:00
Florian Klink 917b37c026
Merge pull request #74195 from d-goldin/tribler_python3
tribler: 7.1.2 -> 7.4.0-exp1 (python 3)
2019-11-28 16:53:47 +01:00
Jonathan Ringer 0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
Maciej Krüger b896e929f6 fix: anydesk 2019-11-27 20:25:03 -08:00
Jan Tojnar 352775cc51
cawbird: fix build with disallowed aliases
also clean up
2019-11-27 18:53:58 +01:00
Robin Gloster cff1988de3
Merge pull request #74327 from doronbehar/update-imapfilter
imapfilter: 2.6.14 -> 2.6.16
2019-11-27 17:06:57 +01:00
Emmanuel Rosa fe22df0b8d skypeforlinux: 8.54.0.85 -> 8.54.0.91 (#74333) 2019-11-27 10:51:06 -05:00
Doron Behar c4bd6b63d1 imapfilter: 2.6.14 -> 2.6.16 2019-11-27 14:14:11 +02:00
R. RyanTM c5c37d77f2 balsa: 2.5.7 -> 2.5.9 (#74118) 2019-11-26 20:00:59 +01:00
worldofpeace 417d6354c8 next: Fix #74258
Next had a few issues with its packaging:
* the platform port was exposed in all-packages
  And this is not useful for outside users.
  It's now a local attribute in the next package.

* the platform port wasn't wrapped correctly
  It appears that the lisp core was being wrapped,
  when instead the actual gtk application that's
  called within the lisp core had to be wrapped.

* codestyle/indentation
2019-11-26 11:41:50 -05:00
Maximilian Bosch 448ff7d44f
Merge pull request #74263 from emmanuelrosa/qutebrowser-1.8.2
qutebrowser: 1.8.1 -> 1.8.2
2019-11-26 15:30:23 +01:00
Emmanuel Rosa 33d18156f9 qutebrowser: 1.8.1 -> 1.8.2 2019-11-26 20:04:38 +07:00
Dima 7dd99adff8 tribler: 7.1.2 -> 7.4.0-exp1 (python 3)
Updating version for tribler to use python 3.
One most notable change is dropping the optional `pythonPackages.meliae`
as it does not support python 3 and addition pony, lz4 and pyqtgraph.

Also cleaned up a few other dependencies and removed an old workaround
for broken ui-graphics.
2019-11-26 10:14:52 +01:00
Andrew Childs 6ec5e745dc chromium: fix aarch64 build
The skia patch no longer applies, and is no longer necessary.

The current version of chromium doesn't build with gcc. This has been
fixed upstream[1] and could be backported, but switching aarch64 to
clang/llvm and making the build the same on all platforms is simpler.

[1] 9662ec8440
2019-11-26 01:25:39 +01:00
Frederik Rietdijk 06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
Alexandre Peyroux 4f23da2632 c14: update meta.homepage
(#74144)
2019-11-25 19:58:53 +01:00
R. RyanTM 459bb5e154 datovka: 4.14.0 -> 4.14.1 2019-11-25 08:48:49 -08:00
David Terry cb8aa201e2 aerc: 0.2.1 -> 0.3.0
- bump version
- build with notmuch support
- substitute @SHAREDIR@ in aerc.conf for the `template-dirs` key
- place ncurses instead of ncurses.dev in PATH (cannot find infocmp otherwise)
2019-11-25 08:47:28 -08:00
Michael Raskin 5b39722d84
Merge pull request #74043 from c0bw3b/pkg/belledonne
Refresh LinPhone ecosystem
2019-11-24 20:26:36 +00:00
John Ericson 1206faa6d5
Merge pull request #74057 from Ericson2314/wrapper-pname-support
treewide: Purge most parseDrvName
2019-11-24 13:31:35 -05:00
c0bw3b 9c4f51220e linphone: polarssl -> mbedtls
+ add bcg729 input
+ move bcunit to nativeBuildInputs
2019-11-24 19:28:44 +01:00
Herwig Hochleitner a52d7674cc chromium: update vaapi patch
https://github.com/NixOS/nixpkgs/issues/73878
2019-11-24 19:07:59 +01:00
John Ericson d34d84a61d firefox-wrapper: Get rid of name argument
Only pname + version is supported now. (Both are still optional,
however.)
2019-11-24 17:27:45 +00:00
John Ericson d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson 9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Frederik Rietdijk 1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Milan Pässler 7e0127e1ca tree-wide: inherit yarn2nix from yarn2nix-moretea 2019-11-24 01:04:26 +01:00
Sascha Grunert 801da15e4e sonobuoy: 0.15.0 -> 0.16.1 (#70904)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-22 22:29:01 +01:00
Tim Steinbach 44c2cf69d9
zoom-us: 3.0.309708.1027 -> 3.0.317369.1110 2019-11-21 13:29:44 -05:00
worldofpeace 82f1e398d1 ephemeral: 6.0.0 -> 6.1.1
https://github.com/cassidyjames/ephemeral/releases/tag/6.1.1
2019-11-21 08:36:21 -05:00
worldofpeace 9ba0dea2e2 meteo: 0.9.7 -> 0.9.8 2019-11-21 08:36:21 -05:00
Frederik Rietdijk 10d0c68a9b Merge staging-next into staging 2019-11-20 10:02:21 +01:00
Mario Rodas 58a0a9e5ab
rclone: 1.50.1 -> 1.50.2 2019-11-19 18:00:00 -05:00
Christian Kauhaus c99ea99700
Merge pull request #73739 from ivan/chromium-78.0.3904.108
chromium: 78.0.3904.97 -> 78.0.3904.108
2019-11-19 22:54:25 +01:00
Dima 2d55135408 bitlbee: fixing test-suite for newer libcheck (#73752)
Fixes: #73747
2019-11-19 14:44:02 -05:00
Jörg Thalheim 1003613c08 glowing-bear: 0.7.1 -> 0.7.2 2019-11-19 09:39:26 -08:00
Dima ad8c1703ec skypeforlinux: Adding archive.org mirror
Adding an additional web-archive url to avoid breakage when
old versions disappear from upstream. Still keeping original location
to not needlessly hit archive.org (it's also slower).
2019-11-19 17:47:42 +01:00
Frederik Rietdijk 5f8b0d7d99 Merge staging-next into staging 2019-11-19 14:53:29 +01:00
Ivan Kozik 0c8fc2e90e chromium: 78.0.3904.97 -> 78.0.3904.108
CVE-2019-13723 CVE-2019-13724

https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop_18.html
2019-11-19 05:15:47 +00:00
Lassulus 505120a299
Merge pull request #72829 from erictapen/signal-cli-daemon
signal-cli: enable dbus functionality
2019-11-18 22:57:17 +01:00
Mario Rodas 158e216943
terraform: 0.12.15 -> 0.12.16
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
2019-11-18 16:20:00 -05:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Ryan Mulligan 74edb58ad1
Merge pull request #73094 from jonafato/zulip-4.0.0
zulip: init at 4.0.0
2019-11-17 18:04:05 -08:00
Michael Weiss f5670ebd8e
quiterss: 0.19.0 -> 0.19.1 2019-11-17 21:27:07 +01:00
Alexei Robyn 883ab83f6b pidgin-opensteamworks: git-2018-08-02 -> 1.7
* pidgin-opensteamworks: git-2018-08-02 -> 1.7 (#72295)

* pidgin-opensteamworks: use sourceRoot
2019-11-17 18:15:15 +01:00
Greg Roodt 056bda4714 kubeseal: init at 0.9.5 2019-11-17 00:36:31 -08:00
tilpner 8150b587bd weechatScripts.weechat-matrix: init at unstable-2019-11-10 2019-11-16 23:06:50 -08:00
Marek Mahut 9373d945d8
Merge pull request #73468 from talyz/slack-4.1.2
slack: 4.0.2 -> 4.1.2
2019-11-16 23:10:10 +01:00
Mario Rodas 25e9aced4b
Merge pull request #73439 from marsam/update-rclone
rclone: 1.49.5 -> 1.50.1
2019-11-16 14:27:07 -05:00
Herwig Hochleitner 8c997725a2 flashplayer: 32.0.0.270 -> 32.0.0.293 2019-11-16 17:24:53 +01:00
Tadeo Kondrak 9c691e6fd7 discord-canary: 0.0.97 -> 0.0.98 2019-11-16 10:57:51 +01:00
Jörg Thalheim 9d21910e08
Merge pull request #65427 from dtzWill/update/purple-matrix
purple-matrix: pname, fix cflags, restore hardening
2019-11-16 09:46:14 +00:00
Will Dietz e651f5d516 purple-matrix: pname, fix cflags, restore hardening 2019-11-16 01:19:13 -06:00
c0bw3b 9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Michael Weiss a27a14da2a
gns3-{gui,server}: 2.2.2 -> 2.2.3 2019-11-15 22:23:11 +01:00
Michael Weiss 7a90d4a946
quiterss: 0.18.12 -> 0.19.0 2019-11-15 22:23:11 +01:00
talyz d7f2ab0ed8 slack: 4.0.2 -> 4.1.2
Also:
- Add missing dependency on libpulseaudio
- Extract the deb in the build folder and move only the files we're
  interested in to $out
- Use the regular builder, but turn off the patchELF hook
- Move dpkg from buildInputs to nativeBuildInputs, since it's only
  used at build time
2019-11-15 18:47:35 +01:00
Guillaume Maudoux 9d10b20a63 riot-desktop: fix missing tray icon
The tray icon has always been missing for me (on sway / waybar).
It turns out that it is looked up in a different location than where we package it.

Overall, it seems we are not at all following the upstream layout as can
be seen in data.tar.xz available at packages.riot.im/debian/pool/main/r/riot-web/riot-web_1.4.2_amd64.deb

This is a small fix that works for me. May not be optimal :-).
2019-11-15 17:15:17 +01:00
Marek Mahut 2b488b3fa6
Merge pull request #73426 from equirosa/master
signal-desktop: 1.27.4 -> 1.28.0
2019-11-15 12:32:22 +01:00
Mario Rodas 0d7a2c1354
Merge pull request #73438 from marsam/update-terraform
terraform: 0.12.14 -> 0.12.15
2019-11-15 04:06:33 -05:00
Sascha Grunert 5dad4bdd6f
kubernetes: 1.15.4 -> 1.16.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-15 05:58:01 +01:00
Mario Rodas cd50d62810
rclone: 1.49.5 -> 1.50.1 2019-11-14 21:00:00 -05:00
Mario Rodas a6924d3fb7
terraform: 0.12.14 -> 0.12.15
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
2019-11-14 18:00:00 -05:00
Eduardo Quiros 470942f29e Add self (equirosa) to signal-desktop maintaners. 2019-11-14 16:25:07 -06:00
Eduardo Quiros d119e10f74 signal-desktop: 1.27.4 -> 1.28.0 2019-11-14 16:24:14 -06:00
Daniel Schaefer a2aaa7cdf4 protocol: 20171226 -> 2019-03-28 2019-11-15 05:36:47 +09:00
Kyle Sferrazza 5434a2b8a5 mattermost: fix path in desktop file 2019-11-14 09:42:29 -08:00
Sascha Grunert 65e7d9c8c9 kubernetes-helm: 2.15.1 -> 3.0.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-14 09:31:31 -08:00
Tristan Helmich (omniIT) 83b221bc6c davmail: 5.2.0 -> 5.4.0 2019-11-14 09:24:50 -08:00
rht b754a308f7 brave: 0.69.135 -> 1.0.0 2019-11-14 09:09:43 -08:00
Bastien Rivière 136c6c1815 terraform: 0.12.13 -> 0.12.14 (#73393)
update terraform to it's latest version
2019-11-14 15:30:19 +00:00
Michael Weiss 7b77666eb1
signal-desktop: 1.27.4 -> 1.28.0 2019-11-14 15:30:33 +01:00
SRGOM 97a3671625 onedrive: 2.3.10 -> 2.3.11
Address review comments
2019-11-13 13:25:12 -08:00
SRGOM 3bc67c81ce onedrive: 2.3.10 -> 2.3.11
Also, changed name to onedrive-abraunegg. Shows it's not official, and also gets tracked in repology for a potential auto-update using @ryantm 's bot.
2019-11-13 13:25:12 -08:00
Sascha Grunert f060bf247d cni-plugins: v0.8.2 -> v0.8.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-13 16:51:48 +01:00
Frederik Rietdijk 92a57ed7f1 afew: use python3 2019-11-13 16:27:38 +01:00
Jon Banafato 3919fbbe9e firefox-devedition-bin-unwrapped: 70.0b2 -> 71.0b6
(#72602)
2019-11-13 15:24:33 +01:00
Martin Potier ca0c25f18a atlantis: init at 0.10.1 2019-11-13 01:44:53 -08:00
Ivan Kozik c653c7ade3 chromium: 78.0.3904.87 -> 78.0.3904.97
4 security fixes, no CVEs.

https://chromereleases.googleblog.com/2019/11/stable-channel-update-for-desktop.html
2019-11-13 08:21:38 +01:00
Renaud 7fb85457cd
Merge pull request #73103 from doronbehar/update-imapfilter
imapfilter: 2.6.13 -> 2.6.14
2019-11-13 00:28:18 +01:00
Gabriel Ebner e10e7e68e9 neomutt: 20191102 -> 20191111 2019-11-12 12:00:18 +01:00
Jan Tojnar 9fe897c1ec
calls: 2019-10-09 → 2019-10-29 2019-11-11 22:24:19 +01:00
Jan Tojnar b35e68d77d
calls: fix build 2019-11-11 21:44:31 +01:00
misuzu b571728081 3proxy: init at 0.8.13 2019-11-11 16:15:29 +02:00
Linus Heckemann da9b3ea747
Merge pull request #65362 from craigem/calls
calls: init at 0.0.1
2019-11-10 22:59:00 +01:00
Linus Heckemann 301eb1a494 calls: 0.0.1 -> 2019-10-09-unstable 2019-11-10 19:40:11 +01:00
Craige McWhirter d777bfbfae calls: init at 0.0.1 2019-11-10 19:40:11 +01:00
Tim Steinbach dadafc211e vivaldi: 2.9.1705.38-1 -> 2.9.1705.41-1 2019-11-10 11:10:45 -05:00
Marek Mahut 46d309a89b datovka: init at 4.14.0 2019-11-10 12:00:35 +01:00
Joachim F 18cadc6384
Merge pull request #73146 from hax404/master
tor-browser-bundle-bin: 9.0 -> 9.0.1
2019-11-10 08:26:10 +00:00
Georg Haas 4895e3d70b
tor-browser-bundle-bin: add hax404 to contributors 2019-11-10 00:26:13 +01:00
Georg Haas f5b4e70e0d
tor-browser-bundle-bin: 9.0 -> 9.0.1 2019-11-10 00:26:05 +01:00
Alberto Berti 935c56b785 AnyDesk 5.1.2 -> 5.4.1
(#72399)
2019-11-09 22:34:39 +01:00
R. RyanTM e8aadfe74c brave: 0.69.128 -> 0.69.135
(#72430)
2019-11-09 20:22:14 +01:00
zimbatm a8f50f02cc
Merge pull request #72939 from mbrgm/update-terraform-providers
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
Maximilian Bosch fb512ea853
Merge pull request #72878 from tasmo/master
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
R. RyanTM 60bdd48220 teamviewer: 14.6.2452 -> 14.7.1965
(#72680)
2019-11-09 16:01:14 +01:00
Doron Behar 802d52076c imapfilter: 2.6.13 -> 2.6.14 2019-11-09 12:10:18 +02:00
Jon Banafato d09d82eea3 zulip: init at 4.0.0 2019-11-09 02:05:02 -05:00
Greg Roodt 2991ba6462 fluxctl: 1.13.3 -> 1.15.0 2019-11-08 20:25:41 -08:00
Marius Bergmann bc0a2adb22 terraform-provider-pass: init at 1.2.1 2019-11-08 23:44:30 +01:00
Marius Bergmann 610ffc9b8f terraform-providers: update existing providers 2019-11-08 23:41:16 +01:00
Marius Bergmann 3ddd53e576 terraform-providers: fix handling of version/rev in provider list
I interpreted the purpose of stripping the first character from the 'version'
argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version
tag. This works if the tag actually has a 'v' prefix, but also removes the first
character if version tags are not prefixed (e.g. '1.0.0').

Additionally, the 'v' was added again when specifying the `rev` for
`fetchFromGitHub` in default.nix. As described above, this did also not work
when provider repos did not prefix their version tags with 'v'.

I changed the implementation as follows:

- `version` and `rev` are stored inside data.nix
- `version` is used to declare the nix package version
- `rev` is used to fetch the proper git ref when building the package
- for determining `version`, an optional leading 'v' is trimmed from the tag
  name

Now this has the implication that the latest tag must always be a release tag
when using the `update-all` script, but as the result of running `update-all`
should always be reviewed before submission, makes this appear a manageable
tradeoff to me.
2019-11-08 23:41:08 +01:00
Marius Bergmann 206f719046 terraform-providers: group individual repo providers 2019-11-08 23:40:55 +01:00
worldofpeace 90ebe8589c
Merge pull request #73028 from arianvp/wire-maintainer
wire-desktop: Add arianvp to maintainer list
2019-11-08 17:43:38 +00:00
taku0 8c487d6eb5 thunderbird: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 c667f097af thunderbird-bin: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 724f0f8008 thunderbird: 68.2.0 -> 68.2.1 2019-11-08 22:54:46 +09:00
taku0 be29def391 thunderbird-bin: 68.2.0 -> 68.2.1 2019-11-08 22:54:45 +09:00
taku0 6e7e55e780 thunderbird-bin: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
taku0 1a211c11c4 thunderbird: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
Christian Kampka 1349b26303
kops_1_14: 1.14.0 -> 1.14.1 2019-11-08 11:37:20 +01:00
Arian van Putten 1d51430cdc wire-desktop: Add arianvp to maintainer list 2019-11-08 09:44:46 +01:00
Matthew Bauer 1623fe0791
Merge pull request #71223 from woffs/pr-trebleshot
trebleshot: init at 0.1.0-alpha2-15-ga7ac23c
2019-11-07 17:27:12 -05:00
Matthew Bauer 71d91a9853
Merge pull request #70679 from dtzWill/fix/ktorrent-mkderivation
ktorrent: mkDerivation
2019-11-07 17:22:40 -05:00
Matthew Bauer a9e9379822
Merge pull request #70298 from jonringer/fix-soulseekqt
soulseekqt: fix build
2019-11-07 17:07:34 -05:00
Justin Humm a39fbee89e
signal-cli: add erictapen as maintainer 2019-11-07 21:25:34 +01:00
Justin Humm 6d6fee5283
signal-cli: add dbus functionality
This closes #72737

Co-authored-by: Matthew Piziak <matthew-piziak@users.noreply.github.com>
Co-authored-by: Kiwi <Kiwi@users.noreply.github.com>
2019-11-07 21:25:27 +01:00
Niklas Hambüchen b618df3225
Merge pull request #72870 from nh2/mumble-rnnoise
Add RNNoise, use it in Mumble
2019-11-07 19:04:57 +01:00
Daniel Schaefer 92216681cc apache-directory-studio: 2.0.0.v20170904-M13 -> 2.0.0-M14 2019-11-06 23:39:26 +01:00
R. RyanTM b8a18cf1c7 pidgin-sipe: 1.24.0 -> 1.25.0
* pidgin-sipe: 1.24.0 -> 1.25.0 (#71773)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-sipe/versions
2019-11-06 22:33:43 +01:00
R. RyanTM 46af0b2a2c opera: 62.0.3331.43 -> 64.0.3417.83
(#72587)
2019-11-06 18:12:08 +01:00
Yannis Koutras fc323c26d0
Merge pull request #72867 from Evils-Devils/mattermost-filechooser
Mattermost-desktop: 4.2.3 -> 4.3.1
2019-11-06 15:05:06 +01:00
Renaud c59079b133
Merge pull request #72850 from fishi0x01/fishi0x01/skype-upgrade
skypeforlinux: 8.51.0.72 -> 8.54.0.85
2019-11-06 14:04:06 +01:00
Thomas Friese 689b96305a
neomutt: add autocrypt
According to Neomutt's autocrypt manual
<https://neomutt.org/guide/autocryptdoc.html>, autocrypt needs to be
enabled in the `configureFlags` and `sqlite` is a new dependency.
2019-11-06 10:38:11 +01:00
Karl Fischer a4dd9d7896
skypeforlinux: 8.51.0.72 -> 8.54.0.85 2019-11-06 10:22:05 +01:00
Niklas Hambüchen 02dc6ff5bc mumble: Add RNNoise support.
Vastly improves suppression of background and typing noises.
2019-11-06 03:21:47 +01:00
Evils f41b8aa67c mattermost-desktop: version 4.2.3 -> 4.3.1 2019-11-06 01:56:29 +01:00
Evils 645a6fd739 mattermost-desktop: fix filechooser causing crash 2019-11-06 01:18:10 +01:00
Nathan Fish d4d76528cb ipfs-cluster 0.9.0 -> 0.11.0 (#72820) 2019-11-05 22:32:32 +00:00
Tadeo Kondrak 44efab627f aerc: Fix store references in default config 2019-11-05 13:45:33 +02:00
Michael Weiss ce6364a5ba
gns3-{gui,server}: 2.2.1 -> 2.2.2 2019-11-05 12:36:32 +01:00
Maximilian Bosch 1f2fff49e0
nextcloud-client: 2.6.0 -> 2.6.1
https://github.com/nextcloud/desktop/releases/tag/v2.6.1
2019-11-05 08:19:11 +01:00
Ryan Mulligan f65e759796
Merge pull request #72646 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.1.8 -> 4.1.9.1
2019-11-04 12:12:58 -08:00
gnidorah 791f835c2e vk-messenger: 4.0.1 -> 4.5.2 2019-11-04 08:54:02 -08:00
Tim Steinbach 348bafc1df
vivaldi: 2.9.1705.31-1 -> 2.9.1705.38-1 2019-11-04 09:13:16 -05:00
worldofpeace 59edabf8ca
Merge pull request #72375 from toonn/wire-desktop-bump
wire-desktop: linux 3.10.2904 -> 3.11.2912
2019-11-03 17:26:14 +00:00
Michael Weiss 5b2a6c9984
gns3-{gui,server}: 2.2.0 -> 2.2.1 2019-11-03 14:05:31 +01:00
R. RyanTM 0f4d7128a8 rss2email: 3.10 -> 3.11 2019-11-03 10:23:33 +01:00
Frederik Rietdijk 9e352d9046
Merge pull request #72601 from jonafato/firefox-beta-bin-69.0b16-71.0b6
firefox-beta-bin-unwrapped: 69.0b16 -> 71.0b6
2019-11-03 10:15:36 +01:00
R. RyanTM b1a591dd14 palemoon: 28.7.0 -> 28.7.2 2019-11-03 10:09:55 +01:00
R. RyanTM eed3a01c78 qbittorrent: 4.1.8 -> 4.1.9.1 2019-11-02 17:32:34 -07:00
Jon Banafato e3d0b139c7 firefox-beta-bin-unwrapped: 69.0b16 -> 71.0b6 2019-11-02 13:09:21 -04:00
Ryan Mulligan 95c519f5ce
Merge pull request #70766 from xfix/nixpkg-mullvad-update
mullvad: 2019.7 -> 2019.8
2019-11-02 09:05:24 -07:00
Andreas Rammhold d1bef95b4c
dino: unstable-2019-09-12 -> unstable-2019-10-28
This fixes a crash when receiving files via OMEMO.
2019-11-02 13:35:07 +01:00
obadz f72c9bb67e
Merge pull request #72497 from ivan/chromium-78.0.3904.87
chromium: 78.0.3904.70 -> 78.0.3904.87
2019-11-02 10:46:21 +00:00
Marek Mahut 569611ff22
Revert "frostwire-bin: 6.7.4 -> 6.8.3" 2019-11-02 11:00:31 +01:00
Marek Mahut 548985b1a7
Merge pull request #60971 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.7.4 -> 6.8.3
2019-11-02 10:25:40 +01:00
Vladimír Čunát a2e12f9db9
Merge #72364: firefox*: 70.0 -> 70.0.1 2019-11-02 09:44:02 +01:00
J Phani Mahesh 977daa25ad neomutt: 2019-10-25 -> 20191102 2019-11-02 08:02:28 +00:00
obadz 3c7e691c9e chromium: 78.0.3904.70 -> 78.0.3904.87
Two high severity CVEs: CVE-2019-13721 & CVE-2019-13720
(https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html)
2019-11-02 03:43:25 +01:00
Ivan Kozik 648b1c5b97 chromium: 78.0.3904.70 -> 78.0.3904.87
CVE-2019-13721 CVE-2019-13720

https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html
2019-11-01 23:14:55 +00:00
Mario Rodas fb229fc3dc terraform: 0.12.12 -> 0.12.13 (#72439)
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-11-01 16:31:48 +00:00
Marek Mahut af79a9f50b frostwire-bin: 6.8.1 -> 6.8.3 2019-11-01 09:39:50 +01:00
Marek Mahut 382495c839
Merge branch 'master' into auto-update/frostwire 2019-11-01 09:36:05 +01:00
Graham Christensen 30b10641e1
Merge pull request #72343 from ivan/chromium-fix-startup
chromium: do not load .so files from current working directory
2019-11-01 08:16:27 +01:00
Graham Bennett 08884d6a0f dropbox: 81.4.195 -> 83.4.152 (#72021)
Upgrading to latest stable version per
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016.
With the previous nixpkgs version dropbox complained that the version is
too old at sign-in.
2019-10-31 20:43:11 +01:00
Joachim F 7cd83236b9
Merge pull request #71839 from dtzWill/update/tor-browser-bundle-bin-9.0
tor-browser-bundle-bin: 8.5.5 -> 9.0
2019-10-31 18:25:49 +00:00
toonn 69b5fda4c5 wire-desktop: linux 3.10.2904 -> 3.11.2912 2019-10-31 18:42:40 +01:00
worldofpeace a51ea52f5a
Merge pull request #72133 from jtojnar/t-m-c
telepathy-mission-control: 5.16.4 → 5.16.5
2019-10-31 15:02:44 +00:00
Tim Steinbach f5dadcdb1a
vivaldi: 2.8.1664.44-1 -> 2.9.1705.31-1 2019-10-31 10:42:54 -04:00
David Wood ff545effd5
franz: 5.4.0 -> 5.4.1 2019-10-31 13:37:42 +00:00
taku0 0bc5d7fcfe firefox: 70.0 -> 70.0.1 2019-10-31 21:25:52 +09:00
taku0 14282e91ef firefox-bin: 70.0 -> 70.0.1 2019-10-31 21:25:37 +09:00
Trolli Schmittlauch 01c7499c77 cawbird: 1.0.2 -> 1.0.3.1 2019-10-30 21:27:34 -07:00
Peter Hoeg b085792a22 maestral: 0.4.0 -> 0.4.2 2019-10-30 21:11:18 -07:00
Ivan Kozik b4f5dc2fb8 chromium: do not load .so files from current working directory
Fixes #67234.
2019-10-31 01:34:19 +00:00
Matthew O'Gorman 17da09c2fa signal-desktop: add libappindicator-gtk3 2019-10-30 23:37:37 +01:00
Tim Steinbach 50a4b2d676
zoom-us: 3.0.306796.1020 -> 3.0.309708.1027 2019-10-29 09:20:57 -04:00
Emery Hemingway 182c16fa1e Revert "rclone: 1.49.5 -> 1.50.0"
This reverts commit aec323c1c0.

Ref #3685
Ref #72063
2019-10-29 14:18:01 +01:00
Gabriel Ebner 0008400222
Merge pull request #71984 from Ma27/bump-neomutt
neomutt: 20180716 -> 2019-10-25
2019-10-29 08:31:18 +00:00
Jan Tojnar 54fc43c248
telepathy-mission-control: split outputs
and enable parallel building
2019-10-29 00:53:17 +01:00
Jan Tojnar 3949c5bfd7
telepathy-mission-control: propagate required dependencies 2019-10-29 00:25:26 +01:00
devhell 4fbb0a375d profanity: 0.7.0 -> 0.7.1
Changelog: https://github.com/profanity-im/profanity/releases

Signed-off-by: devhell <devhell@mailfresser.de>
2019-10-27 22:30:35 -07:00
Jan Tojnar 478744612f
telepathy-mission-control: 5.16.4 → 5.16.5
https://github.com/TelepathyIM/telepathy-mission-control/blob/telepathy-mission-control-5.16.5/NEWS#L1-L15
2019-10-28 02:37:15 +01:00
Jan Tojnar 79ccc48169
telepathy-mission-control: format with nixpkgs-format 2019-10-28 02:31:37 +01:00
worldofpeace 55f826b895
Merge pull request #71870 from pacien/riot-v1.5.0
riot-{web,desktop}: 1.4.2 -> 1.5.0
2019-10-27 22:31:59 +00:00
Marek Mahut 1235e6a936
Merge pull request #71270 from risicle/ris-putty-CVE-2019-17069
putty: 0.71 -> 0.73, fixing CVE-2019-17069
2019-10-27 15:55:03 +01:00
Cole Mickens aec323c1c0 rclone: 1.49.5 -> 1.50.0 2019-10-27 07:13:08 +01:00
Emery Hemingway b3e80604a7 trojita: PGP decryption support 2019-10-26 14:42:37 +02:00
Alexey Shmalko 3718d27126
Merge pull request #71982 from doronbehar/update-castget
castget: 1.2.4 -> 2.0.0
2019-10-26 14:22:21 +03:00
Alexey Shmalko 289d9f6821
Merge pull request #71983 from uskudnik/update-helm
helm: 2.14.3 -> 2.15.1
2019-10-26 14:04:06 +03:00
Urban Skudnik a038ae1118
helm: 2.14.3 -> 2.15.1 2019-10-25 16:47:55 +02:00
Maximilian Bosch b83908f1ed
neomutt: 20180716 -> 2019-10-25
https://github.com/neomutt/neomutt/releases/tag/2019-10-25
2019-10-25 16:30:29 +02:00
R. RyanTM f118648201 transgui: 5.17.0 -> 5.18.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/transgui/versions
2019-10-25 14:38:02 +02:00
Doron Behar a1bef514ce castget: 1.2.4 -> 2.0.0 2019-10-25 15:24:22 +03:00
Ryan Mulligan e6f7a11691
Merge pull request #71910 from r-ryantm/auto-update/tixati
tixati: 2.62 -> 2.64
2019-10-24 15:13:18 -07:00
Danielle Lancashire f8d639b018 nomad: add endocrimes as maintainer 2019-10-24 08:37:50 -07:00
Danielle Lancashire 942eb66bf4 nomad: 0.9.5 -> 0.10.0
This commit upgrades Nomad from 0.9.5 to 0.10.0 and also pins the Golang
version to go1.12 as it is the only supported compiler for the current
release, and due to some dependency issues currently does not support
go1.13.
2019-10-24 08:37:50 -07:00
R. RyanTM fe680e89a5 tixati: 2.62 -> 2.64
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-10-24 07:28:02 -07:00
David Wood 04d4ea0e24
franz: remove gnidorah as maintainer
For context, see:
https://github.com/NixOS/nixpkgs/pull/71862#issuecomment-545753201

Signed-off-by: David Wood <david@davidtw.co>
2019-10-24 13:31:24 +01:00
Graham Christensen aff782627c
Merge pull request #71749 from ivan/chromium-78.0.3904.70
chromium: 77.0.3865.120 -> 78.0.3904.70
2019-10-24 03:55:13 -04:00