Marek Mahut
8b018a3fd4
Merge pull request #83273 from mmahut/dnscontrol
...
dnscontrol: init at 3.0.0
2020-03-30 21:40:51 +02:00
Cole Helbling
23f4ac9150
cantata: make qtmultimedia and vlc optional
...
Upstream defaults vlc to off. Its only purpose is as an alternative to
QtMultimedia for "MPD HTTP stream playback" [1]. Similarly, provide a
toggle for qtmultimedia, in case somebody wants to disable HTTP stream
playback.
[1] efa907c8e0/CMakeLists.txt (L51)
2020-03-30 10:49:55 -07:00
Benjamin Hipple
42cc92919d
Merge pull request #83064 from magnetophon/lsp-plugins
...
lsp-plugins: 1.1.13 -> 1.1.15
2020-03-30 13:27:59 -04:00
Ryan Mulligan
d8c21cb4bc
Merge pull request #83746 from r-ryantm/auto-update/marvin
...
marvin: 20.6.0 -> 20.9.0
2020-03-30 06:14:11 -07:00
Mario Rodas
676e18b7a0
spotify-tui: 0.17.0 -> 0.17.1
2020-03-30 04:20:00 -05:00
Jörg Thalheim
ca9ea76e16
Merge pull request #82828 from danieldk/skype-appindicator
...
skypeforlinux: support app indicator
2020-03-30 09:51:26 +01:00
adisbladis
8891bc00e5
melpa-packages: 2020-03-30
2020-03-30 09:42:18 +01:00
adisbladis
d4fd0ba504
elpa-packages: 2020-03-30
2020-03-30 09:41:36 +01:00
R. RyanTM
1d349b8512
marvin: 20.6.0 -> 20.9.0
2020-03-30 04:02:45 +00:00
Benjamin Hipple
2ce7e4ffb7
Merge pull request #82200 from nyanloutre/ledger_live_2_0_1
...
ledger-live-desktop: 1.20.0 -> 2.1.0
2020-03-29 23:28:24 -04:00
R. RyanTM
1a17de0ead
kubeseal: 0.10.0 -> 0.12.0
2020-03-30 00:55:51 +00:00
Josef Kemetmüller
99a310e566
klayout: init at 0.26.2 ( #73941 )
2020-03-29 20:20:41 -04:00
luc65r
8edd400bfb
rofi-calc: init at 1.6 ( #83136 )
...
Also:
* maintainers: add albakhamj
* maintainers: add luc65r
* rofi: add plugins argument to wrapper
Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
2020-03-30 01:18:56 +02:00
Cole Helbling
45f53ccd8b
alacritty: 0.4.1 -> 0.4.2
...
* alacritty now has its own org, so I changed the URLs to point there
* updated the description to match upstream's description
* formatted with nixpkgs-format
2020-03-29 15:15:32 -07:00
Ryan Mulligan
9d21fe813f
Merge pull request #83648 from r-ryantm/auto-update/pdfsam-basic
...
pdfsam-basic: 4.1.1 -> 4.1.2
2020-03-29 12:58:31 -07:00
Benjamin Hipple
21dbe88670
Merge pull request #83681 from Atemu/cherrytree-0.39.1
...
cherrytree: 0.39.0 -> 0.39.1
2020-03-29 14:31:14 -04:00
Andreas Rammhold
0d5fc5bf42
Merge pull request #83691 from mweinelt/pr/weechat/v2.8
...
weechat: v2.7.1 → v2.8
2020-03-29 20:30:21 +02:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
...
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877 .
2020-03-29 20:06:41 +02:00
Florian Klink
ae3928997c
Merge pull request #82807 from mehlon/tor-browser
...
tor-browser-bundle-bin: enable multimedia support by default
2020-03-29 19:41:40 +02:00
worldofpeace
a4a0e4e047
Merge pull request #83690 from r-ryantm/auto-update/drawing
...
drawing: 0.4.11 -> 0.4.13
2020-03-29 13:01:58 -04:00
Maximilian Bosch
9e7c54325e
stellarium: 0.19.3 -> 0.20.0
...
https://github.com/Stellarium/stellarium/releases/tag/v0.20.0
2020-03-29 17:56:35 +02:00
Charles Duffy
68d14b3756
curaLulzbot: Fix build breakage around OpenMP compatibility
2020-03-29 10:49:36 -05:00
Bart Brouns
fa54163b4d
lsp-plugins: 1.1.13 -> 1.1.15
2020-03-29 17:40:19 +02:00
Ryan Mulligan
98bc4867fa
Merge pull request #83652 from r-ryantm/auto-update/qmapshack
...
qmapshack: 1.14.0 -> 1.14.1
2020-03-29 07:21:36 -07:00
R. RyanTM
7d19703e5e
drawing: 0.4.11 -> 0.4.13
2020-03-29 14:13:04 +00:00
Martin Weinelt
f83d12d554
weechat: v2.7.1 → v2.8
...
New features
core: add variable "old_full_name" in buffer, set during buffer renaming (issue weechat/weechat#1428 )
core: add debug option "-d" in command /eval (issue weechat/weechat#1434 )
api: add functions crypto_hash and crypto_hash_pbkdf2
api: add info "auto_connect" (issue weechat/weechat#1453 )
api: add info "weechat_headless" (issue weechat/weechat#1433 )
buflist: add pointer "window" in bar item evaluation
irc: add support of fake servers (no I/O, for testing purposes)
relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512)
relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue weechat/weechat#1435 )
Bug fixes
core: fix memory leak in completion
core: flush stdout/stderr before forking in hook_process function (issue weechat/weechat#1441 )
core: fix evaluation of condition with nested "if" (issue weechat/weechat#1434 )
irc: split AUTHENTICATE message in 400-byte chunks (issue weechat/weechat#1459 )
irc: copy temporary server flag in command /server copy
irc: add nick changes in the hotlist (except self nick change)
irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue weechat/weechat#1439 )
irc: fix memory leak when the channel topic is changed
logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue weechat/weechat#1444 )
php: fix crash when loading script with PHP 7.4 (issue weechat/weechat#1452 )
relay: update buffers synchronization when buffers are renamed (issue weechat/weechat#1428 )
script: fix memory leak in read of script repository file if it has invalid content
script: fix unexpected display of scripts list in buffer with command /script list -i
xfer: send signal "xfer_ended" after the received file has been renamed (issue weechat/weechat#1438 )
Tests
scripts: fix generation of test scripts with Python 3.8
unit: add tests on IRC protocol functions and callbacks
unit: add tests on function secure_derive_key
unit: add tests on functions util_get_time_diff and util_file_get_content
Build
core: fix Cygwin build
guile: add detection of Guile 3.0.0 (issue weechat/weechat#1442 )
irc: fix build with GnuTLS < 3.1.0 (issue weechat/weechat#1431 )
php: add detection of PHP 7.4
ruby: add detection of Ruby 2.7 (issue weechat/weechat#1455 )
2020-03-29 16:04:28 +02:00
Andreas Wiese
58a69bc9e3
matrix-dl: fix license
...
I initially looked at the wrong places for this, where it's actually
stated in setup.py. I'm not quite a python guy.
2020-03-29 15:29:18 +02:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Atemu
e18f1429be
cherrytree: 0.39.0 -> 0.39.1
2020-03-29 14:57:44 +02:00
Guanpeng Xu
d2702c915f
mathematica: 12.0.0 -> 12.1.0
2020-03-29 14:38:33 +02:00
Luflosi
5b6dbb5e18
kitty: 0.17.1 -> 0.17.2
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.2
2020-03-29 14:06:08 +02:00
Jörg Thalheim
8f95431dac
newsboat: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
e841dce44a
rink: fix strict deps build
2020-03-29 12:37:25 +01:00
Jörg Thalheim
5a1bffc7eb
fractal: fix strict deps build
2020-03-29 12:37:25 +01:00
Jörg Thalheim
8ccfa1e212
gnome-podcasts: fix strict deps build
2020-03-29 12:37:24 +01:00
Jörg Thalheim
22fe76d27d
fluxus: fix hash definition
...
error: unknown hash algorithm '', at /home/s1691654/git/nixpkgs/pkgs/build-support/fetchurl/default.
(use '--show-trace' to show detailed location information)
2020-03-29 12:37:24 +01:00
Jörg Thalheim
76d2557df8
amp: fix strict deps build
2020-03-29 12:37:24 +01:00
nyanloutre
8e70f326b9
ledger-live-desktop: 2.0.1 -> 2.1.0
2020-03-29 13:15:27 +02:00
Orivej Desh
30dc230997
avldrums-lv2: alias to x42-avldrums ( #83665 )
...
Fixes #83649
2020-03-29 10:22:55 +00:00
Marek Mahut
76196e9fe6
Merge pull request #83396 from r-ryantm/auto-update/spice-vdagent
...
spice-vdagent: 0.19.0 -> 0.20.0
2020-03-29 11:28:29 +02:00
Elis Hirwing
74b2eaea0c
Merge pull request #82624 from matthiasbeyer/mixxx-with-old-libshout
...
mixx: Build with libshout 2.4.1
2020-03-29 10:53:47 +02:00
Ryan Mulligan
915e6a4e3d
Merge pull request #83639 from r-ryantm/auto-update/drawio
...
drawio: 12.6.5 -> 12.9.3
2020-03-29 00:44:54 -07:00
R. RyanTM
99f39d0bc4
qmapshack: 1.14.0 -> 1.14.1
2020-03-29 07:35:11 +00:00
R. RyanTM
0295a51856
pdfsam-basic: 4.1.1 -> 4.1.2
2020-03-29 06:58:28 +00:00
Peter Hoeg
4e3d5eb1f7
Merge pull request #75697 from georgewhewell/add-kodi-gbm
...
kodi: add option for GBM backend
2020-03-29 13:49:23 +08:00
Jörg Thalheim
30c17b640f
Merge pull request #83632 from zowoq/gh-darwin
...
Revert "gitAndTools.gh: fix build on darwin"
2020-03-29 06:41:18 +01:00
Benjamin Hipple
eda60c51a9
Merge pull request #83225 from vbgl/pjsip-2.10
...
pjsip: 2.9 → 2.10
2020-03-28 23:29:57 -04:00
Benjamin Hipple
eb2f8d2a8b
Merge pull request #83414 from dasj19/qbittorrent-update
...
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-28 23:02:56 -04:00
Benjamin Hipple
dc9d97d482
Merge pull request #83590 from asbachb/update-netbeans-11-3
...
netbeans: 11.2 -> 11.3
2020-03-28 23:01:59 -04:00
Benjamin Hipple
faebb66e90
Merge pull request #82996 from saschagrunert/cri-o
...
cri-o: v1.17.0 -> v1.17.1
2020-03-28 22:54:28 -04:00
R. RyanTM
4c36e14386
drawio: 12.6.5 -> 12.9.3
2020-03-29 02:18:40 +00:00
Maximilian Bosch
3f0a792feb
Merge pull request #83300 from mehlon/torbrowser-1.0.7
...
tor-browser-bundle-bin: 9.0.6 -> 9.0.7
2020-03-29 01:01:31 +01:00
zowoq
2ae5cf317f
Revert "gitAndTools.gh: fix build on darwin"
...
This reverts commit a51275f3b5
.
Not needed now that Security is propagated via go in 0bba7474b3
2020-03-29 09:43:11 +10:00
Elyhaka
c2600f0424
wofi: changed maintainer after @erictapen request
2020-03-29 00:23:49 +01:00
Elyhaka
df2984dbf9
wofi: fix hash mismatch between fetchurl and fetchpatch
2020-03-29 00:23:49 +01:00
Cole Mickens
596b601dfa
plex-mpv-shim: v1.7.12 -> v1.7.14
2020-03-28 16:14:36 -07:00
worldofpeace
f8ccef5edb
riot-desktop: fix StartupWMClass
...
It seems the quoting breaks it just like in da587daae5
(cherry picked from commit e50bb280cbf5339ed671b0a7208e6aba4002c713)
2020-03-28 18:38:27 -04:00
Maximilian Bosch
df21a1e977
Merge pull request #83622 from matthiasbeyer/update-mutt
...
mutt: 1.13.4 -> 1.13.5
2020-03-28 22:44:43 +01:00
Maximilian Bosch
b938ab99e0
vorta: init at 0.6.24
...
Simple QT5-based desktop client[1] for `borgbackup`[2].
[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
Matthias Beyer
63a3a81863
mutt: 1.13.4 -> 1.13.5
2020-03-28 22:27:38 +01:00
Matthias Beyer
3a3860fe48
mixx: Build with libshout 2.4.1
...
Because libshout 2.4.2 and newer seem to break streaming in mixxx, build
it with 2.4.1 instead.
This actually fixes the problem.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-28 22:25:08 +01:00
Constantine Glen Evans
1eacf626ed
mullvad-vpn: fix mullvad-problem-report link
2020-03-28 14:24:24 -07:00
Constantine Glen Evans
061e73c959
mullvad-vpn: add libappindicator dependency
...
Adding libappindicator as a runtime dependency allows the Electron-based gui app
to have an appindicator in desktop environments that support them (eg,
Gnome with the appindicator support extension).
2020-03-28 14:00:20 -07:00
Maximilian Bosch
74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
...
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Jaakko Luttinen
f576221832
electron-cash: 4.0.11 -> 4.0.14
2020-03-28 16:55:29 +01:00
Ryan Mulligan
c2b0601d48
Merge pull request #83075 from r-ryantm/auto-update/dropbox-cli
...
dropbox-cli: 2019.02.14 -> 2020.03.04
2020-03-28 08:39:52 -07:00
Ryan Mulligan
6a62d6c532
Merge pull request #83449 from r-ryantm/auto-update/drumkv1
...
drumkv1: 0.9.12 -> 0.9.13
2020-03-28 08:37:45 -07:00
Michael Weiss
d83420f5e1
Merge pull request #82919 from artemist/chromium-ozone
...
chromium: Add option to enable ozone (for Wayland)
2020-03-28 14:50:21 +01:00
Benjamin Asbach
f77a42d32e
netbeans: added myself to maintainers list
2020-03-28 14:26:00 +01:00
Benjamin Asbach
49eec08cc8
netbeans: 11.2 -> 11.3
2020-03-28 14:00:11 +01:00
Orivej Desh
06313ad0c4
zita-ajbridge: init at 0.8.2
2020-03-28 12:59:56 +00:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
pacien
1c8b75a027
gscan2pdf: 2.6.3 -> 2.6.5
2020-03-28 13:20:04 +01:00
Robin Gloster
d4f08ee383
Merge pull request #83452 from prusnak/slack
...
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Jörg Thalheim
f909e50287
gitAndTools.grv: fix build by using vendored libgit
2020-03-28 11:42:07 +00:00
Jörg Thalheim
d13c14b5e3
gitAndTools.grv: 0.3.1 -> 0.3.2
2020-03-28 11:42:07 +00:00
Katharina Fey
b3e6d205b8
msmtp: adding texinfo to buildInputs ( #83497 )
2020-03-28 12:40:30 +01:00
Daiderd Jordan
67938c1bfd
Merge pull request #82097 from millerjason/bugfix/vim_configurable
...
vim_configurable: fix default gui for darwin
2020-03-28 11:50:32 +01:00
Jaakko Luttinen
8b2abbbcb5
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:49:50 +02:00
adisbladis
e76a190ce7
firefox-devedition-bin: 75.0b2 -> 75.0b10
2020-03-28 10:31:07 +00:00
adisbladis
657d81a4c3
firefox-beta-bin: 75.0b2 -> 75.0b10
2020-03-28 10:31:07 +00:00
Michele Guerini Rocco
ddd9f00ac5
Merge pull request #83576 from rnhmjoj/antimony
...
antimony: 2019-10-30 -> 2020-03-28
2020-03-28 10:24:55 +01:00
Doron Behar
babd73454a
picard: enable optional playback support
2020-03-28 12:15:42 +03:00
rnhmjoj
9c7c0e148c
antimony: 2019-10-30 -> 2020-03-28
2020-03-28 09:24:55 +01:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
...
Propragate darwin go
2020-03-28 06:57:59 +00:00
Dmitry Kalinkin
0df2d9f900
bluejeans: 1.36.9 -> 2.1.0
2020-03-28 01:07:49 -04:00
Dmitry Kalinkin
d5e41b6740
bluejeans: apply nixpkgs-fmt
2020-03-28 01:02:34 -04:00
Orivej Desh
d80adaaf17
pianobooster: 0.6.4b -> 0.7.2b
2020-03-28 04:29:40 +00:00
Jörg Thalheim
716aa1abdb
curaengine-lulzbot: fix build
2020-03-28 03:06:34 +00:00
Orivej Desh
0dae508978
x42-gmsynth: init at 0.4.1
2020-03-27 23:58:13 +00:00
Orivej Desh
8a43a2818a
x42-avldrums: init at 0.4.1
2020-03-27 23:58:10 +00:00
Orivej Desh
14753000ed
x42-autotune: remove
...
It is a part of x42-plugins (under the name of x42-fat1).
2020-03-27 23:57:42 +00:00
Patrick Hilhorst
84c2856760
Apply suggestions from code review
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:06:12 +01:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
José Romildo Malaquias
b101527140
Merge pull request #83495 from romildo/upd.freeoffice
...
freeoffice: 974 -> 976
2020-03-27 20:00:20 -03:00
Orivej Desh
2f826a6705
x42-autotune: init at 0.6.1
2020-03-27 22:58:18 +00:00
worldofpeace
bee6c1a445
Merge pull request #81207 from aaronjanse/update-ulauncher-561
...
ulauncher: 4.4.0.r1 -> 5.6.1
2020-03-27 18:01:13 -04:00
Orivej Desh
b8bcf8cb4f
zita-at1: init at 0.6.2
2020-03-27 21:18:05 +00:00
Artemis Tosini
b3e1a1bbbb
chromium: Add option to enable ozone (for Wayland)
2020-03-27 21:16:38 +00:00
Aaron Janse
276bfbc17e
ulauncher: 4.4.0.r1 -> 5.6.1
2020-03-27 13:47:10 -07:00
Andreas Wiese
f0f6527e97
matrix-dl: init at (unstable-)2019-09-22
2020-03-27 21:44:26 +01:00
R. RyanTM
0bc43b2a09
padthv1: 0.9.12 -> 0.9.13
2020-03-27 13:09:50 -07:00
Minijackson
d289cc16d4
kodiPlugins.vfs-libarchive: 1.0.5 -> 1.0.6
2020-03-27 13:08:12 -07:00
Jason Miller
4234ef550c
vimacs: init at 2016-03-24
2020-03-27 14:39:22 -04:00
Florian Klink
728188794e
Merge pull request #82664 from toonn/wire-desktop-bump
...
wire-desktop: linux 3.12.2916 -> 3.15.2922, mac 3.12.3490 -> 3.15.3621
2020-03-27 19:18:05 +01:00
Constantine Glen Evans
59fbc7acba
gwyddion: 2.48 -> 2.55 (and add options)
...
Gwyddion has a large number of optional dependencies. In this update,
those dependencies have been added with options set mostly to true,
and an option (default false) for working Python 2.7 support in the
program and in Python has been added. I have also added myself as a
maintainer as no maintainer is currently set.
2020-03-27 10:56:00 -07:00
Johannes Schleifenbaum
ab55af2279
jellyfin-mpv-shim: 1.4.1 -> 1.4.2
2020-03-27 10:40:42 -07:00
Anderson Torres
79ed9e6ebf
Merge pull request #70610 from raboof/notion4
...
notion: 3-2019050101 -> 4.0.0
2020-03-27 13:41:23 -03:00
Ryan Mulligan
c669d2991b
Merge pull request #83464 from r-ryantm/auto-update/last
...
last: 1047 -> 1060
2020-03-27 07:34:18 -07:00
Pavol Rusnak
84d18ac49f
slack: 4.2.0 -> 4.4.0
...
* 4.4.1 on Darwin
* remove dark-theme, it's now included in the release
2020-03-27 14:45:49 +01:00
Mario Rodas
27b8dcf1dd
Merge pull request #83460 from jerith666/timetrap-1-15-2
...
timetrap: 1.15.1 -> 1.15.2
2020-03-27 08:44:36 -05:00
José Romildo Malaquias
55b6146535
freeoffice: 974 -> 976
2020-03-27 10:37:04 -03:00
Robin Gloster
dcb1055235
Merge pull request #83476 from flokli/gitlab-12.8.8
...
gitlab: 12.8.7 -> 12.8.8
2020-03-27 12:39:12 +00:00
Doron Behar
3435237fc5
picard: Fix double wrapping
2020-03-27 13:04:24 +03:00
Florian Klink
8ab04fd87b
gitlab: 12.8.7 -> 12.8.8
2020-03-27 10:08:59 +01:00
Christoph Neidahl
81d0e3d056
cheesecutter: init at unstable-2019-12-06
2020-03-27 01:40:56 -07:00
Michele Guerini Rocco
cccdf3d085
Merge pull request #82656 from fgaz/sfxr-qt/1.3.0
...
sfxr-qt: 1.2.0 -> 1.3.0
2020-03-27 09:36:27 +01:00
Steve Jones
28aa914b1e
qmidiarp: init at 0.6.5
2020-03-27 01:34:44 -07:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Dmitry Kalinkin
5f372b1241
Merge pull request #81127 from gnidorah/vk
...
vk-messenger: 4.5.2 -> 5.0.1
2020-03-27 03:30:59 -04:00
R. RyanTM
bd3fbef804
last: 1047 -> 1060
2020-03-27 04:12:41 +00:00
Mario Rodas
3afe526536
Merge pull request #83120 from JeffLabonte/update_brave_1.5.112_to_1.5.115
...
brave: 1.5.112 -> 1.5.115
2020-03-26 22:54:24 -05:00
Matt McHenry
68e43c61fe
timetrap: 1.15.1 -> 1.15.2
2020-03-26 21:21:48 -04:00
Benjamin Hipple
1854831909
Merge pull request #83444 from r-ryantm/auto-update/clipmenu
...
clipmenu: 5.6.0 -> 6.0.1
2020-03-26 20:49:38 -04:00
Mario Rodas
d107e3b441
Merge pull request #83440 from Frostman/hugo-0.68.3
...
hugo: 0.68.1 -> 0.68.3
2020-03-26 19:32:23 -05:00
Mario Rodas
13b98063cc
Merge pull request #83437 from marsam/fix-mpv-darwin
...
mpv: fix cocoa backend
2020-03-26 19:27:24 -05:00
Maximilian Bosch
c20428ee24
rambox: 0.7.4 -> 0.7.5
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-27 00:48:12 +01:00
Orivej Desh
3e47a6e50a
nootka: init at 1.4.7, init unstable at 1.7.0-beta1
2020-03-26 23:36:29 +00:00
Orivej Desh
ed5d0ed4c6
tony: init at 2.1.1
2020-03-26 22:34:47 +00:00
Orivej Desh
f61af809d2
muse: fix parallel building
2020-03-26 22:34:47 +00:00
Orivej Desh
cc81399036
qtractor: enable parallel building
2020-03-26 22:34:47 +00:00
Orivej Desh
ef164d2ba9
vamp-plugin-sdk: rename from vamp.vampSDK
2020-03-26 22:34:47 +00:00
R. RyanTM
5861d74759
drumkv1: 0.9.12 -> 0.9.13
2020-03-26 21:18:29 +00:00
Michael Weiss
38aa1cad7f
signal-desktop: 1.32.2 -> 1.32.3
2020-03-26 22:16:48 +01:00
R. RyanTM
05078b0325
clipmenu: 5.6.0 -> 6.0.1
2020-03-26 19:08:46 +00:00
Sergey Lukjanov
06ebdb4288
hugo: 0.68.1 -> 0.68.3
2020-03-26 11:18:20 -07:00
Matthew Bauer
e003ae1874
Merge pull request #83159 from khumba/pydf
...
pydf: install man page and default config file
2020-03-26 11:00:40 -05:00
worldofpeace
9127e02eb5
Merge pull request #83274 from arianvp/patch-5
...
wire-desktop: Fix StartupWMClass
2020-03-26 10:57:03 -04:00
Mario Rodas
3e81254cae
Merge pull request #83395 from marsam/update-pueue
...
pueue: 0.1.6 -> 0.2.1
2020-03-26 08:23:25 -05:00
Michael Weiss
8978ef3877
gns3-{gui,server}: 2.2.5 -> 2.2.6 ( #83422 )
2020-03-26 13:45:35 +01:00
zimbatm
d8f0c5407e
Merge pull request #82929 from zimbatm/nixos-gerrit
...
nixos gerrit module
2020-03-26 12:47:15 +01:00
toonn
55ce589f18
wire-desktop: linux 3.15.2922 -> 3.16.2923
2020-03-26 12:35:29 +01:00
Michael Weiss
e71419b11c
androidStudioPackages.{dev,canary}: 4.1.0.3 -> 4.1.0.4
2020-03-26 12:27:39 +01:00
Michael Weiss
5c4735947d
signal-desktop: 1.32.1 -> 1.32.2
2020-03-26 12:17:23 +01:00
Daniel Șerbănescu
cc03fb4210
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-26 11:28:31 +01:00
Ryan Mulligan
8c5f9d0200
Merge pull request #83390 from r-ryantm/auto-update/seaview
...
seaview: 5.0 -> 5.0.2
2020-03-26 03:10:56 -07:00
Mario Rodas
9fa6557a71
mpv: fix cocoa backend
2020-03-26 04:20:00 -05:00
zimbatm
d37a0dca13
nixos: add gerrit module
...
Co-authored-by: edef <edef@edef.eu>
Co-authored-by: Florian Klink <flokli@flokli.de>
2020-03-26 09:28:42 +01:00
Bart Brouns
bbe7624175
faust2: 2.20.2 -> unstable-2020-03-20 ( #82650 )
...
The latest release has a bug that makes it unable
to compile all of its own libraries:
https://github.com/grame-cncm/faust/issues/406
2020-03-26 07:32:01 +00:00
Jörg Thalheim
c7fc0ed352
Merge pull request #83339 from bdesham/wee-slack-2.5.0
...
weechatScripts.wee-slack: 2.4.0 -> 2.5.0
2020-03-26 07:22:40 +00:00
Pascal Bach
36c7dc26e4
skypeforlinux: 8.56.0.103 -> 8.58.0.93
2020-03-26 08:14:08 +01:00
Benjamin Esham
a2d9581ac8
weechatScripts.wee-slack: 2.4.0 -> 2.5.0
...
wee-slack now (optionally) depends on a data file called weemoji.json
that allows it to translate between Slack emoji names (like
"slight_smile") and Unicode codepoints. For convenience, the derivation
now installs this file and patches the script so that the user doesn't
need to do any extra configuration to use it.
2020-03-25 20:08:26 -07:00
R. RyanTM
bbb3586884
spice-vdagent: 0.19.0 -> 0.20.0
2020-03-26 01:22:02 +00:00
Dmitry Kudriavtsev
e882dfe91f
hercules: init at 3.13
2020-03-25 17:52:23 -07:00
R. RyanTM
4a3ea14b5b
seaview: 5.0 -> 5.0.2
2020-03-26 00:25:29 +00:00
Aaron Andersen
a15e0daf99
Merge pull request #80035 from dtzWill/update/stretchly-0.21.1-electron7-simplify
...
stretchly: 0.21.0 -> 0.21.1, use system electron, simplify
2020-03-25 19:26:31 -04:00
Mario Rodas
ab0379a69e
pueue: 0.1.6 -> 0.2.1
2020-03-25 18:00:00 -05:00
Austin Seipp
517fd073fc
xcircuit: 3.9.73 -> 3.10.12, maintain
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 17:46:15 -05:00
Ryan Mulligan
bf035ab2f4
Merge pull request #83051 from r-ryantm/auto-update/syncthingtray
...
syncthingtray: 0.10.6 -> 0.10.7
2020-03-25 15:00:57 -07:00
Michael Weiss
e571880c55
gitRepo: 2.4.1 -> 2.5
2020-03-25 19:07:36 +01:00
Michael Weiss
63805796c6
glances: 3.1.4 -> 3.1.4.1
2020-03-25 19:01:01 +01:00
Tim Steinbach
f47e15a63c
zoom-us: 3.5.372466.0322 -> 3.5.374815.0324
2020-03-25 13:06:02 -04:00
Dmitry Kalinkin
70dc68397b
Merge pull request #81124 from doronbehar/update-zathura
...
zathura: 0.4.4 -> 0.4.5 and plugins update
2020-03-25 11:50:19 -04:00
Daniël de Kok
8a9ffd2ae0
makemkv: 1.14.7 -> 1.15.0
...
Upstream changelog:
- User interface update
- New preferences page for LibMMBD integation
- Improved handling for discs with mastering errors
- Better tolerance for corrupted input data
- Many internal improvements
2020-03-25 14:54:29 +01:00
Timo Kaufmann
2136d80fb3
Merge pull request #83190 from doronbehar/update-newsboat
...
newsboat: 2.18 -> 2.19
2020-03-25 13:11:05 +00:00
Michael Weiss
29becfcf19
Merge pull request #83304 from nh2/issue-41918-chromium-swiftshader-by-default
...
chromium: Enable swiftshader by default.
2020-03-25 13:42:30 +01:00
Austin Seipp
765b2fd866
mcy: 2020.03.16 -> 2020.03.21
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:46:01 -05:00
Austin Seipp
4808bef486
symbiyosys: 2020.02.11 -> 2020.03.24
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:46:01 -05:00
Jörg Thalheim
fb00dea38c
Merge pull request #83234 from kwohlfahrt/quartus
...
quartus: expose CLI executables + increase device support
2020-03-25 09:29:45 +00:00
Jörg Thalheim
368588e0b7
cheat: 3.0.7 -> 3.8.0
2020-03-25 08:25:52 +00:00
Doron Behar
f620961990
zathura: always use pname and version and 1 url for all projects
2020-03-25 09:31:52 +02:00
Doron Behar
aeead88261
zathura: inherit plugins in wrapper.nix
2020-03-25 09:22:40 +02:00
Doron Behar
f063295d5a
zathura: Make sure tests are enabled
2020-03-25 09:22:36 +02:00
Doron Behar
f338db083b
zathura: quote homepage url on all projects
2020-03-25 09:22:31 +02:00
Doron Behar
55d6abc64f
zathura: 0.4.4 -> 0.4.5
2020-03-25 09:22:17 +02:00
Doron Behar
20d71fa731
zathura-pdf-poppler: 0.2.9 -> 0.3.0
2020-03-25 09:21:26 +02:00
Doron Behar
f1e8d4d09a
zathura-djvu: 0.2.8 -> 0.2.9
2020-03-25 09:20:32 +02:00
Lancelot SIX
8e8efc7ace
qgis: 3.10.1 -> 3.10.4
2020-03-24 20:38:01 -07:00
Mario Rodas
e9642f2507
Merge pull request #83271 from liff/teams/v1.3.00.5153
...
teams: 1.3.00.958 -> 1.3.00.5153
2020-03-24 20:59:12 -05:00
Mario Rodas
b0de374f6a
Merge pull request #83036 from zowoq/conmon
...
conmon: 2.0.13 -> 2.0.14
2020-03-24 20:50:36 -05:00
Benjamin Hipple
ba1bf8404d
Merge pull request #81735 from JeffLabonte/protonvpn-ng_update_2.2.0_to_2.2.2
...
Protonvpn ng update 2.2.0 to 2.2.2
2020-03-24 20:46:47 -04:00
Jeff Labonte
9fe4a634c1
protonvpn-cli-ng: 2.2.0 -> 2.2.2
2020-03-24 20:43:55 -04:00
Vincent Laporte
618bca7054
alt-ergo: 2.3.0 → 2.3.1
2020-03-24 20:43:06 -04:00
Benjamin Hipple
fcbc4151d4
Merge pull request #82622 from lopsided98/opentx-update
...
opentx: 2.2.1 -> 2.3.5, fix build
2020-03-24 20:37:13 -04:00
Benjamin Hipple
e7e941a7e6
Merge pull request #83319 from lsix/nano-4.9
...
nano: 4.7 -> 4.9
2020-03-24 20:23:35 -04:00
Niklas Hambüchen
015bb28ae1
chromium: Enable swiftshader by default.
...
This makes it possible to use chromium headless with WebGL
(e.g. for webdriver tests) without having to rebuild from source.
The upstram default is to enable, thus simply removing our disabling switch.
Also fixes #41918 .
2020-03-24 22:50:49 +01:00
Peter Simons
b3c2908825
chromium: I accidentally added the webrtc patch into the wrong section
2020-03-24 22:50:03 +01:00
Lancelot SIX
9146a0cd80
nano: 4.7 -> 4.9
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00011.html
for release information.
2020-03-24 22:26:53 +01:00
Maximilian Bosch
35b2ad79ff
Merge pull request #83083 from exi/fancy
...
i3lock-fancy: Fix wrong path to mktemp
2020-03-24 22:01:50 +01:00
R. RyanTM
c42e7c477c
namecoind: nc0.15.99-name-tab-beta2 -> nc0.19.1
2020-03-24 12:16:47 -07:00
R. RyanTM
1717c2f02e
moolticute: 0.42.32-testing -> 0.43.3
2020-03-24 11:13:18 -07:00
R. RyanTM
7d0dd86a9f
minder: 1.6.0 -> 1.7.1
2020-03-24 11:01:08 -07:00
Vladyslav M
7e62388ed7
Merge pull request #83283 from Elyhaka/wofi-fix
...
wofi: 1.1 -> 1.1.2 + fix
2020-03-24 19:53:12 +02:00
Kim Lindberger
3a173c1d75
gitlab: 12.8.6 -> 12.8.7 ( #82838 )
...
https://about.gitlab.com/releases/2020/03/16/gitlab-12-8-7-released/
2020-03-24 18:45:39 +01:00
Kai Wohlfahrt
088b7d4a7a
quartus: Export sub-commands
...
buildFHSUserEnv does not currently support multiple binaries, so doing
this manually with wrappers.
Pass through original quartus derivation for debugging/overriding
2020-03-24 17:34:21 +00:00
mehlon
79f6b312ba
tor-browser-bundle-bin: 9.0.6 -> 9.0.7
2020-03-24 17:19:42 +01:00
Elyhaka
968b6ad017
wofi: fixes allow_images=true crash
2020-03-24 16:59:38 +01:00
Luflosi
4ed98532a2
kitty: 0.16.0 -> 0.17.1
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.1
The png2icns patch is no longer needed because kitty will now automatically use `png2icns` when `iconutil` cannot be found.
The zsh completions will now work without needing to invoke them with `source`, which means, that we can just install them like the other shell completions.
2020-03-24 16:32:49 +01:00
Tim Steinbach
66172a2ea4
zoom-us: 3.5.361976.0301 -> 3.5.372466.0322
2020-03-24 10:38:07 -04:00
puzzlewolf
5016a7612a
grandorgue: init at 0.3.1-r2333
2020-03-24 14:36:15 +01:00