Commit graph

51676 commits

Author SHA1 Message Date
Sandro Jäckel 55a9cbedca
i3altlayout: Disable tests 2021-01-10 13:18:41 +01:00
Sandro Jäckel 2ce71085bc
remarkable-mouse: Disable tests 2021-01-10 13:18:40 +01:00
Sandro Jäckel ecbf33092c
raiseorlaunch: Disable tests 2021-01-10 13:18:40 +01:00
Sandro Jäckel 87a1698247
dockbarx: Disable tests 2021-01-10 13:18:39 +01:00
Sandro ad97cdf81d
Merge pull request #108928 from SuperSandro2000/opustags 2021-01-10 13:14:56 +01:00
Sandro Jäckel 6bd95f2d1d
opustags: 1.5.1 -> 1.6.0 2021-01-10 11:00:00 +01:00
github-actions[bot] 31f01e4bcc
Merge staging-next into staging 2021-01-10 01:03:39 +00:00
github-actions[bot] 433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Wilson E. Husin 9ecd8455de
sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0

* Add comments to explain why we need both version and rev

Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
2021-01-10 00:18:50 +01:00
markuskowa 965d351a54
Merge pull request #108864 from markuskowa/upd-octopus
octopus: 10.0 -> 10.3
2021-01-10 00:18:04 +01:00
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Daniël de Kok e1af3f94f7
Merge pull request #108870 from 0x4A6F/master-zola
zola: 0.12.2 -> 0.13.0
2021-01-09 20:47:55 +01:00
Michael Weiss ac0fe3b0c0
wayvnc: 0.3.1 -> 0.4.0 2021-01-09 20:01:22 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro d00ed88cf4
Merge pull request #108802 from cole-h/alacritty 2021-01-09 19:11:43 +01:00
Michael Weiss 85b23ec5e5
Merge pull request #108155 from primeos/libplacebo
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 18:32:28 +01:00
Pavol Rusnak 5468a0563f
Merge pull request #108820 from prusnak/xr-update
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss 7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
Michael Weiss 288fb1f2ba
gitRepo: 2.11 -> 2.11.1 2021-01-09 17:49:35 +01:00
0x4A6F 880dcc6848
zola: 0.12.2 -> 0.13.0
- Enable HTML minification
- Support `output_dir` in `config.toml`
- Allow sections to be drafted
- Allow specifying default language in filenames
- Render emoji in Markdown content if the `render_emoji` option is enabled
- Enable YouTube privacy mode for the YouTube shortcode
- Add language as class to the `<code>` block and as `data-lang`
- Add bibtex to `load_data`
- Add a `[markdown]` section to `config.toml` to configure rendering
- Add `highlight_code` and `highlight_theme` to a `[markdown]` section in `config.toml`
- Add `external_links_target_blank`, `external_links_no_follow` and `external_links_no_referrer`
- Add a `smart_punctuation` option in the `[markdown]` section in `config.toml` to turn elements like dots and dashes
into their typographic forms
- Add iteration count variable `nth` for shortcodes to know how many times a shortcode has been invoked in a given
content
- Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
- Remove `zola serve --watch-only`: since we build the HTML in memory and not on disk, it doesn't make sense anymore
- Update clojure syntax
- Prefer extra syntaxes to the default ones if we have a match for language
- Fix `zola serve` having issues with non-ascii paths
- 404 page now gets the site default language as `lang`
2021-01-09 16:47:10 +00:00
Sandro 5ec6c8e718
Merge pull request #108813 from sikmir/osmium 2021-01-09 17:46:26 +01:00
Markus Kowalewski 14caa4b2bf
octopus: 10.0 -> 10.3 2021-01-09 16:32:49 +01:00
Markus Kowalewski 0961d5b998
octopus: update licenses 2021-01-09 16:32:49 +01:00
Cole Helbling 016ebc0604
alacritty: 0.7.0 -> 0.7.1
https://github.com/alacritty/alacritty/releases/tag/v0.7.1

https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1
2021-01-09 07:18:26 -08:00
Michael Weiss 84840c81e3
chromiumDev: 89.0.4356.6 -> 89.0.4381.6 2021-01-09 14:53:20 +01:00
Kevin Cox f56a833916
Merge pull request #108668 from moritzschaefer/fix-sparkleshare-dependency
Add sh/bash dependency to fix 'missing sh in PATH' error
2021-01-09 07:40:53 -05:00
Moritz Schaefer b78ec60157 sparkleshare: add missing 'bash' dependency
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
2021-01-09 12:33:29 +01:00
Michael Weiss 8ae8602bf7
Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Cyril Cohen 9ffd16b385 coqPackages: refactor 2021-01-09 11:56:17 +01:00
Jörg Thalheim ce9a7356a3
Merge pull request #108547 from cpcloud/podman-nvidia 2021-01-09 10:37:29 +00:00
Alyssa Ross 81b0104d85 hello-wayland: init at 2020-07-27
This is a program that just displays a static cat picture in a Wayland
window.  I packaged it a while ago thinking it wouldn't be useful for
anybody else, but a conversation on IRC today made me realise it would
be!

hello-wayland is very useful as a minimal example when hacking on
Wayland ecosystem stuff -- even if Firefox doesn't work yet,
hello-wayland probably will and that can be useful to guide you in the
right direction!
2021-01-09 06:47:53 +00:00
Manoj Karthick 1c28232076 expenses: init at 0.2.1
Motivation: An interactive command line expense logger
2021-01-08 21:55:09 -08:00
Sandro 58ce91234f
Merge pull request #108785 from 06kellyjac/terragrunt
terragrunt: 0.26.7 -> 0.27.0
2021-01-09 03:28:16 +01:00
Sandro 25fc7dc36f
Merge pull request #108781 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.1 -> 0.8.0
2021-01-09 03:15:42 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Joe Hermaszewski 42743be017
monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f
xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
Pavol Rusnak 9ff1aa8d2c
Merge pull request #106888 from NomisIV/master
blender: add option for OptiX
2021-01-09 00:25:55 +01:00
Nikolay Korotkiy 00a23bd1b3
osmium-tool: 1.12.1 → 1.13.0 2021-01-09 00:51:40 +03:00
Daniël de Kok b12a7fe9d9
Merge pull request #108806 from danieldk/makemkv-1.15.4
makemkv: 1.15.3 -> 1.15.4
2021-01-08 21:40:31 +01:00
Timo Kaufmann 05983b1825
Merge pull request #98969 from xwvvvvwx/lndconnect
lndconnect: init at 0.2.0
2021-01-08 21:13:33 +01:00
Daniël de Kok 09c533a46e makemkv: 1.15.3 -> 1.15.4
Upstream changes:

* Improved hanbdling of disks with mastering errors.
* Seamless joining  of TrueHD streams with overlapping frames.
* Recognizes and converts double-track Dolby Vision MKV files.
* Internal improvements and bugfixes.
2021-01-08 20:38:01 +01:00
Anderson Torres d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Cole Helbling 4dadeb3730
alacritty: 0.6.0 -> 0.7.0
https://github.com/alacritty/alacritty/releases/tag/v0.7.0

https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
2021-01-08 10:53:08 -08:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
06kellyjac 5aabd460ca terragrunt: 0.26.7 -> 0.27.0 2021-01-08 16:30:49 +00:00
Mario Rodas 422659123e
Merge pull request #108764 from xwvvvvwx/lieer-1.3
lieer: 1.2 -> 1.3
2021-01-08 11:09:05 -05:00
Mario Rodas 3f45221a23
Merge pull request #108767 from madjar/bump-pijul
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
2021-01-08 11:07:16 -05:00
06kellyjac 2f26edbeec starboard-octant-plugin: 0.7.1 -> 0.8.0 2021-01-08 16:00:19 +00:00
Sandro e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Phillip Cloud 7115e5ac8d nvidia-docker: fix pname of nvidia-container-runtime 2021-01-08 09:29:56 -05:00
Phillip Cloud 890a298409 nvidia-docker: wrapProgram to pickup needed runc executable 2021-01-08 09:29:56 -05:00
Phillip Cloud df43c0f9da nvidia-docker: install podman config 2021-01-08 09:29:56 -05:00
Florian Franzen 70523a5e04 firefox-esr-78: 78.5.0 -> 78.6.1 2021-01-08 15:01:56 +01:00
Florian Franzen ba229388ca firefox: 84.0.1 -> 84.0.2 2021-01-08 14:44:04 +01:00
Florian Franzen 1475628429 firefox-bin: 84.0.1 -> 84.0.2 2021-01-08 14:43:52 +01:00
Anderson Torres 306fe1c436
Merge pull request #108710 from 06kellyjac/starboard
starboard: 0.7.1 -> 0.8.0
2021-01-08 10:43:31 -03:00
Florian Franzen 126c359b00 firefox-devedition-bin: 84.0b4 -> 85.0b6 2021-01-08 14:42:37 +01:00
Florian Franzen 480692d34f firefox-beta-bin: 85.0b4 -> 85.0b6 2021-01-08 14:40:36 +01:00
github-actions[bot] ecebf82121
Merge master into staging-next 2021-01-08 12:29:36 +00:00
Michael Weiss f274df0cda
chromiumBeta: 88.0.4324.50 -> 88.0.4324.79 2021-01-08 12:48:31 +01:00
Georges Dubus 78620e28d6 pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31 2021-01-08 12:43:09 +01:00
Eduardo Sánchez Muñoz e99a170066 masterpdfeditor4: init at 4.3.89
The free version of masterpdfeditor 5 adds a watermark to saved PDFs, whereas version 4 does not.
2021-01-08 12:15:00 +01:00
David Terry add5d11375
lieer: 1.2 -> 1.3 2021-01-08 12:07:40 +01:00
Gabriel Ebner 5000e5707b
Merge pull request #108717 from Dyazz/libqalculate
libqalculate: 3.14.0 -> 3.16.0
2021-01-08 11:23:31 +01:00
Sandro 2b1f8235b4
Merge pull request #108402 from ymatsiuk/add-appgate-sdp 2021-01-08 10:51:27 +01:00
Jörg Thalheim d48c4a0013
Merge pull request #108742 from sheenobu/patch-1
tortoisehg: 5.2.1 -> 5.6
2021-01-08 09:37:11 +00:00
Sandro d0c5336653
Merge pull request #108671 from AndersonTorres/rootbar
rootbar: init at unstable-2020-11-13
2021-01-08 09:40:04 +01:00
Dyazz 8cdefb6995 qalculate-gtk: 3.15.0 -> 3.16.0 2021-01-08 08:43:39 +01:00
Mario Rodas cd7ac6c749 flexget: 3.1.95 -> 3.1.98 2021-01-08 04:20:00 +00:00
Mario Rodas 1e0fd34881 hugo: 0.79.0 -> 0.80.0
https://github.com/gohugoio/hugo/releases/tag/v0.80.0
2021-01-08 04:20:00 +00:00
Sheena Artrip e1369c7775
tortoisehg: 5.2.1 -> 5.6 2021-01-07 17:48:31 -08:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Nikolay Korotkiy 0231df9cb5
mtPaint: 3.49.12 → 3.50.01 2021-01-08 01:52:44 +03:00
Sandro b6fe20a272
Merge pull request #108626 from asbachb/new/nufraw
nufraw: init at 0.43-3
2021-01-07 23:42:05 +01:00
Sandro 372806018c
Merge pull request #91674 from MetaDark/zynaddsubfx
zynaddsubfx: use zyn-fusion as default gui module
2021-01-07 23:02:11 +01:00
Benjamin Asbach e02bf0737b nufraw: init at 0.43-3
`nufraw` is used to manipulate raw images.
`nufraw-thumbnailer` is used to generate thumbnails for raw images.

relates #108444
2021-01-07 22:41:34 +01:00
Bernardo Meurer f6f4e1f7be
Merge pull request #108718 from cpcloud/fix-nvidia-docker-version
nvidia-docker: fix VERSION reporting bug
2021-01-07 21:28:16 +00:00
Evils 0448f1c082 kicad-unstable: 2020-12-01 -> 2020-12-23 2021-01-07 16:17:41 -05:00
Evils 9be551c1d8 kicad: 5.1.8 -> 5.1.9 2021-01-07 16:17:41 -05:00
Evils 86e29a0b72 kicad: fix update.sh multiple tag reply handling
and fix tabs in update.sh
2021-01-07 16:17:41 -05:00
Phillip Cloud 976c3999a2 nvidia-docker: fix VERSION reporting bug 2021-01-07 15:56:08 -05:00
Sandro 7ae17783a7
Merge pull request #108432 from jbedo/fastp
fastp: init 0.20.1
2021-01-07 21:44:33 +01:00
Sandro b139de1c5c
Merge pull request #108632 from fanzeyi/wezterm-darwin 2021-01-07 21:41:57 +01:00
Sandro 7a5c1d3cd5
Merge pull request #108474 from erictapen/ghostwriter-2.0.0 2021-01-07 21:07:29 +01:00
MetaDark 8deca0d420 zynaddsubfx: use zyn-fusion as default gui module
- Added `guiModule` option that accepts "fltk", "ntk", "zest", or "off"

- Split FLTK dependencies from NTK dependencies

- Added support for building the FLTK gui

- Added support for building the Zyn-Fusion (zest) gui

- Added new derivation for the Zest UI framework (local to zynaddsubfx)
  It's not yet designed to be used outside of zynaddsubfx, but it
  may be in the future

- Added flags for all optional features

- Added & disabled `dssiSupport` by default

- Disabled `lashSupport` by default
  Slows down startup looking for LASH server if not running

- Added & enabled `portaudioSupport` by default
  Cross platform audio library that uses ALSA/JACK on Linux.
  Supports multiple audio streams without needing JACK.

- Enabled tests

- Removes nico202 as maintainer, as requested in code review
2021-01-07 15:00:35 -05:00
Sandro 29edcc57f2
Merge pull request #108689 from B4dM4n/openshot-qt-unbreak 2021-01-07 20:53:31 +01:00
Yurii Matsiuk 239fa096b4
appgate-sdp: init at 5.1.2 2021-01-07 20:29:58 +01:00
06kellyjac 0d880dbc88 starboard: 0.7.1 -> 0.8.0 2021-01-07 19:10:42 +00:00
Michele Guerini Rocco 29aefd4b73
Merge pull request #108309 from sternenseemann/imv-4.2.0
imv: 4.1.0 -> 4.2.0
2021-01-07 19:52:50 +01:00
Daniël de Kok 2a7b8c123e
Merge pull request #108644 from r-ryantm/auto-update/obsidian
obsidian: 0.10.1 -> 0.10.6
2021-01-07 19:48:46 +01:00
AndersonTorres d27f7928e6 rootbar: init at unstable-2020-11-13 2021-01-07 15:46:30 -03:00
github-actions[bot] 5c072a088d
Merge master into staging-next 2021-01-07 18:40:50 +00:00
Fabian Möller d4e7efc115
openshot-qt: unbreak 2021-01-07 18:18:17 +01:00
Fabian Möller 02e8f39c2a
libopenshot: fix build with gcc10 2021-01-07 18:18:17 +01:00
Sandro ec56bf6ede
Merge pull request #106456 from eduardosm/diylc 2021-01-07 17:24:42 +01:00
Sandro 50e382b43d
Merge pull request #108667 from peterhoeg/u/strawberry
strawberry: 0.8.4 -> 0.8.5
2021-01-07 17:21:53 +01:00
Peter Hoeg 365d0b9bf3 strawberry: 0.8.4 -> 0.8.5 2021-01-07 20:57:16 +08:00
Phillip Cloud 6468f2cb69 nvidia-docker: 2.0.3 -> 2.5.0 2021-01-07 07:50:01 -05:00
Justin Humm 5d815cce8a
ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5
- mark as broken on darwin
- add myself as maintainer
2021-01-07 13:38:31 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Eduardo Sánchez Muñoz 0d84b3f540 diylc: init at 4.15.1 2021-01-07 12:53:35 +01:00
Sandro fbe1d82c01
Merge pull request #108656 from xwvvvvwx/radicle-upstream-0.1.6
radicle-upstream: 0.1.5 -> 0.1.6
2021-01-07 12:32:05 +01:00
Michael Weiss e640da3120
gitRepo: 2.10 -> 2.11 2021-01-07 12:07:00 +01:00
Sandro b8cf7655ff
Merge pull request #108623 from marsam/update-syncthing
syncthing: 1.12.0 -> 1.12.1
2021-01-07 11:55:12 +01:00
David Terry c75a976845
radicle-upstream: 0.1.5 -> 0.1.6 2021-01-07 11:48:50 +01:00
Sandro db5a3ef5e6
Merge pull request #108634 from tckmn/sunvox-1.9.6c
sunvox: 1.9.5d -> 1.9.6c
2021-01-07 11:47:10 +01:00
Michael Weiss d027c59d0a
Merge pull request #108631 from TredwellGit/chromium
chromium: 87.0.4280.88 -> 87.0.4280.141
2021-01-07 11:45:16 +01:00
Sandro 00525bf89b
Merge pull request #108527 from 0x4A6F/master-dasel 2021-01-07 11:20:59 +01:00
Sandro 9f823bfde1
Merge pull request #108589 from AndersonTorres/at1985-updates
germinal: init at 26
2021-01-07 11:20:40 +01:00
Sandro 1607e22cec
Merge pull request #108592 from matthiasbeyer/init-taskwarrior-tui
taskwarrior-tui: init at 0.9.5
2021-01-07 11:17:32 +01:00
Sandro 32c04b35ea
Merge pull request #108489 from raboof/jekyll-polyglot
jekyll: add jekyll-polyglot
2021-01-07 11:14:48 +01:00
Sandro 1b4fb94f58
Merge pull request #108378 from SuperSandro2000/random-fixes 2021-01-07 11:07:10 +01:00
Gabriel Ebner fbd59a3e2c
Merge pull request #108636 from ruler501/patch-3
lean: 3.23.0 -> 3.24.0
2021-01-07 10:46:33 +01:00
Sandro Jäckel c3721dddab
gnomecast: Mark broken on darwin 2021-01-07 10:42:23 +01:00
Sandro Jäckel 1f0048cd89
sublime-music: Disable tests 2021-01-07 10:42:11 +01:00
Sandro Jäckel 899ab038d7
jellyfin-mpv-shim: Disable tests 2021-01-07 10:42:10 +01:00
Sandro Jäckel 6cbea2d0ee
mpc-qt: Mark broken on darwin 2021-01-07 10:42:07 +01:00
Sandro Jäckel 3567ff623f
plex-mpv-shim: Disable tests 2021-01-07 10:42:06 +01:00
Sandro Jäckel bb0e23b7bb
p2p: cleanup 2021-01-07 10:42:01 +01:00
Sandro Jäckel 694ff9691e
sourcehout: Disable setuptools check 2021-01-07 10:41:32 +01:00
Sandro 3f132c79ac
Merge pull request #108536 from SuperSandro2000/small-fixes 2021-01-07 10:38:49 +01:00
R. RyanTM 66dd1123bf obsidian: 0.10.1 -> 0.10.6 2021-01-07 09:17:40 +00:00
Frederik Rietdijk 479867700b ecasound: let it use more dependencies
Patch partially contributed by Kai Ruemmler.
2021-01-07 09:13:16 +01:00
Justin Bedo bdf3d727ca
fastp: init 0.20.1 2021-01-07 18:24:19 +11:00
Zeyi Fan b9f0b2885b wezterm: build as macOS app 2021-01-06 20:48:30 -08:00
Devon Richards 7a16349789
lean: 3.23.0 -> 3.24.0
We have to update to be able to use the current version of mathlib.
2021-01-06 21:38:04 -06:00
Zeyi Fan ab64e82e32 wezterm: add macOS support 2021-01-06 19:17:02 -08:00
Andy Tockman 297c5b3ecd sunvox: 1.9.5d -> 1.9.6c
The current derivation is broken because sunvox doesn't host old
versions of their software on their website.
2021-01-06 21:06:28 -06:00
TredwellGit ba0068cf9e chromium: 87.0.4280.88 -> 87.0.4280.141
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html

This update includes 16 security fixes.

CVEs:
CVE-2021-21106 CVE-2021-21107 CVE-2021-21108 CVE-2021-21109
CVE-2021-21110 CVE-2021-21111 CVE-2021-21112 CVE-2021-21113
CVE-2020-16043 CVE-2021-21114 CVE-2020-15995 CVE-2021-21115
CVE-2021-21116
2021-01-07 01:59:35 +00:00
Sandro 861a561419
Merge pull request #108628 from r-ryantm/auto-update/thonny
thonny: 3.3.1 -> 3.3.2
2021-01-07 02:52:14 +01:00
R. RyanTM a6f27eb1fe thonny: 3.3.1 -> 3.3.2 2021-01-07 00:58:51 +00:00
Mario Rodas 04e628f63d syncthing: 1.12.0 -> 1.12.1
https://github.com/syncthing/syncthing/releases/tag/v1.12.1
2021-01-06 18:57:12 -05:00
Sandro be104bfc74
Merge pull request #108530 from thiagokokada/picom-misc-fixes 2021-01-07 00:46:03 +01:00
Sandro bde5fee350
Merge pull request #108463 from 1000101/pgmodeler
pgmodeler: 0.9.2 -> 0.9.3
2021-01-07 00:14:54 +01:00
Sandro 431aa27fc7
Merge pull request #108448 from rhoriguchi/teamviewer
teamviewer: fix desktop file
2021-01-07 00:14:14 +01:00
Mario Rodas 32c3eeb897
Merge pull request #107084 from r-ryantm/auto-update/mopidy
mopidy: 3.0.2 -> 3.1.0
2021-01-06 18:03:56 -05:00
Sandro Jäckel ac391fdc0b
pythonPackages:google*: Noramlize names by replacing _ with - 2021-01-06 23:59:50 +01:00
Mario Rodas d70b9c4c55
Merge pull request #106963 from r-ryantm/auto-update/mopidy-soundcloud
mopidy-soundcloud: 2.1.0 -> 3.0.1
2021-01-06 17:55:23 -05:00
Mario Rodas 92473bf94d mopidy-local: fix tests for Mopidy≥3.1.0 2021-01-06 17:46:45 -05:00
Mario Rodas b2859274ee mopidy: 3.1.0 -> 3.1.1 2021-01-06 17:41:04 -05:00
Mario Rodas b3f079e40c
Merge pull request #107012 from DamienCassou/DamienCassou/git-when-merged
gitAndTools.git-when-merged: init at 1.2.0
2021-01-06 17:30:53 -05:00
Mario Rodas 1358d9b5db
Merge pull request #108604 from marsam/update-terraform_0_12
terraform: 0.12.29 -> 0.12.30, 0.13.5 -> 0.13.6, 0.14.3 -> 0.14.4
2021-01-06 17:26:15 -05:00
Thiago Kenji Okada 5902802e14 picom: add thiagokokada as maintainer 2021-01-06 19:20:05 -03:00
Thiago Kenji Okada 67e2cb0a02 picom: misc fixes
- Build option `build_docs` was renamed to `with_docs` quite sometime ago:
  3f2a6718df.
  This means that the manpage were not being build.
- Remove CFLAG `-fno-strict-aliasing` seems to not be used anywhere in the
  upstream repository. This was probably added for `compton` a long time
  ago and never removed, since I can't find the commit that added this.
- Use release build. This is recommended upstream:
  https://github.com/yshui/picom#to-build.
2021-01-06 19:18:41 -03:00
1000101 44d18368d1 pgmodeler: 0.9.2 -> 0.9.3 2021-01-06 23:10:14 +01:00
Matthias Beyer bfb239d3b3 taskwarrior-tui: init at 0.9.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-06 21:53:00 +01:00
Sandro 877bc4b720
Merge pull request #108577 from prusnak/monado 2021-01-06 21:38:48 +01:00
Sandro d0b8b87220
Merge pull request #108570 from ymarkus/soundmodem
soundmodem: init at 0.20
2021-01-06 21:31:30 +01:00
Mario Rodas 61810aaab0 terraform_0_14: 0.14.3 -> 0.14.4
https://github.com/hashicorp/terraform/releases/tag/v0.14.4
2021-01-06 14:34:00 -05:00
Mario Rodas aed53ea2d3 terraform_0_13: 0.13.5 -> 0.13.6
https://github.com/hashicorp/terraform/releases/tag/v0.13.6
2021-01-06 14:17:00 -05:00
Mario Rodas 81fe5e0bf9 terraform_0_12: 0.12.29 -> 0.12.30
https://github.com/hashicorp/terraform/releases/tag/v0.12.30
2021-01-06 13:51:00 -05:00
AndersonTorres ffe372b356 germinal: init at 26 2021-01-06 14:37:38 -03:00
Сухарик 4746e1717f
sympy: 1.6.2 -> 1.7.1 (#107663)
* sympy: 1.6.2 -> 1.7.1

* sage: adapt tests to sympy 1.7

Co-authored-by: Mauricio Collares <mauricio@collares.org>
2021-01-06 17:10:30 +00:00
Mario Rodas edb4183ff5
Merge pull request #108548 from marsam/update-lab
gitAndTools.lab: 0.17.2 -> 0.18.0
2021-01-06 09:43:10 -05:00
Mario Rodas 2dbf9ee9a5
Merge pull request #108553 from marsam/update-flexget
flexget: 3.1.91 -> 3.1.95
2021-01-06 09:30:38 -05:00
Mario Rodas 01a5ab344f
Merge pull request #108575 from marsam/update-spotify-tui
spotify-tui: 0.22.0 -> 0.23.0
2021-01-06 09:29:36 -05:00
Doron Behar 7aed38b8ab
Merge pull request #107547 from jerith666/openjdk-15 2021-01-06 16:02:45 +02:00
Yannick Markus 5aef5317f9
soundmodem: init at 0.20 2021-01-06 14:07:46 +01:00
Sandro 725290755a
Merge pull request #108537 from jonringer/bump-waypoint
waypoint: 0.1.5 -> 0.2.0
2021-01-06 13:42:27 +01:00
Pavol Rusnak 5f114a0bcf monado: init at 0.4.1 2021-01-06 12:15:44 +01:00
Mario Rodas b413504364 spotify-tui: 0.22.0 -> 0.23.0
https://github.com/Rigellute/spotify-tui/releases/tag/v0.23.0
2021-01-06 05:59:16 -05:00
Sandro fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Sandro Jäckel fd0f019629
gpsbabel: Fix tests 2021-01-06 11:05:12 +01:00
Sandro 8439f8418d
Merge pull request #108438 from S-NA/digikam
digikam: enable appstyles
2021-01-06 10:15:57 +01:00
Sandro b349d080d7
Merge pull request #108543 from r-ryantm/auto-update/picard
picard: 2.5.5 -> 2.5.6
2021-01-06 09:10:45 +01:00
Michael Hoang 31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Mario Rodas 0b8b118236
Merge pull request #107843 from freezeboy/update-1password
_1password: 1.7.0 -> 1.8.0
2021-01-05 23:51:17 -05:00
Mario Rodas f8de360797 flexget: 3.1.91 -> 3.1.95 2021-01-05 23:45:21 -05:00
Mario Rodas 44ef664c89 mp3gain: enable on darwin 2021-01-06 04:20:00 +00:00
Orivej Desh daa511e422 gpsbabel: 1.6.0 -> 1.7.0
Fixes build (check phase) with gcc10.
2021-01-06 08:25:29 +00:00
Mario Rodas 9cd62d08d5 gitAndTools.lab: 0.17.2 -> 0.18.0
https://github.com/zaquestion/lab/releases/tag/v0.18.0
2021-01-05 22:25:32 -05:00
R. RyanTM c8ea2c9898 picard: 2.5.5 -> 2.5.6 2021-01-06 02:39:47 +00:00
Mario Rodas a3ab47ec90
Merge pull request #108509 from zowoq/delta
gitAndTools.delta: 0.5.0 -> 0.5.1
2021-01-05 21:17:32 -05:00
Jonathan Ringer 6a3d529e9d
waypoint: 0.1.5 -> 0.2.0 2021-01-05 16:33:18 -08:00
Sandro 842500c35b
Merge pull request #108346 from suhr/droidcam
droidcam: init at 1.6
2021-01-06 01:16:13 +01:00
0x4A6F f015f4bb79
dasel: 1.12.1 -> 1.12.2
Fixed:
- Fix a bug that stopped the write parser being properly detected when writing to the input file.
2021-01-05 23:59:28 +00:00
Sandro 0af4d59732
Merge pull request #108437 from jbedo/varscan
varscan: 2.4.2 -> 2.4.4
2021-01-06 00:19:30 +01:00
Sandro 31d6b1cd06
Merge pull request #108435 from jbedo/last
last: 1145 -> 1170
2021-01-06 00:18:41 +01:00
0x4A6F fbbc601ce9
dasel: 1.12.0 -> 1.12.1
Changed:
- Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for linux, darwin and windows for both amd64 and 386.

Fixed:
- Release asset for macos/darwin is now named dasel_darwin_amd64 instead of dasel_macos_amd64.
- Self-updater now identifies dev version as development.
2021-01-05 22:40:57 +00:00
Nikolay Korotkiy 17f6b50c56
josm: 17329 → 17428 2021-01-05 22:44:29 +01:00
Sandro 39f7da8f4e
Merge pull request #108428 from rhoriguchi/master
teamviewer: link teamviewer icons
2021-01-05 22:43:37 +01:00
WORLDofPEACE 192325c47f
Merge pull request #108370 from cole-h/streamlink
streamlink: 1.5.0 -> 2.0.0, streamlink-twitch-gui-bin: 1.10.0 -> 1.11.0
2021-01-05 16:06:45 -05:00
Sandro 2fb357b692
Merge pull request #108412 from ryneeverett/tartube-2.3.042
tartube: 2.1.0 -> 2.3.042
2021-01-05 21:47:43 +01:00
Cole Helbling 6e53a6c293
streamlink-twitch-gui-bin: 1.10.0 -> 1.11.0 2021-01-05 12:45:51 -08:00
Guillaume Girol 7abb5bd5ef
Merge pull request #105923 from KAction/mmh-static
mmh: fix static build
2021-01-05 20:29:26 +00:00
Guillaume Girol f3e84c4d42
Merge pull request #107416 from hjones2199/phd2wrap
phd2: add GApps wrapper to fix breakage on non-nixos wayland systems
2021-01-05 20:09:24 +00:00
zowoq e791ab1241 gitAndTools.delta: 0.5.0 -> 0.5.1
https://github.com/dandavison/delta/releases/tag/0.5.1
2021-01-06 05:55:10 +10:00
John Ericson 4eb13669a0 ott: Don't also install emacs mode
There is now a separate package for that.
2021-01-05 14:41:52 -05:00
John Ericson 0f52f30928 ott-mode: Init (version inherited from ott)
This way it is pre-compiled.
2021-01-05 14:41:51 -05:00
Michael Weiss f35bf8ef29
waypipe: 0.7.1 -> 0.7.2 2021-01-05 20:17:25 +01:00
Doron Behar d9dba88d08
Merge pull request #106742 from freezeboy/migrate-qt515 2021-01-05 19:05:55 +02:00
Michiel Leenaars 71d12ee415 Sylk: 2.9.3 -> 2.9.4 2021-01-05 17:05:21 +00:00
Arnout Engelen 4ac10673f7
jekyll: add jekyll-polyglot 2021-01-05 17:00:49 +01:00
WORLDofPEACE cce45c73b9
Merge pull request #108471 from andyrichardson/patch-2
vscodium: Fix invalid download URL (404)
2021-01-05 10:05:07 -05:00
Anderson Torres 0972bbc12d
Merge pull request #108445 from AndersonTorres/updates
Misc updates
2021-01-05 11:54:15 -03:00
AndersonTorres e8183d4687 magic-vlsi: 8.3.80 -> 8.3.109
Also, add myself to maintainers list.
2021-01-05 10:49:00 -03:00
Andy Richardson 049311bc4b
vscodium: Fix invalid download URL (404) 2021-01-05 12:20:19 +00:00
AndersonTorres 19cef431e6 icewm: 1.9.2 -> 2.0.0 2021-01-05 08:55:26 -03:00
AndersonTorres 090980e83d qmplay2: 20.07.04 -> 20.12.16 2021-01-05 08:55:26 -03:00
AndersonTorres ea2d4e5445 pekwm: 0.1.17 -> 0.1.18 2021-01-05 08:55:26 -03:00
AndersonTorres 6af002bdd8 tilda: 1.5.2 -> 1.5.4 2021-01-05 08:55:25 -03:00
AndersonTorres e2a3c74126 moe: 1.10 -> 1.11 2021-01-05 08:55:25 -03:00
David Terry 4a34012027
lndconnect: init at 0.2.0 2021-01-05 12:37:20 +01:00
Diego Rodriguez 43f84e1d69 minikube: 1.15.1 -> 1.16.0 2021-01-05 19:44:35 +10:00
sternenseemann 9a27606ab1 zathura: fix fish completions
The fish completion checks the plugin directory for supported file types
to complete. However the plugin dir checked was the one of the
zathura_core derivation which of course has no plugin dir. We now patch
up the referenced path in the wrapper derivation.
2021-01-05 06:48:51 +01:00
Ryan Horiguchi 265fd7bce2
teamviewer: fix desktop file 2021-01-05 04:20:47 +01:00
R. RyanTM 2833d869d7
terraform-compliance: put double quotes around the homepage URL (#108392) 2021-01-04 18:59:00 -08:00
Sandro f53c431645
Merge pull request #108379 from SuperSandro2000/cleanups 2021-01-05 02:19:24 +01:00
github-actions[bot] 0e4e47512d
Merge master into staging-next 2021-01-05 00:56:58 +00:00
S. Nordin Abouzahra 32fefa8fb1 digikam: enable appstyles
Without this digikam forces the fusion style.
2021-01-04 18:58:23 -05:00
Justin Bedo 56dd3fa172
varscan: 2.4.2 -> 2.4.4 2021-01-05 10:55:28 +11:00
Justin Bedo 62432c855f
last: 1145 -> 1170 2021-01-05 10:29:31 +11:00
sternenseemann 4f927ee341 imv: make every backend and window system configurable
The following new derivation inputs are added:
* withBackends: a list of all backends to enable. The valid names are
  the same as specified in imv's meson_options.txt. Default is to enable
  all 7 backends: freeimage, libtiff, libjpeg(_turbo), libpng, librsvg,
  libnsgif and libheif
* withWindowSystem: either all, x11 or wayland to describe window system
  support.
2021-01-05 00:23:09 +01:00
Ryan Horiguchi 77e17d055c
teamviewer: link teamviewer icons 2021-01-04 22:22:53 +01:00
Sandro 91b89bdbdf
Merge pull request #108393 from r-ryantm/auto-update/visidata
visidata: 2.1 -> 2.1.1
2021-01-04 22:06:46 +01:00
Frederik Rietdijk b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Joe Dupuis 75dfb5f00f overmind: 2.1.1 -> 2.2.0 2021-01-04 11:36:50 -08:00
ilmari-lauhakangas 5a92a9ce32
subtitleeditor: add more gst-plugins (#106076) 2021-01-04 18:52:55 +01:00
ryneeverett 905e3baa7e tartube: 2.1.0 -> 2.3.042
- Add new ffmpeg dependency.
- Update patch since gi was renamed pgi.
2021-01-04 17:47:43 +00:00
Pavol Rusnak bf77245202
Merge pull request #108219 from prusnak/viennarna
ViennaRNA: init at 2.4.17
2021-01-04 18:04:56 +01:00
Sandro 06c9dbcece
Merge pull request #108247 from symphorien/paperwork-next 2021-01-04 16:41:05 +01:00
Sandro ba91b2ff31
Merge pull request #108382 from jojosch/dbeaver-7.3.2
dbeaver: 7.3.1 -> 7.3.2
2021-01-04 16:37:18 +01:00
Sandro a3658e951b
Merge pull request #108389 from raboof/jetbrains-updates
jetbrains: updates
2021-01-04 16:35:30 +01:00
freezeboy 16ec307c21 seafile-shared,seafile-client: 7.0.9 -> 8.0.1
This allows to migrate the dependencies to python3 and qt5.15
2021-01-04 16:23:43 +01:00
freezeboy bc797e287a merkaator: unstable-2019-11-12 -> 0.18.4 2021-01-04 15:55:51 +01:00
freezeboy 60687e3634 dfilemanager: git-2016-01-10 -> git-2020-09-04 2021-01-04 15:55:50 +01:00
R. RyanTM 9708bf6d96 visidata: 2.1 -> 2.1.1 2021-01-04 13:51:00 +00:00
sternenseemann c391b303ca imv: use substituteInPlace 2021-01-04 14:41:45 +01:00
markuskowa d480c86858
Merge pull request #107223 from markuskowa/upd-qe
quantum-espresso: 6.5 -> 6.6
2021-01-04 14:33:37 +01:00
Sandro 6ac4c2d1f6
Merge pull request #107962 from flyfloh/colmap-36 2021-01-04 14:25:21 +01:00
Anderson Torres a5c848382c
Merge pull request #108261 from AndersonTorres/updates
Misc updates
2021-01-04 10:17:22 -03:00
Arnout Engelen 28564278c0 jetbrains: updates 2021-01-04 13:44:30 +01:00
github-actions[bot] f0187a2cf3
Merge staging-next into staging 2021-01-04 12:26:43 +00:00
Сухарик 9c8de43f3c droidcam: init at 1.6 2021-01-04 14:59:26 +03:00
Johannes Schleifenbaum 0292f410ba
dbeaver: 7.3.1 -> 7.3.2 2021-01-04 11:26:50 +01:00
Sandro Jäckel a8d360eca3
raxml: cleanup 2021-01-04 11:02:16 +01:00
Sandro 91e2dd2259
Merge pull request #108341 from cpcloud/nomad-nvml
nomad: add optional nvml support
2021-01-04 08:17:26 +01:00
Cole Helbling 1dbc32c038
streamlink: 1.5.0 -> 2.0.0
https://github.com/streamlink/streamlink/releases/tag/2.0.0

https://github.com/streamlink/streamlink/compare/1.5.0...2.0.0
2021-01-03 22:00:01 -08:00
AndersonTorres aeffc753fa joe: cleanup
Add a longDescription, and also add myself as maintainer.
2021-01-03 23:19:42 -03:00
AndersonTorres 03b1d53ace jed: init at 0.99-19 2021-01-03 23:16:17 -03:00
AndersonTorres 7d370b0fa3 jove: init at 4.17.3.6 2021-01-03 23:16:17 -03:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
Bernardo Meurer 77d190f109
Merge pull request #108275 from lovesegfault/beetsUnstable
beets: 1.4.9 -> unstable-2020-12-22
2021-01-03 23:44:03 +00:00
Pascal Wittmann 9c9c6461ba
Merge pull request #108307 from wentasah/pdfpc
pdfpc: 4.4.1 -> 4.5.0
2021-01-03 22:42:07 +01:00
Florian Klink 90bc79c7cf
Merge pull request #96950 from Izorkin/wireshark-cli
wireshark-*: pass in overridden libpcap in all-packages.nix
2021-01-03 21:55:53 +01:00
Izorkin 131e617f77 wireshark-*: pass in overridden libpcap in all-packages.nix
This allows building wireshark-* with a explicitly disabled bluezSupport
in an overlay.
2021-01-03 21:55:01 +01:00
Luke Granger-Brown 0a922750bd kdeApplications.kaccounts-integration: unbreak derivation 2021-01-03 20:22:15 +00:00
Thomas Tuegel 73a76de9d7
Merge pull request #107948 from eliasp/akonadi-kaccounts
akonadi: add missing kaccounts deps
2021-01-03 14:05:49 -06:00
Phillip Cloud 2aabde2c52 nomad: add optional nvml support 2021-01-03 14:26:14 -05:00
stigo bc1b117218
Merge pull request #107793 from devhell/iptraf-ng
iptraf-ng: 1.1.4 -> 1.2.1
2021-01-03 20:13:33 +01:00
github-actions[bot] 07165c7226
Merge staging-next into staging 2021-01-03 18:38:32 +00:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Guillaume Girol dfd80244d2
Merge pull request #108229 from 0x4A6F/master-dasel
dasel: 1.11.0 -> 1.12.0
2021-01-03 15:51:29 +00:00
Bryan Gardiner d35b77a922 gramps: move intltool from buildInputs to nativeBuildInputs
When intltool is in buildInputs, setup.py reports:

    No intltool or version < 0.25.0, build_intl is aborting

which prevents Gramps's desktop and MIME (and AppData) entries from being
generated and installed.  When intltool is moved to nativeBuildInputs, these
files are installed under share/ as expected.
2021-01-03 15:59:22 +01:00
Pavol Rusnak b33fd9a5ae
Merge pull request #108287 from jpotier/fix-vcv-rack-bitbucket
Fetch pffft from upstream project website instead of bitbucket
2021-01-03 15:22:17 +01:00
devhell c4b7f5d7a6 iptraf-ng: 1.1.4 -> 1.2.1 2021-01-03 13:58:43 +00:00
EEva (JPotier) 7964c9827f vcv-rack: fetch pffft from upstream project website instead of bitbucket
Starting from this commit
2db08f15a0
the upstream project does not expect to use bitbucket anymore. The title
mentions that “BitBucket deleted all Mercurial repos”. Instead, an archive of
the pffft source is hosted on vcvrack.com directly. The unziped sha256 is the
same as before this change.
2021-01-03 15:04:51 +02:00
Pavol Rusnak 77364ac7c0
Merge pull request #108251 from prusnak/bowtie2
bowtie2: 2.3.5.1 -> 2.4.2
2021-01-03 13:47:45 +01:00
Bernardo Meurer 264f7981ee bs1770gain: nuke
The package is filled with white supremacist hate speech, and the only
reverse dependency on it, beets, can now use ffmpeg instead.
2021-01-03 14:36:54 +02:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
sternenseemann a1e9a94785 imv: 4.1.0 -> 4.2.0
* switch build system to wayland
* enable all backends by adding the following to buildInputs as meson
  autodetects which backends are available.
  * libtiff
  * libheif
  * libpng

Open questions:

* imv prints a warning from the tiff backend everytime a non tiff file
  is opened: Is this normal? Seems harmless enough though.
* Should we make backends configurable / optional? I readded some
  backends which apparently were removed, but still given as an argument
  to the derivation.

Resolves #108185.
2021-01-03 12:54:39 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Michael Weiss fab050e022
Merge pull request #108286 from nrdxp/redshift-appindicator
redshift: libappindicator is linux only
2021-01-03 12:19:43 +01:00
Pavol Rusnak dd5b6caace
Merge pull request #108302 from rnhmjoj/monero
monero{,-gui}: 0.17.1.7 -> 0.17.1.8
2021-01-03 12:09:09 +01:00
Michal Sojka 9d0164d53d pdfpc: 4.4.1 -> 4.5.0 2021-01-03 11:40:33 +01:00
Frederik Rietdijk 6c9b5071e4 Revert "Merge pull request #107030 from cpcloud/nomad-nvml"
This broke eval.

https://github.com/NixOS/nixpkgs/pull/107030#issuecomment-753591854

This reverts commit 20489e31cd, reversing
changes made to 590feeecfb.
2021-01-03 11:19:28 +01:00
rnhmjoj 91a9229324
monero-gui: 0.17.1.7 -> 0.17.1.8 2021-01-03 11:04:10 +01:00
rnhmjoj 4e1464e63f
monero: 0.17.1.7 -> 0.17.1.8 2021-01-03 11:03:49 +01:00
Sandro 20489e31cd
Merge pull request #107030 from cpcloud/nomad-nvml
nomad: add optional nvml support
2021-01-03 10:19:48 +01:00
Sandro e5e3c0f40e
Merge pull request #108162 from fgaz/pt2-clone/1.28
pt2-clone: 1.27 -> 1.28
2021-01-03 10:03:55 +01:00
Sandro 6ae069c990
Merge pull request #108249 from prusnak/bowtie
bowtie: init at at 1.3.0
2021-01-03 10:03:24 +01:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Sandro 0960eff85c
Merge pull request #108215 from fgaz/evilpixie/0.2.1
evilpixie: 0.2 -> 0.2.1
2021-01-03 09:51:11 +01:00
Sandro a09ec0dc6f
Merge pull request #108214 from 2chilled/pcloud_upgrade
pcloud: 1.8.8 -> 1.8.9
2021-01-03 09:50:48 +01:00
Timothy DeHerrera 7af5eebfcd
redshift: libappindicator is linux only 2021-01-02 23:34:34 -07:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Sandro 7ce2c5a5f7
Merge pull request #104788 from SuperSandro2000/auto-update/opustags 2021-01-03 07:25:59 +01:00
github-actions[bot] bc30d1eb34
Merge master into staging-next 2021-01-03 00:56:46 +00:00
Pavol Rusnak 9139eb5aee bowtie2: 2.3.5.1 -> 2.4.2 2021-01-02 22:18:32 +01:00
0x4A6F a500ff1c51
dasel: 1.11.0 -> 1.12.0
Added
- Add -c, --compact flag to remove pretty-print formatting from JSON output.
- Defined storage.IndentOption(indent string) ReadWriteOption.
- Defined storage.PrettyPrintOption(enabled bool) ReadWriteOption.

Changed
- Changed storage.Parser funcs to allow the passing of ...ReadWriteOption.
2021-01-02 21:00:15 +00:00
Tim Steinbach 4c9414d31c hub: Add test 2021-01-02 15:43:01 -05:00
Tim Steinbach 0576111e8a hub: Replace git references
Hub fetches git from the environment by default.
This can lead to hub installations without git available, which makes little sense.
The change replaces the references with fully-qualified calls to git
2021-01-02 15:43:01 -05:00
Otavio Salvador d6de45d7de shellhub-agent: set passthru.updateScript using genericUpdater
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 11:21:33 -08:00
Pavol Rusnak 03b99f0721 bowtie: init at at 1.3.0 2021-01-02 19:46:59 +01:00
github-actions[bot] 67638a5bec
Merge master into staging-next 2021-01-02 18:37:38 +00:00
Guillaume Girol bd54cf9602 paperwork: 2.0.1 -> 2.0.2
and cleanup
2021-01-02 19:08:54 +01:00
Maximilian Bosch 097cd34db0
Merge pull request #108126 from Ma27/cleanup-maintained-pkgs
treewide: remove maintainership of `ma27` from a few packages
2021-01-02 18:58:26 +01:00
Francesco Gazzetta 5ec0a5636e ft2-clone: fix darwin 2021-01-02 18:55:09 +01:00
Pavol Rusnak cb0b77e2f5 ViennaRNA: init at 2.4.17 2021-01-02 18:53:31 +01:00
Michael Weiss a90d0cd34c
Revert "chromium/doc: mention chromedriver when updating"
This reverts commit 7e26b5456d.

With 6aea53c3ce this is now handled automatically.
2021-01-02 16:15:00 +01:00
P. R. d. O 17fafad906
signumone: init at 3.1.2 2021-01-02 06:46:28 -06:00
github-actions[bot] ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Matthias Herrmann 5356935626 pcloud: 1.8.8 -> 1.8.9 2021-01-02 13:20:49 +01:00
markuskowa 3f6e9fa531
Merge pull request #106577 from eduardosm/seafile
seafile-shared,seafile-client: 7.0.9 -> 7.0.10
2021-01-02 13:13:17 +01:00
Francesco Gazzetta a7a83fb545 evilpixie: 0.2 -> 0.2.1 2021-01-02 12:21:08 +01:00
Sandro 84c3e129cc
Merge pull request #108190 from lopsided98/qgroundcontrol-update
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-02 09:55:16 +01:00
Frederik Rietdijk e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +01:00
Vonfry 4e677ba476
emacsPackages.gnuplot: autoreconf is not needed any longer. 2021-01-02 13:15:23 +08:00
Ben Wolsieffer 92e3304792 qgroundcontrol: 4.0.10 -> 4.0.11 2021-01-01 22:22:20 -05:00
Anderson Torres 014440d710
Merge pull request #108074 from AndersonTorres/update-emacs-extras
Emacs packages updates
2021-01-01 20:12:51 -03:00
Sandro 881346e6bf
Merge pull request #108165 from rmcgibbo/elfx86exts
elfx86exts: init at 0.4.3
2021-01-02 00:05:07 +01:00
freezeboy 9fd99b5a32 opensmt: 20101017 -> 2.0.1 2021-01-01 23:38:04 +01:00
Pavol Rusnak e2829e2136
Merge pull request #107986 from leenaars/printrun
printrun: unstable-2015-03-10 -> 1.6.0
2021-01-01 23:24:18 +01:00
Michiel Leenaars e104f04956 printrun: unstable-2015-03-10 -> 1.6.0 2021-01-01 22:53:09 +01:00
Anderson Torres f0e774407c
Merge pull request #108141 from AndersonTorres/update-wio
wio: init at unstable-2020-11-02
2021-01-01 18:09:13 -03:00
Francesco Gazzetta 62f0b749d2 ft2-clone: 1.41_fix -> 1.42 2021-01-01 22:08:07 +01:00
Robert T. McGibbon a22b554daf elfx86exts: init at 0.4.3 2021-01-01 15:44:03 -05:00
Francesco Gazzetta a82af793df pt2-clone: 1.27 -> 1.28 2021-01-01 21:25:18 +01:00
Sandro e2983215d2
Merge pull request #108097 from siraben/ctodo-platform
ctodo: enable build on unix
2021-01-01 21:12:47 +01:00
Sandro 0336dda91b
Merge pull request #108113 from r-ryantm/auto-update/nanovna-saver
nanovna-saver: 0.3.7 -> 0.3.8
2021-01-01 21:10:11 +01:00
Sandro 42cab08a50
Merge pull request #108122 from danieldk/drawio-14.1.5
drawio: 13.9.9 -> 14.1.5
2021-01-01 20:51:47 +01:00
AndersonTorres f90045d24c wio: init at unstable-2020-11-02 2021-01-01 16:39:31 -03:00
Sandro 5c631ae0a7
Merge pull request #108108 from yoctocell/msmtp-1.8.14
msmtp: 1.8.13 -> 1.8.14
2021-01-01 20:02:36 +01:00
Sandro d974d7fc5d
Merge pull request #107997 from 6AA4FD/new-session-manager 2021-01-01 19:52:24 +01:00
Maximilian Bosch e7d1be840c
treewide: remove maintainership of ma27 from a few packages
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.

SuperSandro2000 will take care of a few packages[1].

[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01 19:48:01 +01:00
Ben Siraphob 3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
Ben Siraphob 863054f9da firehol: move patches into files 2021-01-01 10:41:04 -08:00
github-actions[bot] 0eb369d907
Merge staging-next into staging 2021-01-01 18:39:12 +00:00
github-actions[bot] c0a9361687
Merge master into staging-next 2021-01-01 18:39:09 +00:00
Dmitry Kalinkin 8bee208bf8
Merge pull request #107335 from veprbl/pr/root_6_20_08
root: 6.18.04 -> 6.22.06, don't build vendored LLVM
2021-01-01 12:28:37 -05:00
AndersonTorres bbf4d0ddde Emacs Elpa updates
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
AndersonTorres f42856b37e Emacs Melpa updates
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
AndersonTorres 69503ada0c Emacs Org: 20201207 -> 20201228
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
Daniël de Kok a628f79c0c drawio: 13.9.9 -> 14.1.5
Changelog:

https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.5
https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.4
2021-01-01 13:59:44 +01:00
Daniël de Kok 815bfe3cb6
Merge pull request #108057 from lourkeur/brave-installCheck
brave: test rpath in installCheck
2021-01-01 13:49:38 +01:00
Anderson Torres c868414fcf
Merge pull request #107831 from magnetophon/emulsion
emulsion: init at 7.2
2021-01-01 09:46:26 -03:00
Louis Bettens 051389eb18 brave: test rpath in installCheck
This check helps with making sure that we provide all the required
shared libraries to brave. If something is missing, the command will get
ENOENT, otherwise it should terminate normally.
2021-01-01 13:31:17 +01:00
github-actions[bot] f1df516121
Merge staging-next into staging 2021-01-01 12:25:55 +00:00
github-actions[bot] 0fe33caad3
Merge master into staging-next 2021-01-01 12:25:52 +00:00
R. RyanTM 43a4341bf7 nanovna-saver: 0.3.7 -> 0.3.8 2021-01-01 10:47:03 +00:00
Frederik Rietdijk 3f08495212
Merge pull request #108022 from siraben/cmake-native-build-inputs
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 10:54:25 +01:00
yoctocell e833bc0473
msmtp: 1.8.13 -> 1.8.14 2021-01-01 10:51:57 +01:00
Daniël de Kok 4df737c880
Merge pull request #108029 from danieldk/brave-update-script
brave: add update script
2021-01-01 10:06:19 +01:00
Doron Behar f0faa10d8a
Merge pull request #106403 from charles-dyfis-net/desync-0.9.0 2021-01-01 09:51:52 +02:00
github-actions[bot] 645e99f891
Merge staging-next into staging 2021-01-01 06:22:43 +00:00
github-actions[bot] 8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00:00
Bart Brouns b4a9a5ad71 emulsion: init at 7.2 2021-01-01 06:01:59 +01:00
Ben Siraphob fcbc6c84e5 sorcer: update license 2021-01-01 11:52:33 +07:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Ben Siraphob cc9e751b22 ctodo: enable build on unix 2021-01-01 11:49:29 +07:00
Sandro d841f374c6
Merge pull request #97140 from hirenashah/plujain-ramp
plujain-ramp: init at v1.1.3
2021-01-01 05:49:26 +01:00
Anderson Torres 9960088893
Merge pull request #107994 from neonfuz/koreader-license
koreader: license update agpl3 -> agpl3Only
2021-01-01 00:18:06 -03:00
Quinn e061be375b new-session-manager: init at 1.4.0 2020-12-31 19:04:05 -08:00
Sandro e5c488c154
Merge pull request #106741 from cyplo/mindforger1.52
mindforger: 1.48.2 -> 1.52.0
2021-01-01 03:32:49 +01:00
Sandro eef90463b3
Merge pull request #107934 from SuperSandro2000/gitoxide-darwin
gitoxide: Fix build on darwin
2021-01-01 03:28:03 +01:00
Bernardo Meurer 79adc84f5e
Merge pull request #107993 from jakeisnt/add-mopidy-scrobbler
mopidy-scrobbler: init at 2.0.1
2021-01-01 01:24:01 +00:00
github-actions[bot] 54ab07c1fe
Merge staging-next into staging 2021-01-01 00:56:17 +00:00
github-actions[bot] 999c670119
Merge master into staging-next 2021-01-01 00:56:14 +00:00
jakeisnt c3920418a5 mopidy-scrobbler: init at 2.0.1 2020-12-31 16:55:44 -08:00