José Romildo Malaquias
8f9daf0e7b
Merge pull request #84166 from danieldk/softmaker-office-976
...
softmaker-office: 974 -> 976
2020-04-03 10:05:20 -03:00
Jörg Thalheim
e1a880fca9
Merge pull request #84119 from i077/todoist-electron/1.20
...
todoist-electron: 1.19 -> 1.20
2020-04-03 12:56:48 +01:00
Matthias Beyer
fb818c536a
pulseeffects: 4.7.1 -> 4.7.2
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:59 +02:00
Mario Rodas
2d2fc9a10a
Merge pull request #84168 from saschagrunert/conmon
...
conmon: 2.0.14 -> 2.0.15
2020-04-03 06:44:40 -05:00
gnxlxnxx
8e6a74e957
swaylock-effects: init at v1.6-0
2020-04-03 13:02:28 +02:00
Michael Weiss
9f3914824d
chromium: Ignore unknown warning options
...
This can e.g. save around 150k lines of unnecessary log messages which
take up around 66% of the total lines (based on a log of 80.0.3987.100):
29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
2020-04-03 12:40:46 +02:00
Mario Rodas
5452d07ab7
pueue: 0.2.1 -> 0.3.0
...
Changelog: https://github.com/Nukesor/pueue/releases/tag/v0.3.0
2020-04-03 04:20:00 -05:00
Michael Weiss
cbd13f3c55
chromium: 80.0.3987.162 -> 80.0.3987.163
...
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop.html
Note: This update contains only two fixes [0]. The fix that reverts a
feature which caused a crash spike on 80.0.3987.162 [1] seems important
for us (though the commit doesn't provide any data on the crash spike).
[0]: https://chromium.googlesource.com/chromium/src/+log/80.0.3987.162..80.0.3987.163?pretty=fuller
[1]: fc11c43603
2020-04-03 11:17:54 +02:00
markuskowa
23b5b1fb84
Merge pull request #84100 from matthiasbeyer/update-fava
...
fava: 1.13 -> 1.14
2020-04-03 11:09:47 +02:00
Peter Hoeg
81bc738fc0
Merge pull request #83799 from cole-h/cantata
...
cantata: make qtmultimedia and vlc optional
2020-04-03 17:07:14 +08:00
Oleksii Filonenko
72fb30d5cc
kondo: init at 0.3
2020-04-03 11:55:56 +03:00
Sascha Grunert
109362d803
conmon: 2.0.14 -> 2.0.15
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-03 09:27:56 +02:00
Daniël de Kok
cb5580e4c0
softmaker-office: 974 -> 976
...
This is a bugfix release:
https://www.softmaker.com/en/servicepacks-office-changelog
2020-04-03 09:15:58 +02:00
Daniël de Kok
5e839502c6
softmaker-office: fix desktop items
...
Fix desktop items to pass validation:
- Remove icon file extension.
- Remove categories that are not defined by the specification.
- Remove a duplicate MIME type in the PlanMaker desktop file
2020-04-03 09:14:16 +02:00
Mario Rodas
1fffcbc798
Merge pull request #83967 from r-ryantm/auto-update/fusee-interfacee-tk
...
fusee-interfacee-tk: 1.0.0 -> 1.0.1
2020-04-02 18:20:05 -05:00
Jörg Thalheim
d6d87e6d93
Merge pull request #84111 from Mic92/clipit
...
clipit: 1.4.2 -> 1.4.4
2020-04-02 18:03:45 +01:00
Florian Klink
26afabaca2
Merge pull request #83279 from flokli/bump-terraform-providers
...
bump terraform providers
2020-04-02 19:00:28 +02:00
Florian Klink
9f270c6491
terraform-providers: update
2020-04-02 18:33:40 +02:00
talyz
b4d68d88c6
synergy: 1.11.0 -> 1.11.1
2020-04-02 16:31:22 +00:00
Tony Olagbaiye
810909de3e
python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0
2020-04-02 16:18:12 +00:00
Jonathan Ringer
5c171862b6
git-lfs: 2.8.0 -> 2.10.0
2020-04-02 16:11:45 +00:00
Imran Hossain
65d1579faa
todoist-electron: 1.19 -> 1.20
2020-04-02 12:06:35 -04:00
zimbatm
3e5149a79a
terraform-providers: fix the google and google-beta providers
2020-04-02 17:53:05 +02:00
Florian Klink
2e19bc7074
terraform-providers: refactor
...
Some terraform providers were moved to the `hashicorp` organization,
some are still in the `terraform-providers` organization.
GitHub doesn't show moved repositories when querying via the API (only
on the web interface). In addition, if there are more than 100 results
(there still are), we'd need to implement paging, which is cubersome in curl.
In addition to that, to look up tags, we used to creating a HTTP request
for each and every provider, which caused us to easily get blocked by
GitHubs rate-limiting.
Instead of all that, let's use `hub` (which implements paging) and the
GitHub's GraphQL endpoint to get a list all repositories for a given
organization AND the latest tag for each of them.
We post-process the output with `jq`.
This also removes the providers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.
For the whitelist, we still need to individually fetch tags.
Fixes #83215
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2020-04-02 17:53:05 +02:00
Doron Behar
044dfab5a4
gthumb: add gst plugins for video playback
2020-04-02 17:40:30 +02:00
Jörg Thalheim
b4080f3eb5
clipit: 1.4.2 -> 1.4.4
2020-04-02 16:17:30 +01:00
Tim Steinbach
5d9e9258de
vivaldi: 2.11.1811.49-1 -> 2.11.1811.51-1
2020-04-02 10:05:48 -04:00
Ryan Mulligan
23dfabd484
Merge pull request #83966 from r-ryantm/auto-update/ft2-clone
...
ft2-clone: 1.09 -> 1.15
2020-04-02 06:48:35 -07:00
Mario Rodas
aa8bd52698
Merge pull request #82558 from tilpner/ncspot-mpris
...
ncspot: enable MPRIS by default
2020-04-02 08:43:35 -05:00
Jörg Thalheim
46d919f578
Merge pull request #83503 from sternenseemann/apostrophe
...
uberwriter: renamed to apostrophe
2020-04-02 14:23:49 +01:00
Timo Kaufmann
addac63b84
Merge pull request #84095 from timokau/calibre-unbreak-desktop
...
calibre: fix build of desktop items
2020-04-02 11:35:49 +00:00
Matthias Beyer
79744be8da
fava: 1.13 -> 1.14
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-02 13:35:30 +02:00
Michael Weiss
36c7123709
chromiumDev: Remove a patch that is already applied
...
This fixes the patch phase.
I missed this problem in #83956 .
2020-04-02 13:01:39 +02:00
Thomas Tuegel
20937a2202
Merge pull request #83152 from s9gf4ult/master
...
qxmledit: init at 0.9.15
2020-04-02 05:48:06 -05:00
Michael Weiss
7116a88d26
Merge pull request #83956 from primeos/chromium
...
chromium: 80.0.3987.149 -> 80.0.3987.162
2020-04-02 12:32:10 +02:00
Timo Kaufmann
3f76ce2011
calibre: fix build of desktop items
...
Broken by https://github.com/NixOS/nixpkgs/pull/75729 since the desktop
items are only valid after post-processing. There's probably multiple
better ways to do this, but I'm not a calibre maintainer and I just want
to get this unbroken as quickly as possible.
2020-04-02 11:52:39 +02:00
Jan Tojnar
ac46ffbcfc
hackrf: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
Also move cmake to nativeBuildInputs.
2020-04-02 08:14:13 +02:00
Jan Tojnar
f613cea0f7
airspy: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:59:05 +02:00
R. RyanTM
700ce1fd81
sequeler: 0.7.3 -> 0.7.4
2020-04-01 19:33:07 -07:00
R. RyanTM
9fa951a20a
texworks: 0.6.4 -> 0.6.5
2020-04-01 19:32:43 -07:00
Mario Rodas
74cee86d58
Merge pull request #83982 from r-ryantm/auto-update/k9s
...
k9s: 0.17.7 -> 0.18.1
2020-04-01 21:04:33 -05:00
Dmitry Kalinkin
99a236b477
Merge pull request #83914 from cgevans/gwyddion-darwin
...
gwyddion: support darwin
2020-04-01 21:44:21 -04:00
AndersonTorres
a4e96ca322
lilyterm: 2017-01-06 -> 2019-07-25
...
faf1254f46049edfb1fd6e9191e78b1b23b9c51d
Fix a segfault bug for vte-0.54
2020-04-02 03:35:14 +02:00
Constantine Glen Evans
cacbbe92bf
gwyddion: add darwin support
...
Gwyddion will build on Darwin, but gnome2.gtkglext is broken there,
and so I am disabling it as an optional dependency here when building
on Darwin.
2020-04-01 17:50:36 -07:00
Ryan Mulligan
68510aac1e
Merge pull request #84007 from r-ryantm/auto-update/picard-tools
...
picard-tools: 2.22.0 -> 2.22.2
2020-04-01 17:19:45 -07:00
R. RyanTM
ca242d60b5
qbec: 0.10.5 -> 0.11.0
2020-04-01 17:14:06 -07:00
R. RyanTM
1698c222ce
pt2-clone: 1.06 -> 1.07
2020-04-01 17:12:31 -07:00
R. RyanTM
5b8e21861a
xmrig: 5.7.0 -> 5.10.0
2020-04-01 16:56:17 -07:00
zowoq
26a6d89cab
gitAndTools.gh: 0.6.3 -> 0.6.4
...
https://github.com/cli/cli/releases/tag/v0.6.4
2020-04-01 16:55:03 -07:00
R. RyanTM
a159ec6dcc
x11docker: 6.6.0 -> 6.6.1
2020-04-01 16:55:00 -07:00
Ben Wolsieffer
9574d98a4a
opentx: 2.3.5 -> 2.3.7
2020-04-01 16:53:32 -07:00
R. RyanTM
8f0226ffa2
simplenote: 1.15.0 -> 1.15.1
2020-04-01 16:46:39 -07:00
R. RyanTM
dacc35ec5f
tessera: 0.10.2 -> 0.10.4
2020-04-01 16:46:03 -07:00
R. RyanTM
aa686b740c
signal-cli: 0.6.5 -> 0.6.6
2020-04-01 16:45:46 -07:00
Lancelot SIX
f7ccd35422
Merge pull request #84035 from r-ryantm/auto-update/wtf
...
wtf: 0.27.0 -> 0.28.0
2020-04-01 23:30:50 +02:00
Maximilian Bosch
38f4e7c6ea
gitea: 1.11.3 -> 1.11.4
...
https://github.com/go-gitea/gitea/releases/tag/v1.11.4
2020-04-01 23:22:50 +02:00
R. RyanTM
ed2497199d
wtf: 0.27.0 -> 0.28.0
2020-04-01 21:09:43 +00:00
Ryan Mulligan
6201077d8b
Merge pull request #83983 from r-ryantm/auto-update/khronos
...
khronos: 1.0.6 -> 1.0.8
2020-04-01 14:02:31 -07:00
Benjamin Hipple
755b936985
Merge pull request #84011 from r-ryantm/auto-update/pyradio
...
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 15:16:32 -04:00
Alexey Uimanov
354508b0c5
Update pkgs/applications/editors/qxmledit/default.nix
...
Co-Authored-By: Thomas Tuegel <ttuegel@mailbox.org>
2020-04-01 23:07:57 +05:00
R. RyanTM
7c4913be41
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 18:05:07 +00:00
R. RyanTM
92c8881358
picard-tools: 2.22.0 -> 2.22.2
2020-04-01 17:29:55 +00:00
R. RyanTM
8ce84989d9
bitcoin-abc: 0.21.1 -> 0.21.3
2020-04-01 19:17:26 +02:00
Thomas Tuegel
6572d7bc52
Merge pull request #83897 from edolstra/kde-apps-19.12.3
...
kdeApplications: 19.12.1 -> 19.12.3
2020-04-01 10:54:15 -05:00
Jörg Thalheim
5853515f6c
Merge pull request #83932 from jluttine/kdenlive-fix-dep-paths
...
kdenlive: set run-time dep paths (fix #83885 )
2020-04-01 16:28:17 +01:00
Ryan Mulligan
63f8e22dd8
Merge pull request #83976 from r-ryantm/auto-update/helmfile
...
helmfile: 0.102.0 -> 0.106.3
2020-04-01 08:26:36 -07:00
Maximilian Bosch
d7c0018c79
riot-desktop: 1.5.14 -> 1.5.15
...
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Maximilian Bosch
04a6f80ff4
riot-web: 1.5.14 -> 1.5.15
...
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
R. RyanTM
aa29fa3349
khronos: 1.0.6 -> 1.0.8
2020-04-01 13:47:47 +00:00
R. RyanTM
e1aa19654c
k9s: 0.17.7 -> 0.18.1
2020-04-01 13:41:04 +00:00
Mario Rodas
4528173318
Merge pull request #83948 from sikmir/gpxsee
...
gpxsee: 7.25 -> 7.27
2020-04-01 08:31:56 -05:00
Mario Rodas
9644e10968
Merge pull request #83621 from cgevans/fix-mullvad-appindicator2
...
mullvad-vpn: add libappindicator dependency and fix mullvad-problem-report link
2020-04-01 08:16:51 -05:00
Mario Rodas
dd1068f840
Merge pull request #80721 from emacsomancer/mullvad2020.3
...
mullvad-vpn: 2020.2 -> 2020.3
2020-04-01 08:16:34 -05:00
R. RyanTM
596473df4a
helmfile: 0.102.0 -> 0.106.3
2020-04-01 12:52:51 +00:00
Michael Weiss
606baf03ba
tdesktop: 1.9.21 -> 2.0.1 ( #83790 )
...
* tdesktop: 1.9.21 -> 2.0.0
* tdesktop: 2.0.0 -> 2.0.1
2020-04-01 14:52:34 +02:00
adisbladis
98377a7405
Merge pull request #83972 from r-ryantm/auto-update/go-ethereum
...
go-ethereum: 1.9.11 -> 1.9.12
2020-04-01 14:42:44 +02:00
R. RyanTM
ef8a221254
go-ethereum: 1.9.11 -> 1.9.12
2020-04-01 12:23:19 +00:00
R. RyanTM
8d4341343a
fusee-interfacee-tk: 1.0.0 -> 1.0.1
2020-04-01 12:01:04 +00:00
R. RyanTM
d0f60bacb1
ft2-clone: 1.09 -> 1.15
2020-04-01 11:58:27 +00:00
Michael Weiss
6b7528c940
chromium: 80.0.3987.149 -> 80.0.3987.162
...
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html
This update includes 8 security fixes.
CVEs:
CVE-2020-6450 CVE-2020-6451 CVE-2020-6452
2020-04-01 12:37:52 +02:00
Michael Weiss
0f70340b79
android-studio: 3.6.1.0 -> 3.6.2.0
2020-04-01 12:24:48 +02:00
Jaakko Luttinen
0f93c20c14
kdenlive: set run-time dep paths ( fix #83885 )
2020-04-01 12:48:42 +03:00
Nikolay Korotkiy
3094029291
gpxsee: 7.25 -> 7.27
2020-04-01 12:41:27 +03:00
worldofpeace
35fcdb5191
elementary-planner: 2.1.1 -> 2.2.14
2020-04-01 01:08:36 -04:00
worldofpeace
f9fc1d3be4
vscodium: add backports notice
2020-04-01 00:37:10 -04:00
worldofpeace
c9fd76de75
vscode: add backports notice
2020-04-01 00:36:58 -04:00
worldofpeace
0bb661d512
vscode: Don't hardcode icon
...
This also allows people to use a vscode
icon that is shipped with their theme. (provided it is called code)
Fixes #83846
2020-04-01 00:35:01 -04:00
worldofpeace
14565eb2b3
lollypop: 1.2.23 -> 1.2.32
2020-04-01 00:24:27 -04:00
zowoq
68a50aaaa5
gitAndTools.gh: 0.6.2 -> 0.6.3
...
https://github.com/cli/cli/releases/tag/v0.6.3
2020-04-01 08:37:03 +10:00
volth
a88dc23280
quaternion: fix build with config.allowAliases=false
2020-03-31 23:43:34 +02:00
Eelco Dolstra
24519c87e8
kdeApplications: 19.12.1 -> 19.12.3
2020-03-31 22:31:53 +02:00
Timo Kaufmann
c9bf23e658
Merge pull request #83482 from doronbehar/improve-picard
...
picard: add optional qtmultimedia dependency
2020-03-31 19:37:28 +00:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Lancelot SIX
40fb6dea50
nano: 4.9 -> 4.9.1
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00015.html
for release information
2020-03-31 12:04:30 -07:00
Cole Helbling
f0fe89357e
rofi: add plugins' share directories to XDG_DATA_DIRS
2020-03-31 12:01:47 -07:00
Cole Helbling
7fce01fd6a
rofi-emoji: init at 2.1.2
...
This plugin is intended to be supplied to the `rofi` wrapper through an
override:
pkgs.rofi.override { plugins = [ rofi-emoji ]; }
2020-03-31 12:00:54 -07:00
Jörg Thalheim
bfe1e17750
Merge pull request #83604 from charles-dyfis-net/curaengine-fix-openmp-compat
...
curaLulzbot: Fix build breakage around OpenMP compatibility
2020-03-31 17:54:54 +01:00
Timo Kaufmann
83fd89945d
Merge pull request #79661 from luc65r/pkg/cemu
...
cemu: init at 1.3
2020-03-31 15:17:33 +00:00
Timo Kaufmann
24ead6996c
Merge pull request #75129 from ryneeverett/legit-init
...
legit: init at 1.2.0
2020-03-31 14:22:31 +00:00
Jörg Thalheim
84ad3f2dc2
Merge pull request #82551 from Moredread/slicer
...
prusa-slicer: 2.1.1 -> 2.2.0
2020-03-31 14:54:45 +01:00