Commit Graph

48960 Commits

Author SHA1 Message Date
Kevin Cox
ce3a2e6e49
Merge pull request #91792 from jcpetruzza/kakoune-plugins
kakoune: rework plugin support
2020-11-01 15:07:28 -05:00
roconnor
eaf06c30ac
Merge pull request #101945 from roconnor/OSCAR
OSCAR: init at 1.2.0
2020-11-01 14:25:49 -05:00
Doron Behar
07cb335125 musescore: 3.5.0 -> 3.5.2
Use fetchFromGitHub as it seems the only way to get the source now. Also
use libsForQt5 as it works.
2020-11-01 21:03:55 +02:00
Jonathan Ringer
9122b454f6 csv_fast_export: use python3 2020-11-01 10:54:30 -08:00
Andreas Rammhold
df2d47cd39
Merge pull request #102266 from NixOS/firefox-82.02
firefox{,-bin}: 80.0 -> 80.0.2
2020-11-01 19:34:37 +01:00
Matthieu Coudron
295948f40f neovim: dont wrap when is null
restore previous behavior
2020-11-01 18:55:57 +01:00
Vincent Laporte
86c6683e62 ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06 2020-11-01 17:18:02 +01:00
Benjamin Hipple
21c97849d4
Merge pull request #102325 from bryanasdev000/package-popeye-0.9.0
popeye: 0.8.10 -> 0.9.0
2020-11-01 10:02:08 -05:00
Daniel Gorin
464804b43f kakoune: Fix :doc when using plugins
So, kakoune takes the documentation shown for `:doc` from
`$KAKOUNE_RUNTIME/share/kak/doc`. Unfortunately, it seems
that it will ignore files that are symlinks. This is arguably
a bug in kakoune, we workaround it for now by copying the
content of the docfiles.
2020-11-01 14:35:49 +00:00
Daniel Gorin
550389392a kakoune: rework plugin support
The previous implementation of plugin-support for the kakoune derivation
was based on generating, at build time, a `plugins.kak` file that would
source all .kak files in the list of plugins, and wrap the `kak` binary
in a script that would add some command-line arguments so that this
file gets loaded on start-up. The main problem with this approach
is that the plugins' code get executed *after* the user's configuration
file is loaded, so effectively one cannot automatically activate/configure
these plugins.

The idiomatic way of loading plugins is ensuring they end up installed
somwhere under `share/kak/autoload`. Because plugins are already being
packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`,
we can obtain a derivation that includes the plugins simply by doing a
`symlinkJoin` of `kakoune-unwrapped` and all the requested plugins.

For this to work, we need to fix two issues:

  1. By default, kakoune makes `share/kak/autoload` a symbolic link to
     `share/kak/rc`, which contains all builtin definitions. We need
     to patch this to put the symlink under `share/kak/autoload/rc`, so that
     the join works.

  2. By default kakoune expects the `autoload` directory to be in
     `../share/kak/autoload` relative to the location of the `kak` binary.
     We need to set the `KAKOUNE_RUNTIME` to point the symlinked
     share/kak for this to work.
2020-11-01 14:35:49 +00:00
Mario Rodas
21964f4f54
Merge pull request #102328 from r-ryantm/auto-update/compactor
compactor: 0.12.2 -> 1.0.0
2020-11-01 07:08:57 -05:00
Andreas Rammhold
5219a3ade1 rsync: disable the bundled zlib explicitly
We've been providing zlib as a buildInput for some time now but rsync
still builds (& links) it's own copy of zlib unless we disable it
explicitly. This cuts down on compilation time but otherwise shouldn't
have any side effects.
2020-11-01 12:51:02 +01:00
Felix Tenley
8d6cac9e03
filebot: 4.9.1 -> 4.9.2 2020-11-01 11:56:06 +01:00
Frederik Rietdijk
790714af65 kdeApplications.okteta: remove alias
After 3 years we can remove the alias.
2020-11-01 11:19:00 +01:00
Frederik Rietdijk
409ca6f1f9 Merge staging-next into staging 2020-11-01 11:06:35 +01:00
Frederik Rietdijk
fe9f55907e Merge master into staging-next 2020-11-01 11:06:08 +01:00
Frederik Rietdijk
54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Frederik Rietdijk
83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Frederik Rietdijk
7a8d5dc8a6 Merge master into staging-next 2020-11-01 10:10:47 +01:00
R. RyanTM
e945bd753c compactor: 0.12.2 -> 1.0.0 2020-11-01 07:54:34 +00:00
Bryan A. S
4f8477a28f popeye: 0.8.10 -> 0.9.0
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-11-01 04:10:08 -03:00
Bart Brouns
5da63dd70d geonkick: 2.4.0 -> 2.5.0 2020-11-01 06:04:50 +01:00
Mario Rodas
26d3fbf215
Merge pull request #102310 from r-ryantm/auto-update/git-gone
gitAndTools.git-gone: 0.3.6 -> 0.3.7
2020-10-31 23:00:45 -05:00
Mario Rodas
76fdf69296
Merge pull request #102303 from r-ryantm/auto-update/git-trim
gitAndTools.git-trim: 0.4.0 -> 0.4.2
2020-10-31 22:11:55 -05:00
R. RyanTM
5535343769 gitAndTools.git-gone: 0.3.6 -> 0.3.7 2020-11-01 02:35:57 +00:00
R. RyanTM
0c77c15642 gitAndTools.git-trim: 0.4.0 -> 0.4.2 2020-11-01 01:10:34 +00:00
R. RyanTM
afa6047e12 gromacs: 2020.3 -> 2020.4 2020-11-01 00:24:33 +00:00
Austin Seipp
09ff423bef
Merge pull request #102030 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.10.0 -> 2020.10.2
2020-10-31 19:21:45 -05:00
R. RyanTM
3408bddacf gitAndTools.git-extras: 6.0.0 -> 6.1.0 2020-11-01 00:15:25 +00:00
Andreas Rammhold
fdbdd72f5f
firefox-bin: 82.0 -> 82.0.2 2020-10-31 19:53:34 +01:00
Matthieu Coudron
36ac62c6d7
Merge pull request #102231 from teto/neovim_fix
neovim: revert change to extraMakeWrapperArgs
2020-10-31 19:36:49 +01:00
Andreas Rammhold
f4490bb28a
firefox: 82.0 -> 82.0.2 2020-10-31 19:34:23 +01:00
R. RyanTM
04640b31e5 datovka: 4.15.2 -> 4.15.5 2020-10-31 18:04:36 +00:00
Maximilian Bosch
a64f9cfab4
Merge pull request #102207 from Frostman/hugo-0.77.0
hugo: 0.76.5 -> 0.77.0
2020-10-31 17:34:54 +01:00
Matthieu Coudron
95702fe6d2 neovim: revert change to extraMakeWrapperArgs
wrapNeovim incited users to use a list instead of a string. Revert that:
the change is not super useful while breaking home-manager.
2020-10-31 14:32:02 +01:00
Vladimír Čunát
dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Michael Weiss
680d320123
tdesktop: 2.4.4 -> 2.4.5 2020-10-31 14:24:49 +01:00
Atemu
42a9cfe540 mlterm: stdenv.lib -> lib 2020-10-31 13:37:11 +01:00
Maximilian Bosch
1ecc5c7760
Merge pull request #102199 from evalexpr/i3status-rust-update-0.14.2
i3status-rust: 0.14.1 -> 0.14.2
2020-10-31 11:59:33 +01:00
Jonathan Wilkins
d7ea518958
i3status-rust: 0.14.1 -> 0.14.2 2020-10-31 10:34:23 +00:00
Marek Mahut
2da96f3f9c
Merge pull request #102152 from RaghavSood/ledger-live/2.15.0
ledger-live-desktop: 2.14.0 -> 2.15.0
2020-10-31 10:14:50 +00:00
Marek Mahut
7bea6f9b91
Merge pull request #99929 from JesusMtnez/slack
slack: 4.9.0 -> 4.10.3
2020-10-31 10:14:02 +00:00
Vincent Laporte
8cab21b48b Revert "coq: propagate and install ocaml and findlib"
This reverts commit 5d0e2dedd5.
2020-10-31 09:08:06 +01:00
Benjamin Hipple
4a29d9c069
Merge pull request #102198 from jbedo/last
last: 1066 -> 1133
2020-10-31 00:46:04 -04:00
Sergey Lukjanov
5c4342674b hugo: 0.76.5 -> 0.77.0 2020-10-30 21:20:52 -07:00
ajs124
edce0de0d2
Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
Justin Bedo
32573f4b6e
last: 1066 -> 1133 2020-10-31 10:59:02 +11:00
ajs124
a5bce15b5d skype_call_recorder: drop
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Maximilian Bosch
952dc5c7ff
Merge pull request #101421 from sikmir/geogebra
geogebra: 5-0-593-0 -> 5-0-609-0, geogebra6: 6-0-600-0 -> 6-0-609-0
2020-10-30 23:39:37 +01:00
Martin Weinelt
4221de2b4f
Merge pull request #99523 from mweinelt/ircdog
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
WORLDofPEACE
99600df584
Merge pull request #101112 from deviant/remove-uemacs
uemacs: remove
2020-10-30 16:01:47 -04:00
Lassulus
858e014efc
Merge pull request #102002 from RaghavSood/electrum-ltc/ledger
electrum-ltc: enable hardware wallets
2020-10-30 19:39:43 +01:00
Doron Behar
09fd4270d7 kile: some slight improvements/fixes
Use `buildInputs` instead of `propagatedBuildInputs` - should reduce
closure size a bit. Don't wrap executables twice. Move `kdoctools` to
native. Use libsForQt5 - default version (works).

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2020-10-30 20:39:19 +02:00
Doron Behar
c8a7e4da0a firefox/wrapper: Use plasma-browser-integration correctly
Don't rely on the attribute from the aliases.nix, as ofborg checks that
in PRs.
2020-10-30 20:37:58 +02:00
Doron Behar
ea9de43bf4 tellico: Use libkcddb from libsForQt5's scope.
Part of (#101369): kdeApplications points to a set of derivations built
with a specific qt version, where libkcddb is available in libsForQt5's
callPackage scope, thanks to the parent commit of this commit.
2020-10-30 20:34:14 +02:00
ajs124
0126c86672 linuxstopmotion: 0.8.0 -> 0.8.5
and qt4 -> qt5
2020-10-30 19:26:36 +01:00
Maximilian Bosch
6928309c51
citrix_workspace: add 20.10.0
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2010
2020-10-30 18:36:21 +01:00
Maximilian Bosch
93a00bec3e
citrix_workspace: remove attributes for old versions; fix i686 build 2020-10-30 18:36:21 +01:00
Max Hausch
45d88250f2
motion 4.3.1 -> 4.3.2 2020-10-30 17:12:37 +01:00
Jörg Thalheim
46731b8886
Merge pull request #100814 from unode/samtools 2020-10-30 16:44:27 +01:00
Peter Hoeg
05d95cfe79 kdeconnect: avoid double-wrapping the binary 2020-10-30 22:34:02 +08:00
Peter Hoeg
dfd29f9d7c zanshin: broken before the 20.08.2 upgrade 2020-10-30 22:34:02 +08:00
Peter Hoeg
0d25246f4d kdeconnect: part of kdeApplications 2020-10-30 22:34:02 +08:00
Peter Hoeg
d87b88361a okular: add missing dependency 2020-10-30 22:34:02 +08:00
Peter Hoeg
7ac898fec2 kdeApplications: 20.08.1 -> 20.08.2 2020-10-30 22:34:02 +08:00
Raghav Sood
33a9c38483
ledger-live-desktop: 2.14.0 -> 2.15.0 2020-10-30 21:17:18 +08:00
Michael Weiss
6a1782986d
git: 2.29.1 -> 2.29.2 2020-10-30 13:55:20 +01:00
Mario Rodas
d3a4ebdb95
Merge pull request #102074 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.3.0 -> 4.5.0
2020-10-30 07:45:30 -05:00
Mario Rodas
543c744d0d
Merge pull request #102082 from r-ryantm/auto-update/batsignal
batsignal: 1.1.2 -> 1.1.3
2020-10-30 07:44:06 -05:00
Ash
525e15efae
gajim: strictDeps = false (#102141)
* gajim: strictDeps = false

Without this it doesn't find GSettings schemas, which causes it to crash when (for example) you try to change your avatar.
2020-10-30 12:04:28 +00:00
Sebastien Braun
bbf96d898b
git: Use asciidoctor instead of asciidoc for manpages
Asciidoc is severely outdated and is replaced by asciidoctor.
Eliminating asciidoc gets rid of a python2 dependency, see
https://github.com/NixOS/nixpkgs/issues/101964
2020-10-30 10:48:33 +01:00
Daniël de Kok
7e4d5a8360
Merge pull request #101668 from Maxwell-lt/update/mullvad-2020.6
mullvad-vpn: 2020.5 -> 2020.6
2020-10-30 10:46:35 +01:00
toonn
e6a44b2fc4
wire-desktop: mac 3.20.3912 -> 3.21.3959 2020-10-30 08:54:19 +01:00
toonn
fa20999c64
wire-desktop: linux 3.20.2934 -> 3.21.2936 2020-10-30 08:52:57 +01:00
Konrad Borowski
4897591ab1 thunderbird: set build timeout at eight hours
This matches a similar change made to Firefox in #96767.
A lot of code is shared between Firefox and Thunderbird
so it makes sense to increase timeouts for Thunderbird
as well.
2020-10-30 08:48:15 +01:00
Riley Inman
c79ef4eacf syncplay: 1.6.5 -> 1.6.6 2020-10-30 00:16:19 -04:00
Benjamin Hipple
afbd4e7b70
Merge pull request #102097 from shawndooley/fldigi-4.1.15
fldigi: 4.1.14 -> 4.1.15
2020-10-29 23:27:25 -04:00
Benjamin Hipple
a2aa0cbf89
Merge pull request #100266 from jnetod/textadept-update
textadept: 10.2 -> 10.8
2020-10-29 22:24:13 -04:00
S. Nordin Abouzahra
57ea265674 firefox: place alsaLib in lib search patch
libcubeb has dlopened libraries for awhile now. In nixpkgs there was
support for the PulseAudio backend doing this, however the ALSA backend
support was missed and caused issue #79310 (no sound with ALSA). This
gives ALSA users the ability to hear sound once again.
2020-10-29 22:21:12 -04:00
Renato Alves
6e19ed0a52
lumpy: 0.3.0 -> 0.3.1 2020-10-30 01:28:00 +01:00
Shawn Dooley
8975bd93b7 fldigi: 4.1.14 -> 4.1.15
Corrected hash format
2020-10-29 20:15:50 -04:00
MetaDark
ff4a1cf4d8 git-review: build with python3
Also updated source to the new repo and added myself as a maintainer
2020-10-29 16:01:12 -07:00
Marek Mahut
05133510e9
Merge pull request #102051 from r-ryantm/auto-update/ergo
ergo: 3.3.4 -> 3.3.5
2020-10-29 22:01:04 +01:00
Ryan Mulligan
eaa64c3e7d
Merge pull request #102047 from r-ryantm/auto-update/dstask
dstask: 0.22 -> 0.23
2020-10-29 13:56:07 -07:00
Shawn Dooley
8d936595b8 fldigi: 4.1.14 -> 4.1.15 2020-10-29 15:53:04 -04:00
Jon Roberts
ca6dc68153
zoom-us: 5.3.469451.0927 -> 5.4.53350.1027 2020-10-29 13:13:09 -05:00
R. RyanTM
9fb7ea1f17 batsignal: 1.1.2 -> 1.1.3 2020-10-29 17:54:46 +00:00
Timo Kaufmann
aee8263788
Merge pull request #100653 from trepetti/marker
marker: init at 2020.04.04
2020-10-29 18:47:37 +01:00
Timo Kaufmann
105d3a7b01
Merge pull request #100510 from trepetti/noaa-apt-1.3.0
noaa-apt: 1.2.0 -> 1.3.0
2020-10-29 18:43:35 +01:00
Renato Alves
a28e5b0a4f
samtools: 1.10 -> 1.11 2020-10-29 18:27:22 +01:00
zimbatm
f155651d3f
terraform-providers.time: init at 0.6.0 (#101406) 2020-10-29 18:07:44 +01:00
Robert Scott
1b5ee955d3
terraform-providers.cloudfoundry: init at 0.12.6 (#99960) 2020-10-29 18:07:26 +01:00
Doron Behar
85eb1b58d3
Merge pull request #101747 from doronbehar/pkg/syncthingtray 2020-10-29 18:13:34 +02:00
R. RyanTM
3e8c98e128 geoipupdate: 4.3.0 -> 4.5.0 2020-10-29 16:01:39 +00:00
Russell O'Connor
069e485c18 OSCAR: init at 1.2.0 2020-10-29 11:00:13 -04:00
R. RyanTM
bf92b1ba10 ergo: 3.3.4 -> 3.3.5 2020-10-29 14:19:08 +00:00
R. RyanTM
89507db3bc dstask: 0.22 -> 0.23 2020-10-29 13:48:13 +00:00
Niklas Hambüchen
e5b345c09d
Merge pull request #99345 from nh2/gstreamer-1.18.0
gstreamer: 1.16.2 -> 1.18.0
2020-10-29 14:04:16 +01:00
Michael Weiss
7c700c9ff6
chromium: Drop useVaapi (was deprecated) 2020-10-29 13:48:38 +01:00
Michael Weiss
a90362c888
google-chrome: Add myself as maintainer
Mainly to get pinged on PRs/issues as well.
2020-10-29 13:41:34 +01:00
Michael Weiss
4c92053749
Merge pull request #101957 from meutraa/update/android-studio-canary
androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15
2020-10-29 12:56:51 +01:00
R. RyanTM
e369c0c030 cordless: 2020-08-30 -> 2020-10-24 2020-10-29 11:54:51 +00:00
Alexander Bantyev
f68a893294
Merge pull request #101997 from cab404/super-slicer-2-2-54-2
super-slicer: 2.2.54.1 -> 2.2.54.2
2020-10-29 14:43:12 +03:00
Mario Rodas
404b583e2d
Merge pull request #102009 from r-ryantm/auto-update/atlantis
atlantis: 0.15.0 -> 0.15.1
2020-10-29 06:42:13 -05:00
Mario Rodas
6ff80e7ac3
Merge pull request #102008 from evenbrenden/jotta-cli-bump-version
jotta-cli: 0.6.24251 -> 0.7.33634
2020-10-29 06:39:42 -05:00
R. RyanTM
82b3584325 cloudflared: 2020.10.0 -> 2020.10.2 2020-10-29 11:37:49 +00:00
Michele Guerini Rocco
c0627e5b5b
Merge pull request #102004 from rnhmjoj/monero
monero-gui: fixup of 7a498ab
2020-10-29 10:07:33 +01:00
Matthieu Coudron
2eb1610725
neovimUtils: neovim utilities to handle more usecases
Current nixpkgs always wraps neovim with the "-u" which has sideeffects as explained in https://github.com/NixOS/nixpkgs/issues/55376 : 
1.  vim won't set the variable $MYVIMRC as explained #34215
 2. vim skips loading folder-specific .vimrc / .nvimrc

I wanted to provide a way for users to better control what flags are used to wrap neovim. This is achived by introducing wrapNeovimUnstable et neovimUtils, utilities to help with that. We provide a compatibility layer so that wrapNeovim still works and to let us experiment with wrapNeovimUnstable to better control neovim configuration, plugin dependencies, haskell environment etc so that it becomes easier to generate per-project neovim config.

With this commit, it's possible for instance for home-manager to wrap neovim without the `-u` and just write the config in the
expected $XDG_CONFIG_HOME/nvim/init.vim .
Expect wrapNeovimUnstable interface to evolve in the upcoming months.
2020-10-29 09:50:26 +01:00
R. RyanTM
a3d3a1ec75 atlantis: 0.15.0 -> 0.15.1 2020-10-29 08:39:11 +00:00
Even Brenden
fe3041b879 jotta-cli: 0.6.24251 -> 0.7.33634 2020-10-29 09:27:01 +01:00
rnhmjoj
b0a06f1786
monero-gui: fixup of 7a498ab
The INSTALL_PATH has been fixed upstream and this was causing
the binary to be under $out/bin/bin/.
2020-10-29 08:53:31 +01:00
Raghav Sood
438a67de33
electrum-ltc: enable hardware wallets 2020-10-29 15:38:47 +08:00
Michele Guerini Rocco
df6068e934
Merge pull request #101985 from rnhmjoj/monero
monero: 0.17.1.0 -> 0.17.1.1
2020-10-29 08:04:30 +01:00
Vladimir Serov
1b27fadae0
super-slicer: 2.2.54.1 -> 2.2.54.2
Signed-off-by: Vladimir Serov <me@cab404.ru>
2020-10-29 08:43:43 +03:00
Mario Rodas
8305cce210
Merge pull request #100638 from xrelkd/add/clipcat
clipcat: init at 0.4.19
2020-10-28 23:00:38 -05:00
Mario Rodas
6a730c547c
Merge pull request #101989 from marsam/update-archiver
archiver: 3.3.2 -> 3.4.0
2020-10-28 22:51:32 -05:00
dawidsowa
c69407d606
gallery-dl: 1.15.1 -> 1.15.2 (#101977)
* gallery-dl: 1.15.1 -> 1.15.2
2020-10-28 22:49:39 -05:00
Tom Repetti
7559a99131 marker: init at 2020.04.04 2020-10-28 23:01:47 -04:00
Anderson Torres
066bf7dd5d
Merge pull request #101894 from AndersonTorres/terminal-emulators
Create a directory-category for terminal emulators
2020-10-28 23:27:05 -03:00
AndersonTorres
5b5aac40d5 Terminal emulators: whitespace cleanup and regroup
Because editorconfig complains, and also why not to organize them
"ascii-betically"?
2020-10-28 22:28:32 -03:00
rnhmjoj
79a81f81aa
monero-gui: 0.17.1.0 -> 0.17.1.1 2020-10-29 01:21:00 +01:00
rnhmjoj
7a498aba3e
monero: 0.17.1.0 -> 0.17.1.1 2020-10-29 01:20:48 +01:00
Martin Weinelt
2755df8657
Merge pull request #101844 from helsinki-systems/telepromter-2.4.0
teleprompter: 2.3.4 -> 2.4.0
2020-10-29 00:58:59 +01:00
Scriptkiddi
9bb8fdf842
teleprompter: 2.3.4 -> 2.4.0 2020-10-29 00:48:56 +01:00
Martin Weinelt
caf6c6fad1
Merge pull request #101722 from r-ryantm/auto-update/opustags
opustags: 1.3.0 -> 1.4.0
2020-10-29 00:03:02 +01:00
Martin Weinelt
9662e0eaf9
Merge pull request #101744 from euank/k3s-modprobe
k3s: add modprobe to k3s's PATH
2020-10-28 23:56:35 +01:00
Martin Weinelt
516541b45c
Merge pull request #101710 from r-ryantm/auto-update/obs-studio
obs-studio: 26.0.0 -> 26.0.2
2020-10-28 23:33:08 +01:00
Robert T. McGibbon
0dc7ad6f1f
bluejeans: 2.4.0 -> 2.17.0.11 (#101973) 2020-10-28 17:37:39 -04:00
Maximilian Bosch
9d5c765e33
element-desktop: 1.7.10 -> 1.7.12
https://github.com/vector-im/element-desktop/releases/tag/v1.7.11
https://github.com/vector-im/element-desktop/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Maximilian Bosch
135f6b62dd
element-web: 1.7.10 -> 1.7.12
https://github.com/vector-im/element-web/releases/tag/v1.7.11
https://github.com/vector-im/element-web/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Anderson Torres
c13da09a6f
Merge pull request #101231 from djanatyn/pkg/peaclock
peaclock: init at 0.4.3
2020-10-28 16:06:00 -03:00
meutraa
01b58c0240
androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15 2020-10-28 17:57:00 +00:00
Vladimír Čunát
0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát
31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
StigP
4512dac960
Merge pull request #99444 from etu/aldo-upgrade
aldo: 0.7.7 -> 0.7.8
2020-10-28 13:23:42 +00:00
AndersonTorres
2bb3a9da24 A directory-category for terminal emulators
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.

Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.

Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00
Anderson Torres
c3feda093d
Merge pull request #101569 from AndersonTorres/megafix
Fixing some URLs
2020-10-28 10:15:26 -03:00
Niklas Hambüchen
c06f86d591
Merge pull request #101879 from sikmir/cloudcompare
cloudcompare: 2.11.0 → 2.11.2
2020-10-28 13:43:31 +01:00
Nikolay Korotkiy
59645d2e42 cloudcompare: 2.11.0 → 2.11.2 2020-10-28 13:24:55 +01:00
Mario Rodas
023ff35f38
Merge pull request #101746 from oyren/update-portfolio
portfolio: 0.48.1 -> 0.49.0
2020-10-28 06:18:01 -05:00
Mario Rodas
5b4331e2c9
Merge pull request #99949 from marsam/update-micro
micro: 2.0.7 -> 2.0.8
2020-10-28 05:22:00 -05:00
Frederik Rietdijk
1489c07cb7 teams: work around screen sharing bug 2020-10-28 09:39:16 +01:00
Mario Rodas
8d1c9bcdf9 archiver: 3.3.2 -> 3.4.0
https://github.com/mholt/archiver/releases/tag/v3.4.0
2020-10-28 04:20:00 +00:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Mario Rodas
9fce5c704a
Merge pull request #101779 from dbirks/update-helm
kubernetes-helm: 3.3.4 -> 3.4.0
2020-10-27 19:27:24 -05:00
Mario Rodas
9952b7b244
Merge pull request #101818 from marsam/update-rclone
rclone: 1.53.1 -> 1.53.2
2020-10-27 18:57:47 -05:00
hyperfekt
22ac8b79b0 nym: 0.7.0 -> 0.8.1
The tests requiring network access are no longer called by the root
package.
2020-10-27 22:01:58 +01:00
Nicolas Martin
e129f41522 glow: 1.0.2 -> 1.1.0 2020-10-27 21:58:00 +01:00
WORLDofPEACE
f2d8aebe8e
Merge pull request #101493 from Magicloud/vbox6116
virtualbox: 6.1.14 -> 6.1.16
2020-10-27 12:37:16 -04:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
zowoq
f2eb36b889 gitAndTools.gh: 1.1.0 -> 1.2.0
https://github.com/cli/cli/releases/tag/v1.2.0
2020-10-28 00:38:12 +10:00
Martin Weinelt
91e28cfbcf
Merge pull request #101752 from petabyteboy/feature/docker-19-03-13
docker: 19.03.12 -> 19.03.13
2020-10-27 15:32:37 +01:00
Jonathan Strickland
c84ddc7bf4 peaclock: init at 0.4.3
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-10-27 10:05:08 -04:00
Mario Rodas
2b0260f4bc
Merge pull request #101757 from magnetophon/geonkick
geonkick: 2.3.8 -> 2.4.0
2020-10-27 06:51:53 -05:00
Milan Pässler
0dc4ced3eb docker: 19.03.12 -> 19.03.13
Added libseccomp and pkgconfig inputs to containerd, because 1.3.x requires them.
However containerd 1.2.x and 1.4.x do not.
2020-10-27 12:48:51 +01:00
Mario Rodas
090f2cdf76
Merge pull request #101659 from r-ryantm/auto-update/helmfile
helmfile: 0.131.0 -> 0.132.1
2020-10-27 06:44:29 -05:00
Mario Rodas
c9494fc911
Merge pull request #101656 from r-ryantm/auto-update/gomuks
gomuks: 0.2.0 -> 0.2.1
2020-10-27 06:43:52 -05:00
Mario Rodas
2e64eb507d
Merge pull request #101819 from marsam/update-ncspot
ncspot: 0.2.3 -> 0.2.4
2020-10-27 06:33:07 -05:00
Timo Kaufmann
39e62d5d6e
Merge pull request #101793 from omasanori/maxima/remove-5.41
maxima: remove 5.41.0
2020-10-27 09:46:35 +01:00
R. RyanTM
3ff7bf9166 gqrx: 2.13 -> 2.13.2 2020-10-27 08:55:38 +01:00
Lassulus
4c5ff0a412
Merge pull request #101804 from nyanloutre/ledger_update
electron-cash: 4.1.1 -> 4.2.0
2020-10-27 08:00:23 +01:00
Mario Rodas
228cad0521
Merge pull request #101775 from magnetophon/wmfocus
wmfocus: 1.1.3 -> 1.1.5
2020-10-27 00:33:27 -05:00
Mario Rodas
8deec83113 ncspot: 0.2.3 -> 0.2.4
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.4
2020-10-27 00:00:00 +00:00
nyanloutre
765b7f33ea
electron-cash: 4.1.1 -> 4.2.0 2020-10-27 00:06:52 +01:00
Max Hausch
a8d35dc10d
ssw 0.3 -> 0.6 2020-10-26 23:57:03 +01:00
Masanori Ogino
40fb3ed6dc maxima: remove 5.41.0
It had been kept for SageMath, but it uses the default version nowadays
and this version is not referenced in nixpkgs.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-27 06:09:12 +09:00
Samuel Dionne-Riel
9119d715dc
Merge pull request #101204 from samueldr/fix/rsync-cross-compilation-regression
rsync: Work around upstream cross-compilation issue
2020-10-26 15:05:10 -04:00
Ryan Mulligan
bcbb5833a0
Merge pull request #101708 from r-ryantm/auto-update/nwg-launchers
nwg-launchers: 0.3.3 -> 0.4.0
2020-10-26 11:29:58 -07:00
David Birks
a091ac564f
kubernetes-helm: 3.3.4 -> 3.4.0 2020-10-26 13:23:53 -04:00
lewo
a7a1447e5d
Merge pull request #100985 from devhell/mediainfo-20.09
mediainfo{-gui}: 20.08 -> 20.09
2020-10-26 17:26:25 +01:00
devhell
8a4edf9087 {lib}mediainfo{-gui}: 20.08 -> 20.09
This release includes a fix for https://github.com/NixOS/nixpkgs/issues/92874
2020-10-26 15:57:08 +00:00
Maximilian Bosch
61fa498994
Merge pull request #101646 from luc65r/pkg/rofi-calc
rofi-calc: 1.8 -> 1.9
2020-10-26 16:36:43 +01:00
Bart Brouns
6d10913002 wmfocus: 1.1.3 -> 1.1.5 2020-10-26 16:35:11 +01:00
Maximilian Bosch
7898c75e7c
Merge pull request #101730 from lovek323/idea-2020.2.3
idea: 2020.2.2 -> 2020.2.3
2020-10-26 16:33:27 +01:00
Bart Brouns
f4b9950537 geonkick: 2.3.8 -> 2.4.0 2020-10-26 15:32:36 +01:00
Jason Felice
03faeaa8b3 kakounePlugins.rep: inherit from rep 2020-10-26 10:00:28 -04:00
Anderson Torres
ac08a3973c
Merge pull request #100536 from AndersonTorres/corectrl
corectrl: init at 1.1.1
2020-10-26 10:34:12 -03:00
Ryan Mulligan
f861aae44c
Merge pull request #101719 from r-ryantm/auto-update/opentx
opentx: 2.3.9 -> 2.3.10
2020-10-26 05:48:17 -07:00
Ryan Mulligan
4fce633319
Merge pull request #101716 from r-ryantm/auto-update/openhantek6022
openhantek6022: 3.1.2 -> 3.1.3
2020-10-26 05:43:38 -07:00
Ryan Mulligan
3ea0a61e08
Merge pull request #101711 from r-ryantm/auto-update/obsidian
obsidian: 0.9.1 -> 0.9.4
2020-10-26 05:42:04 -07:00
Alexey Shmalko
a3368f0eea
Merge pull request #101348 from cab404/super-slicer-2-2-54-1
super-slicer: 2.2.54.0 -> 2.2.54.1
2020-10-26 12:44:28 +02:00
Doron Behar
a5ca6e8e84 syncthingtray: 0.11.0 -> 1.0.0 2020-10-26 12:10:40 +02:00
Moritz Scheuren
8a26bfb4a1 portfolio: 0.48.1 -> 0.49.0 2020-10-26 11:08:17 +01:00
06kellyjac
aaa2cf6b26 kube3d: add jk as a maintainer
Add jk (myself) as a maintainer to help keeping kube3d working and
up-to-date.
2020-10-26 09:24:52 +00:00
06kellyjac
797a3421cd kube3d: 3.1.4 -> 3.1.5 2020-10-26 09:24:51 +00:00
06kellyjac
ba708de881 kube3d: 3.1.3 -> 3.1.4 2020-10-26 09:24:51 +00:00
06kellyjac
56de136664 kube3d: 3.1.2 -> 3.1.3 2020-10-26 09:24:51 +00:00
06kellyjac
f28030496d kube3d: 3.1.1 -> 3.1.2 2020-10-26 09:24:51 +00:00
06kellyjac
caaca24a57 kube3d: 3.1.0 -> 3.1.1 2020-10-26 09:24:51 +00:00
06kellyjac
31ae30a932 kube3d: 3.0.2 -> 3.1.0
Also bumped k3sVersion
2020-10-26 09:24:51 +00:00
06kellyjac
4c812da8e5 kube3d: add completion for fish
fish completion was added in 3.0.2
https://github.com/rancher/k3d/releases/tag/v3.0.2
2020-10-26 09:24:51 +00:00
Euan Kemp
7661b55417 k3s: add modprobe to k3s's PATH
Otherwise we get warnings like 'level=warning msg="failed to start
br_netfilter module"' in k3s's logs.

Adding modprobe to k3s's PATH fixes the warning at least. I'm not
certain if it fixes any real issue or not.
2020-10-26 01:40:36 -07:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Vincent Laporte
a2b7bad6c8 ocamlPackages.google-drive-ocamlfuse: 0.7.21 → 0.7.22 2020-10-26 06:09:43 +01:00
AndersonTorres
fefda2dd98 bombono: update expression
- New github page
- Update license
- Update homepage
2020-10-26 01:20:50 -03:00
AndersonTorres
af299d2891 sakura: 3.7.0 -> 3.7.1 2020-10-26 01:13:47 -03:00
Jason O'Conal
aeb6d3edab idea: 2020.2.2 -> 2020.2.3 2020-10-26 14:25:34 +10:30
AndersonTorres
846266d9af corectrl: init at 1.1.1 2020-10-25 23:11:40 -03:00
R. RyanTM
5ef636ef93 opustags: 1.3.0 -> 1.4.0 2020-10-26 01:39:23 +00:00
R. RyanTM
d26ac92618 opentx: 2.3.9 -> 2.3.10 2020-10-26 01:23:54 +00:00
R. RyanTM
250757970b openhantek6022: 3.1.2 -> 3.1.3 2020-10-26 00:37:51 +00:00
Mario Rodas
5eb0f34a60
Merge pull request #101705 from r-ryantm/auto-update/ncspot
ncspot: 0.2.2 -> 0.2.3
2020-10-25 19:26:52 -05:00
R. RyanTM
cf74b2f737 obsidian: 0.9.1 -> 0.9.4 2020-10-25 23:49:23 +00:00
R. RyanTM
1f89f78553 obs-studio: 26.0.0 -> 26.0.2 2020-10-25 23:40:03 +00:00
R. RyanTM
c3097f46c4 nwg-launchers: 0.3.3 -> 0.4.0 2020-10-25 23:26:07 +00:00
R. RyanTM
e2b73e55d4 ncspot: 0.2.2 -> 0.2.3 2020-10-25 22:52:34 +00:00
Jan Tojnar
3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01:00
Ryan Mulligan
b6dde82536
Merge pull request #101693 from r-ryantm/auto-update/minikube
minikube: 1.14.0 -> 1.14.1
2020-10-25 15:21:06 -07:00
Christian Kampka
b42b8c1396
kops_1_18: 1.18.1 -> 1.18.2 (#101692) 2020-10-25 22:13:15 +00:00
Jan Tojnar
30da0b7bb4
Merge pull request #101674 from frlan/Update/Geany/1.37.0
geany: 1.36.0 -> 1.37.0
2020-10-25 22:59:41 +01:00
R. RyanTM
dab7064970 minikube: 1.14.0 -> 1.14.1 2020-10-25 21:18:39 +00:00
Peter Simons
40bc6c8dad
Merge pull request #100393 from matthiasbeyer/update-r
R: 4.0.2 -> 4.0.3
2020-10-25 21:57:03 +01:00
Frank Lanitz
b1b7551cb0 geany: 1.36.0 -> 1.37.0 2020-10-25 19:56:55 +01:00
Nikolay Korotkiy
d2a28d3b38 xournalpp: 1.0.18 -> 1.0.19 2020-10-25 19:34:20 +01:00
Maximilian Bosch
2543fb203b
Merge pull request #101640 from erictapen/tor-browser-bundle-bin-10.0.2
tor-browser-bundle-bin: 10.0.1 -> 10.0.2
2020-10-25 19:27:57 +01:00
Maxwell L-T
ab0faef05f mullvad-vpn: 2020.5 -> 2020.6 2020-10-25 13:23:50 -04:00
R. RyanTM
74ae6e1209 helmfile: 0.131.0 -> 0.132.1 2020-10-25 15:38:58 +00:00
Lucas Ransan
ce383a1985 ssh-chat: 1.9 -> 1.10 2020-10-25 11:12:39 -04:00
R. RyanTM
11eb8167b1 gomuks: 0.2.0 -> 0.2.1 2020-10-25 15:03:21 +00:00
Martin Weinelt
923ceda526
Merge pull request #101639 from Luflosi/glances-add-py-cpuinfo
glances: add py-cpuinfo dependency
2020-10-25 15:03:44 +01:00
Lucas Ransan
2436e41916 rofi-calc: 1.8 -> 1.9 2020-10-25 14:31:57 +01:00
R. RyanTM
f006f30cb4 picard: 2.4.4 -> 2.5 2020-10-25 14:00:02 +01:00
R. RyanTM
5737e856f9 urh: 2.8.8 -> 2.8.9 2020-10-25 13:59:26 +01:00
Frederik Rietdijk
89a60382e4 Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/

This reverts commit af8a48c3c1.
2020-10-25 13:55:44 +01:00
Ryan Mulligan
a4795e27b6
Merge pull request #101613 from r-ryantm/auto-update/fava
fava: 1.15 -> 1.16
2020-10-25 05:43:04 -07:00
Justin Humm
03d85e8aac
tor-browser-bundle-bin: 10.0.1 -> 10.0.2 2020-10-25 12:00:15 +01:00
georgewhewell
53c52f1a45 kodi: remove jre override, use headless 2020-10-25 10:52:45 +01:00
nek0
a14611b941 krita: 4.3.0 -> 4.4.0 2020-10-25 10:47:43 +01:00
Luflosi
b3053385e5
glances: add py-cpuinfo dependency
This enables the Quicklook CPU info module.
2020-10-25 10:45:20 +01:00
Jon Banafato
bc5cf003aa keepassxc: 2.6.1 -> 2.6.2
KeePassXC has a new release. [Changelog](https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.2)
2020-10-25 10:38:30 +01:00
Frederik Rietdijk
cb6357d2b1
Merge pull request #100965 from r-ryantm/auto-update/helmsman
helmsman: 3.4.4 -> 3.4.6
2020-10-25 09:50:32 +01:00
R. RyanTM
2e5f96c7a4 heimer: 1.19.0 -> 1.20.0 2020-10-25 09:47:51 +01:00
Vladimír Čunát
2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
R. RyanTM
3302edd92f j4-dmenu-desktop: 2.17 -> 2.18 2020-10-25 09:46:05 +01:00
R. RyanTM
297cb34d46 kanboard: 1.2.15 -> 1.2.16 2020-10-25 09:45:48 +01:00
R. RyanTM
aa09c8014b asunder: 2.9.6 -> 2.9.7 2020-10-25 09:44:36 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
R. RyanTM
4614342aae xmrig-proxy: 5.11.0 -> 6.3.0 2020-10-25 09:41:09 +01:00
R. RyanTM
6a42a70023 open-vm-tools: 11.1.0 -> 11.1.5 2020-10-25 09:39:40 +01:00
Vladimír Čunát
17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
bqv
be17edc6f6 pkgs.nyxt: init at 2020-10-23 2020-10-25 08:56:12 +01:00
lewo
68f03380b2
Merge pull request #101393 from 06kellyjac/tekton-cli_0.13.1
tektoncd-cli: 0.13.0 -> 0.13.1
2020-10-25 08:07:46 +01:00
Jörg Thalheim
2f31499703
Merge pull request #101611 from stigtsp/package/firefox-bin-82.0
firefox-bin: 81.0.2 -> 82.0
2020-10-25 07:32:30 +01:00
Jörg Thalheim
c8bccb080b
Merge pull request #101624 from taku0/fix_update_nix_for_82
firefox-bin: fix update.nix freezing
2020-10-25 07:31:49 +01:00
taku0
4eacc3784f firefox-bin: fix update.nix freezing
https://github.com/NixOS/nixpkgs/pull/98338#issuecomment-716070078
2020-10-25 13:48:42 +09:00
Mario Rodas
0b2d320f39 rclone: 1.53.1 -> 1.53.2 2020-10-25 04:20:00 +00:00
Benjamin Hipple
64a620f8d3
Merge pull request #101418 from arcnmx/terraform-providers-github
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-24 23:10:13 -04:00
R. RyanTM
5e09575e03 fava: 1.15 -> 1.16 2020-10-25 00:37:40 +00:00
Stig Palmquist
728b984d57
firefox-bin: 81.0.2 -> 82.0 2020-10-25 01:22:03 +02:00
Andreas Rammhold
250fb4611f
Merge pull request #100456 from maralorn/boolToString
treewide: De-inline uses of lib.boolToString
2020-10-25 00:45:11 +02:00
Lassulus
a020c1b591
Merge pull request #101536 from kmein/feature/opustags
opustags: init at 1.3.0
2020-10-24 23:39:16 +02:00
Ryan Mulligan
43ddf205c5
Merge pull request #101573 from r-ryantm/auto-update/dstask
dstask: 0.21 -> 0.22
2020-10-24 14:08:20 -07:00
Mario Rodas
da8c8a2d34
Merge pull request #100537 from wilsonehusin/sonobuoy-0.19
sonobuoy: 0.16.1 -> 0.19.1
2020-10-24 14:29:14 -05:00
Mario Rodas
002c634339
Merge pull request #101448 from 06kellyjac/terragrunt_0.25.5
terragrunt: 0.25.4 -> 0.25.5
2020-10-24 14:14:06 -05:00
Kierán Meinhardt
af0eab7a79 opustags: init at 1.3.0 2020-10-24 21:11:25 +02:00
Daniël de Kok
793a236e4c
Merge pull request #101483 from Flakebi/birdtray
birdtray: 1.8.1 -> 1.9.0
2020-10-24 20:42:28 +02:00
Michael Weiss
253c9cb0b8
tdesktop: 2.4.3 -> 2.4.4 2020-10-24 20:22:56 +02:00
Maximilian Bosch
12b7217fba
Merge pull request #101564 from jojosch/dbeaver-7.2.3
dbeaver: 7.2.2 -> 7.2.3
2020-10-24 18:19:08 +02:00
R. RyanTM
76a15c71b6 dstask: 0.21 -> 0.22 2020-10-24 16:13:30 +00:00
Michael Weiss
26dbf31f49
Merge pull request #101555 from meutraa/update/android-studio-canary
androidStudioPackages.{canary,dev}: 4.2.0.13 -> 4.2.0.14
2020-10-24 18:06:17 +02:00
Johannes Schleifenbaum
3d3e792965
dbeaver: 7.2.2 -> 7.2.3 2020-10-24 17:32:41 +02:00
StigP
7ecdf141d2
Merge pull request #98338 from Atemu/firefox-bin-update-fix
firefox-bin/update: fix
2020-10-24 14:42:01 +00:00
meutraa
eb7e78ee99
androidStudioPackages.{canary,dev}: 4.2.0.13 -> 4.2.0.14 2020-10-24 15:02:26 +01:00
Anderson Torres
db2c904c3c
Merge pull request #100294 from pniedzwiedzinski/amfora-desktop
amfora: Add desktop file
2020-10-24 08:50:44 -03:00
Anderson Torres
2dfad07d44
Merge pull request #99494 from jb55/barrier_2_3_3
barrier: 2.3.2 -> 2.3.3
2020-10-24 08:49:29 -03:00
TredwellGit
2bb011032c
chromium: use official build settings (#101467)
LLD: https://lld.llvm.org/
When you link a large program on a multicore machine, you can expect that LLD runs more than twice as fast as the GNU gold linker. Your mileage may vary, though.
Link-time optimization (LTO) is supported by default.
Some default settings have been tuned for the 21st century. For example, the stack is marked as non-executable by default to tighten security.

LTO & ThinLTO: https://clang.llvm.org/docs/ThinLTO.html
LTO (Link Time Optimization) achieves better runtime performance through whole-program analysis and cross-module optimization. However, monolithic LTO implements this by merging all input into a single module, which is not scalable in time or memory, and also prevents fast incremental compiles. ThinLTO is a new approach that is designed to scale like a non-LTO build, while retaining most of the performance achievement of full LTO.

PGO: https://llvm.org/docs/HowToBuildWithPGO.html https://blog.chromium.org/2020/08/chrome-just-got-faster-with-profile.html
Allows your compiler to better optimize code for how it actually runs. Users report that applying this to Clang and LLVM can decrease overall compile time by 20%.
Because PGO uses real usage scenarios that match the workflows of Chrome users around the world, the most common tasks get prioritized and made faster. Delivers up to 10% faster page loads.

CFI: https://clang.llvm.org/docs/ControlFlowIntegrity.html https://www.chromium.org/developers/testing/control-flow-integrity
Aborts the program upon detecting certain forms of undefined behavior that can potentially allow attackers to subvert the program’s control flow. These schemes have been optimized for performance, allowing developers to enable them in release builds.
By default, a program compiled with CFI will crash with SIGILL if it detects a CFI violation.

Additionally:
Use minizip instead of zlib. Chromium says zlib but actually uses minizip.
Remove old unused workarounds.
Make shell scripts POSIX compliant.
Update documentation URLs.
Prepare for using system libraries.
2020-10-24 12:27:40 +02:00
Vladimír Čunát
c0a646edd0
Merge #101380: thunderbird*: 78.3.2 -> 78.4.0 2020-10-24 09:16:36 +02:00
Jan Tojnar
bfd818e711
gnome-builder: 3.38.0 → 3.38.1 2020-10-24 06:00:37 +02:00
Ryan Burns
c58233a34a blugon: fix build on darwin 2020-10-23 18:06:36 -07:00
WORLDofPEACE
949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Niklas Hambüchen
38c52994a6 pitivi: 0.999 -> 2020.09.1 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
9ba3714f10 pitivi: Use gst-transcoder from gst-plugins-bad 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Jan Tojnar
4dd2437068
gnome-photos: use Tracker 3 2020-10-24 01:18:48 +02:00
Jan Tojnar
87e3d553cf
gnome-photos: 3.37.2 → 3.38.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.37/gnome-photos-3.37.91.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.37/gnome-photos-3.37.91.1.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-photos/3.38/gnome-photos-3.38.0.news
2020-10-24 01:18:48 +02:00
Jan Tojnar
6d94553dde
xmonad_log_applet: Mark as broken
libpanel-applet was removed in favour of libgnome-applet
2020-10-24 01:18:46 +02:00
Jan Tojnar
0e5492a72c
gramps: Do not use gnome3.gexiv2 alias 2020-10-24 01:18:46 +02:00
Jan Tojnar
f0584c52fe
pdf-quench: Switch to Python 3 2020-10-24 01:18:45 +02:00
Jan Tojnar
330ac8b3dc
syncthing-gtk: mark as broken
It does not seem to support Python 3 and pygobject no longer supports Python 2.

https://github.com/kozec/syncthing-gtk/issues/487
2020-10-24 01:18:44 +02:00
Jan Tojnar
2c7d0b5362
gnome-latex: 3.36.0 → 3.38.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.37/gnome-latex-3.37.1.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.37/gnome-latex-3.37.2.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.38/gnome-latex-3.38.0.news
2020-10-24 01:17:52 +02:00
Atemu
4704cec55b
fractal: use libhandy_0 2020-10-24 01:17:52 +02:00
Atemu
edbad936cf
newsflash: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
9d8c238b5c
calls: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
50047bf4ec
deja-dup: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
58e08f2407
shortwave: use libhandy_0 2020-10-24 01:17:50 +02:00
Atemu
703a72f4d3
gnome-podcasts: use libhandy_0 2020-10-24 01:17:50 +02:00
Atemu
8cfb2ead47
contrast: use libhandy_0 2020-10-24 01:17:50 +02:00
Jan Tojnar
b2ff709179
meld: Fix build on Darwin
Meld’s post install script requires gtk-update-icon-cache program on PATH.
Because Meld is a Python app, it uses strictDeps so we need to explicitly
add the program to nativeBuildInputs.

For some reason, Linux version has the program available, though,
which hides the missing dependency. Perhaps it is propagated by something
but I do not know how to determine it.
2020-10-24 01:17:26 +02:00
WORLDofPEACE
13dfd7464e
freerdp: build tweaks
* use latest ffmpeg_4
* add libjpeg_turbo support
* add cairo support
* add ffmpeg vaapi support
2020-10-24 01:17:03 +02:00
WORLDofPEACE
f0712e782c
gnome-builder: 3.36.1 -> 3.38.0
https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/3.38.0/NEWS
2020-10-24 01:15:50 +02:00
WORLDofPEACE
7186dd6a01
gnome3.gnome-photos: use tracker_2 2020-10-24 01:15:49 +02:00
Piotr Bogdan
0bfec2ed81
gnome-usage: 3.33.2 -> 3.38.0
* add libhandy

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:08 +02:00
Piotr Bogdan
8ddf4e9bc2
orca: 3.36.5 -> 3.38.0
https://gitlab.gnome.org/GNOME/orca/-/blob/ORCA_3_38_0/NEWS
2020-10-24 01:15:00 +02:00
Piotr Bogdan
4d173cf1a7
gnome3.gnome-photos: 3.34.2 -> 3.37.2
https://gitlab.gnome.org/GNOME/gnome-photos/-/blob/3.37.2/NEWS
2020-10-24 01:14:58 +02:00
Jan Tojnar
8317c630af
Merge branch 'staging-next' into staging 2020-10-24 01:10:37 +02:00
Jan Tojnar
c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
Andreas Rammhold
582f622f6c
Merge pull request #101481 from makefu/pkgs/cozy/0.7.2
cozy-audiobooks: 0.6.7 -> 0.7.2
2020-10-23 23:59:44 +02:00
Andreas Rammhold
b0f9c2b4e1
Merge pull request #101498 from TredwellGit/mumble
mumble: 1.3.2 -> 1.3.3 (security)
2020-10-23 23:26:41 +02:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
TredwellGit
1bc72b3494 mumble: 1.3.2 -> 1.3.3
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
2020-10-23 20:35:27 +00:00
Kevin Cox
7eddff6821
Merge pull request #99931 from sikmir/cudatext
cudatext: 1.111.0 -> 1.115.0
2020-10-23 15:23:25 -04:00
Michael Weiss
de32261d9f
git: 2.29.0 -> 2.29.1 (#101488) 2020-10-23 20:55:30 +02:00
Magicloud
e416dc89a1 virtualbox: 6.1.14 -> 6.1.16
6.1.16 is the latest release of Virtualbox. And it is necessary to have it when using Linux 5.9 kernel.
2020-10-24 02:53:08 +08:00
Flakebi
8995b667c3
birdtray: 1.8.1 -> 1.9.0 2020-10-23 20:09:46 +02:00
makefu
fabf544001
cozy-audiobooks: 0.6.7 -> 0.7.2 2020-10-23 20:02:44 +02:00
Michael Weiss
7c76eafdb7
chromiumDev: Mark as broken for now 2020-10-23 19:47:43 +02:00
Nikolay Korotkiy
a2472ebfb1
geogebra: 5-0-593-0 -> 5-0-609-0, geogebra6: 6-0-600-0 -> 6-0-609-0 2020-10-23 19:25:11 +03:00
Graham Christensen
4770d412c9
Merge pull request #101470 from endocrimes/dani/bump-p4
p4: 2020.1.1991450 -> 2020.1.2007551
2020-10-23 12:17:10 -04:00
Michael Weiss
50a2f50acb
chromiumDev: 88.0.4292.2 -> 88.0.4298.4
This should also fix VA-API for chromiumBeta (though that part needs
some cleanup). However, chromiumDev likely still fails due to the
absence of dirmd (not included in the tarball so far, we might have to
package and add it as a dependency).
2020-10-23 17:49:46 +02:00
Kevin Cox
6cbef452b0
Merge pull request #100685 from buckley310/brave
brave: 1.12.112 -> 1.15.76
2020-10-23 11:31:55 -04:00
Danielle Lancashire
b197c7fb48 p4: 2020.1.1991450 -> 2020.1.2007551
The download URL hasn't changed, but the sha256 and user facing download
version has. See [perforce downloads][p4-download].

[p4-download]: https://www.perforce.com/downloads/helix-command-line-client-p4
2020-10-23 16:24:13 +02:00
Sandro Jäckel
e44cc1404b docker: use upstream repo for containerd
http://github.com/docker/containerd is archived and redirects to
https://github.com/docker-archive/containerd.

To make updates easier track the upstream repo which Docker uses.
2020-10-24 00:12:06 +10:00
Doron Behar
919df81df1 yed: wrap With wrapGAppsHook - fixes #101135
Use preFixup to setup the wrapper properly, without double wrapping.
2020-10-23 14:45:25 +03:00
Michael Weiss
b36db49ae7
chromium: Add some brief documentation
Wanted to do this for a long time to collect important knowledge and
make it easier to pass maintainership.
Only time will tell if this'll be useful or become outdated instead.
2020-10-23 11:39:05 +02:00
06kellyjac
10c152cb58 terragrunt: 0.25.4 -> 0.25.5 2020-10-23 09:50:15 +01:00
06kellyjac
268f5110f6 terragrunt: add jk as a maintainer
Add jk (myself) as a maintainer for terragrunt
2020-10-23 09:49:41 +01:00
06kellyjac
200bf0a3af terragrunt: clean and sort arguments
lib was already imported so no need for stdenv.lib
sorted arguments into order of use
2020-10-23 09:48:39 +01:00
Vincent Laporte
2cb651ad14 cryptoverif: 2.01pl1 → 2.03pl1 2020-10-23 10:20:09 +02:00
Sandro Jäckel
863ae4a768
gitlab-triage: init at 1.13.0 2020-10-23 09:37:39 +02:00
Andreas Rammhold
e7a4b3df43
Merge pull request #101434 from andir/firefox-disable-lto
firefox: disable LTO by default due to segfaults with wayland
2020-10-23 03:58:12 +02:00
Sean Buckley
61e2d90486 brave: 1.12.112 -> 1.15.76 2020-10-22 21:05:20 -04:00
Ryan Mulligan
ff23aaed3a
Merge pull request #101299 from r-ryantm/auto-update/argo
argo: 2.11.5 -> 2.11.6
2020-10-22 18:04:48 -07:00
Andreas Rammhold
bca15c82d8 firefox: disable LTO by default due to segfaults with wayland
As discussed in #101429 firefox 82 started crashing when used with
wayland. A brief investigation showed that this appears to be rooted
within the LTO support that was recently added to the package. For the
time being, until someone figures out where the crashes are coming from,
we can just disable LTO.
2020-10-23 02:51:46 +02:00
Martin Weinelt
924e5f5cba
Merge pull request #101338 from r-ryantm/auto-update/cantata
cantata: 2.4.1 -> 2.4.2
2020-10-23 02:15:57 +02:00
Anderson Torres
253fb7648c
Merge pull request #101244 from zaninime/nanovna-saver
nanovna-saver: init at 0.3.7
2020-10-22 20:42:56 -03:00
Niklas Hambüchen
e186f0e161 pitivi: Fix .svg loading at startup, see #56943 #89691 2020-10-23 01:26:32 +02:00
arcnmx
c603dae70d terraform-providers.github: 2.8.0 -> 3.1.0 2020-10-22 14:47:16 -07:00
Jan Tojnar
3e01d383ee
Merge branch 'staging-next' into staging 2020-10-22 21:20:32 +02:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Jan Tojnar
78ff7e0a7a
Merge pull request #101398 from nh2/pitivi-fix-startup-svg-error
pitivi: Fix .svg loading at startup, see #56943 #89691
2020-10-22 20:47:49 +02:00
Martin Weinelt
0179259408
Merge pull request #101381 from SuperSandro2000/gitstatus-1.3.1
gitstatus: 1.3.0 -> 1.3.1, zsh-powerlevel10k: 1.12.0 -> 1.13.0
2020-10-22 19:59:47 +02:00
arcnmx
f7cf7ed51d terraform-providers.time: init at 0.6.0 2020-10-22 10:59:46 -07:00
Niklas Hambüchen
4bf0061d28 pitivi: Fix .svg loading at startup, see #56943 #89691 2020-10-22 18:36:53 +02:00
06kellyjac
a7c1563b03 tektoncd-cli: 0.13.0 -> 0.13.1 2020-10-22 16:55:29 +01:00
Anderson Torres
02e4a0e65f
Merge pull request #95320 from mstrangfeld/tektoncd-cli
tektoncd-cli: init at 0.13.0
2020-10-22 12:15:38 -03:00
Marek Mahut
67496d2bb5
Merge pull request #101375 from 1000101/terraform-providers_vultr
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 16:55:40 +02:00
Mario Rodas
77fd054bc2
Merge pull request #101313 from marsam/update-terraform_0_13
terraform_0_13: 0.13.4 -> 0.13.5
2020-10-22 09:37:44 -05:00
Francesco Zanini
2a54c4f950 nanovna-saver: init at 0.3.7 2020-10-22 16:23:13 +02:00
Sandro Jäckel
0ec595f0eb
gitstatus: 1.3.0 -> 1.3.1 2020-10-22 15:51:11 +02:00
taku0
a1ad05b45c thunderbird-bin: 78.3.2 -> 78.4.0 2020-10-22 22:41:21 +09:00
1000101
f5a852941e terraform-providers: vultr 1.3.0 -> 1.4.1 2020-10-22 15:37:33 +02:00
Doron Behar
5f7a159538
Merge pull request #101346 from r-ryantm/auto-update/CopyQ
copyq: 3.12.0 -> 3.13.0
2020-10-22 15:57:25 +03:00
Michael Raskin
bb7e76bebb
alpine: 2.23 -> 2.24 (#101318) 2020-10-22 12:56:04 +00:00
Doron Behar
e97848c10a
Merge pull request #101340 from r-ryantm/auto-update/calcurse
calcurse: 4.6.0 -> 4.7.0
2020-10-22 15:55:39 +03:00
Michael Weiss
d8cbc9d331
signal-desktop: 1.37.1 -> 1.37.2 2020-10-22 13:36:12 +02:00
GuangTao
f5a8ea23bd
polar-bookshelf: 1.13.10 -> 2.0.42
* polar-bookshelf: 1.13.10 -> 2.0.42

* Update pkgs/applications/misc/polar-bookshelf/default.nix

Co-authored-by: Zak B. Elep <zakame@zakame.net>
2020-10-22 13:35:35 +02:00
Vladimir Serov
2ee31417c9
super-slicer: 2.2.54.0 -> 2.2.54.1 2020-10-22 13:26:11 +03:00
R. RyanTM
ee0e15a8fc copyq: 3.12.0 -> 3.13.0 2020-10-22 09:51:53 +00:00
Michael Weiss
10b4fe1022
Merge pull request #101306 from TredwellGit/chromium
chromium: 86.0.4240.75 -> 86.0.4240.111
2020-10-22 11:47:35 +02:00
Lancelot SIX
ec6f9e1c83
Merge pull request #101193 from bachp/skypeforlinux-8.65.0.78
skypeforlinux: 8.64.0.81 -> 8.65.0.78
2020-10-22 10:30:36 +01:00
Eelco Dolstra
357a62df6c
Merge pull request #101272 from edolstra/fix-kdeconnect
Fix kdeconnect
2020-10-22 11:18:38 +02:00
R. RyanTM
8f778f861c calcurse: 4.6.0 -> 4.7.0 2020-10-22 09:18:32 +00:00
R. RyanTM
28d1a9f6a9 cantata: 2.4.1 -> 2.4.2 2020-10-22 09:08:31 +00:00
Maximilian Bosch
d976433296
element-desktop: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-desktop/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Maximilian Bosch
96f29b90a1
element-web: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-web/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Marek Mahut
c177135cb2
Merge pull request #101298 from r-ryantm/auto-update/bitcoin-unlimited
bitcoin-unlimited: 1.8.0.0 -> 1.9.0.1
2020-10-22 09:23:57 +02:00
R. RyanTM
693bd2565b alpine: 2.23 -> 2.24 2020-10-22 03:04:18 +00:00
Mario Rodas
916401a2f7
Merge pull request #101253 from eyJhb/bitlbeefb
bitlbee-facebook: 1.2.0 -> 1.2.1
2020-10-21 20:35:39 -05:00
TredwellGit
7dc2d9f819 chromium: 86.0.4240.75 -> 86.0.4240.111
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop_20.html

CVE-2020-16000 CVE-2020-16001 CVE-2020-16002 CVE-2020-15999 CVE-2020-16003
2020-10-22 00:38:17 +00:00
R. RyanTM
cc10193222 argo: 2.11.5 -> 2.11.6 2020-10-21 23:41:45 +00:00
Mario Rodas
8b636137c2 terraform_0_13: 0.13.4 -> 0.13.5
https://github.com/hashicorp/terraform/releases/tag/v0.13.5
2020-10-21 18:00:00 -05:00
R. RyanTM
6ba8459ccb bitcoin-unlimited: 1.8.0.0 -> 1.9.0.1 2020-10-21 22:52:26 +00:00
Eelco Dolstra
42bf61811b kdeconnect: 20.08.1 -> 20.08.2
Fixes an invalid MIME type.
2020-10-21 20:39:37 +02:00
taku0
fb252b8932 thunderbird: 78.3.2 -> 78.4.0 2020-10-22 03:38:00 +09:00
Daiderd Jordan
bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Lassulus
46fac2ff10
Merge pull request #99538 from vividn/patch-1
qtile: add missing python package dependencies
2020-10-21 16:06:59 +02:00
Josh Holland
802e9ea3a6 open-vm-tools: fix build w/glibc-2.32 2020-10-21 14:21:49 +01:00
eyjhb
324ea5b54e
bitlbee-facebook: 1.2.0 -> 1.2.1 2020-10-21 15:21:14 +02:00
Vladimír Čunát
90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
Théo Zimmermann
5d0e2dedd5 coq: propagate and install ocaml and findlib
Fix #34657.
2020-10-21 11:07:02 +02:00
Gabriel Ebner
9085a724fd
Merge pull request #101238 from lovesegfault/octoprint-misc 2020-10-21 10:46:27 +02:00
Marek Mahut
8b02768dd2
Merge pull request #101191 from RaghavSood/polkadot/0.8.25
polkadot: 0.8.24 -> 0.8.25
2020-10-21 10:35:34 +02:00
Timo Kaufmann
ea0abe99d8
Merge pull request #100374 from berbiche/wayst
wayst: init at 2020-10-12
2020-10-21 09:56:52 +02:00
markuskowa
4eb5b1285c
Merge pull request #101065 from markuskowa/fix-molcas
openmolcas: 19.11 -> 20.10
2020-10-21 09:37:28 +02:00
Bernardo Meurer
d6a1aff820
octoprint.python.pkgs.bedlevelvisualizer: init at 0.1.15 2020-10-21 00:24:52 -07:00
Bernardo Meurer
f66c7667e3
octoprint.python.pkgs.themeify: init at 1.2.2 2020-10-21 00:00:46 -07:00
Bernardo Meurer
ea33f3dab8
octoprint: sort plugins 2020-10-20 23:56:39 -07:00
Bernardo Meurer
f2e31a9921
octoprint.python.pkgs.octoprint-dashboard: 1.15.1 -> 1.15.2 2020-10-20 23:53:28 -07:00
Bernardo Meurer
f706072579
octoprint.python.pkgs.simpleemergencystop: 0.2.5 -> 1.0.3 2020-10-20 23:52:09 -07:00
Bernardo Meurer
f51bd15d67
octoprint.python.pkgs.gcodeeditor: 0.2.6 -> 0.2.9 2020-10-20 23:50:49 -07:00
Bernardo Meurer
b9df9c7454
octoprint.python.pkgs.abl-expert: 2019-12-21 -> 0.6 2020-10-20 23:49:29 -07:00
Bernardo Meurer
48f69d45dd
octoprint.python.pkgs.printtimegenius: 2.2.1 -> 2.2.6 2020-10-20 23:47:16 -07:00
Bernardo Meurer
96a7a76e69
octoprint.python.pkgs.touchui: 0.3.14 -> 0.3.16 2020-10-20 23:44:53 -07:00
Bernardo Meurer
a2bdd1e70d
octoprint.python.pkgs.curaenginelegacy: 1.0.2 -> 1.1.1 2020-10-20 23:41:04 -07:00
Bernardo Meurer
e4cf0fdd42
octoprint.python.pkgs.titlestatus: 0.0.4 -> 0.0.5 2020-10-20 23:39:38 -07:00
Bernardo Meurer
a9c2caea4f
octoprint.python.pkgs.mqtt: 0.8.6 -> 0.8.7 2020-10-20 23:39:29 -07:00
Bernardo Meurer
76bbe9eb34
octoprint.python.pkgs.m33-fio: remove
It is incompatible with modern octoprints and has been abandoned by
upstream.
c.f. https://plugins.octoprint.org/plugins/m33fio/
2020-10-20 23:38:54 -07:00
Andrew Childs
722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Nicolas Berbiche
31cd7cfbd1 wayst: init at 2020-10-12 2020-10-20 19:20:36 -04:00
Andreas Rammhold
f6cd17269e
Merge pull request #49403 from andir/qemu_test_reduce_closure
qemu_test: disable features that are not needed for tests (closure 641 -> 335.3M)
2020-10-21 00:41:01 +02:00
Ryan Mulligan
7d9979ec1b
Merge pull request #100956 from r-ryantm/auto-update/gqrx
gqrx: 2.12.1 -> 2.13
2020-10-20 13:20:12 -07:00
Vladimír Čunát
65d6adcf3e
Merge #100713: chromium: build on all cores 2020-10-20 20:58:16 +02:00
Frederik Rietdijk
23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Samuel Dionne-Riel
49edde0905 rsync: Work around upstream cross-compilation issue
It should be fixed by the next release:

 * b7fab6f285

Already a part of the updates for 3.2.4

 * https://download.samba.org/pub/rsync/NEWS#3.2.4
2020-10-20 14:28:27 -04:00
Ryan Mulligan
72ac8255dc
Merge pull request #88921 from sikmir/keeweb
keeweb: init at 1.15.7
2020-10-20 10:44:55 -07:00
Anderson Torres
751d7c6c80
Merge pull request #100350 from vidbina/init-ghorg-v1.4.0
ghorg: init at 1.4.0
2020-10-20 14:44:39 -03:00
Andreas Rammhold
bd01776050
Merge pull request #101178 from andir/firefox-82
firefox: 81.0.2 -> 82, firefox-esr: 78.3.1esr -> 78.4.0esr
2020-10-20 19:27:49 +02:00
Doron Behar
0f3d40ef68
Merge pull request #84816 from FlorianFranzen/texmacs
texmacs: 1.99.11 -> 1.99.13
2020-10-20 20:17:26 +03:00
Pascal Bach
6ee7c68f94 skypeforlinux: 8.64.0.81 -> 8.65.0.78 2020-10-20 18:39:10 +02:00
Raghav Sood
6c5dc5e17e
polkadot: add RaghavSood as maintainer 2020-10-21 00:29:14 +08:00
Raghav Sood
7470fd9a5e
polkadot: 0.8.24 -> 0.8.25 2020-10-21 00:28:34 +08:00
Doron Behar
4d7925f642
Merge pull request #101141 from magnetophon/faust 2020-10-20 19:07:45 +03:00
midchildan
e2a3a02b9b
epgstation: 1.7.4 -> 1.7.5 2020-10-21 00:05:48 +09:00
Dmitry Kalinkin
a4a9957eda
Merge pull request #101090 from SuperSandro2000/asf-4.3.1.0
ArchiSteamFarm: 4.3.0.6 -> 4.3.1.0
2020-10-20 10:44:34 -04:00
Andreas Rammhold
6057ea490f firefox: 78.3.1esr -> 78.4.0esr 2020-10-20 16:29:09 +02:00
Andreas Rammhold
ae2f5cccbb firefox: 81.0.2 -> 82.0 2020-10-20 16:29:07 +02:00
Lucas Denefle
cba7a74806 gitAndTools.git-chglog: init at 0.9.1 2020-10-20 15:26:35 +01:00
Andreas Rammhold
b6b09ac7ae
Merge pull request #99922 from S-NA/wip/firefox-lto
firefox: add ltoSupport and enable it by default
2020-10-20 16:23:35 +02:00
midchildan
323b47d96e
epgstation: add updateScript 2020-10-20 23:18:03 +09:00
JesusMtnez
fdc5b324d6
slack: 4.9.0 -> 4.10.3 2020-10-20 15:49:55 +02:00
Marek Mahut
8dd059e344
Merge pull request #98785 from andresilva/polkadot-0.8.24
polkadot: 0.2.17 -> 0.8.24
2020-10-20 15:20:50 +02:00
Marek Mahut
1e454e584e
Merge pull request #100733 from RaghavSood/ethereum/1.9.23
go-ethereum: 1.9.22 -> 1.9.23
2020-10-20 15:19:24 +02:00
Bart Brouns
5461c5f633 faust2jaqt: remove opencv2
It's marked broken and it seems it wasn't needed in here in the first place.
5e68d203f3
2020-10-20 14:02:30 +02:00
Bart Brouns
c5277d01c5 faust2jack: use opencv instead of opencv2
opencv2 is marked broken:
5e68d203f3

This reverts f68a0031bb
2020-10-20 14:02:20 +02:00
Matthieu Coudron
4c4c4874c4
neovim: add config to passthru (#101100)
first will register the config under the name init.vim which is more
appropriate for neovim.
Pass the generated config to passthru so that one can easily pass the
current config to a
raw/unwrapped neovim (helps with development).

For instance, home-manager can reference the config in $XDG_CONFIG_HOME/nvim/init.vim
without the need to wrap nvim with its config.
2020-10-20 12:26:39 +02:00
David Asabina
abb7f225ec ghorg: init at 1.4.0 2020-10-20 12:13:01 +02:00
Vladimír Čunát
176243b059
Merge #100808: thunderbird*: 78.3.2 -> 78.3.3 2020-10-20 07:52:52 +02:00
V
3835f35f2b uemacs: remove
This crashes with a buffer overflow upon running it. It has likely been
broken for some time. It has no maintainers. It is also unfree.
2020-10-20 03:27:03 +02:00
Tim Steinbach
6f2e9937af
git: 2.28.0 -> 2.29.0 2020-10-19 19:22:46 -04:00
Austin Seipp
fba7eaeb63
Merge pull request #100741 from arcz/btor2tools
btor2tools: enable unix platforms
2020-10-19 16:18:56 -05:00
Sandro Jäckel
f9f1691050
ArchiSteamFarm: 4.3.0.6 -> 4.3.1.0 2020-10-19 21:40:12 +02:00
Evan Stoll
154fa4d0e7 pythonPackages.hydrus: init at 413 2020-10-19 09:13:33 -07:00
Andreas Rammhold
2451796b49
qemu: make ncurses optional for the test runner
This shaves another 3MB off the closure size of QEMU.
2020-10-19 17:49:31 +02:00
Andreas Rammhold
e79eed4840
qemu: strip down the features for the test runner
This allows much faster VM-test based systemd testing as the closure of
qemu suddenly shrinks to reasonable sizes again.
2020-10-19 17:39:47 +02:00
Ryan Mulligan
bc1b00acde
Merge pull request #100996 from r-ryantm/auto-update/kibi
kibi: 0.2.0 -> 0.2.1
2020-10-19 05:40:09 -07:00
Markus Kowalewski
2eee4e4eac
openmolcas: 19.11 -> 20.10 2020-10-19 14:13:08 +02:00
Markus Kowalewski
8b02ff6b8e
openmolcas: fix build w.r.t. openblas
Fall out from switching openblas over to multiple outputs:
https://github.com/NixOS/nixpkgs/pull/98337
2020-10-19 14:00:48 +02:00
Michele Guerini Rocco
50ee62ae07
Merge pull request #100821 from markus1189/imv-backends
imv: enable LIBNSGIF and LIBJPEG backends
2020-10-19 13:41:20 +02:00
Sarah Brofeldt
902e0997c3
Merge pull request #101025 from johanot/kubernetes-1.19.3
kubernetes: 1.19.1 -> 1.19.3
2020-10-19 11:59:35 +02:00
Michael Raskin
0a2d2f9774
Merge pull request #101056 from teto/visidata
visidata: 1.5.2 -> 2.0.1
2020-10-19 09:29:12 +00:00
Michael Raskin
d4328e91bb
Merge pull request #101046 from omasanori/gfan-unbreak
gfan: fix build failures with cddlib v0.94l
2020-10-19 09:05:58 +00:00
Matthieu Coudron
b2bde30def visidata: 1.5.2 -> 2.0.1
also added way to open .pcap file.
2020-10-19 10:54:08 +02:00
Michele Guerini Rocco
856cdf5c46
Merge pull request #100819 from rnhmjoj/mkvtoolnix
mkvtoolnix: 50.0.0 -> 51.0.0
2020-10-19 07:55:56 +02:00
Mario Rodas
e725ae8704 gitAndTools.git-absorb: 0.6.4 -> 0.6.5 2020-10-19 04:20:00 +00:00
Masanori Ogino
096ef94717 gfan: fix build failures with cddlib v0.94l
It fixes https://github.com/NixOS/nixpkgs/issues/100622.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-19 10:29:01 +09:00
Ryan Mulligan
713c368291
Merge pull request #101001 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.5 -> 0.12.6
2020-10-18 16:29:21 -07:00
Justin Bedo
8a788b8587
singularity: 3.6.3 -> 3.6.4
Important security release addressing CVE-2020-15229.
2020-10-19 09:11:34 +11:00
Johan Thomsen
c1fa775058 kubernetes: 1.19.1 -> 1.19.3 2020-10-18 21:28:23 +02:00
Martin Weinelt
c3054b77d7
Merge pull request #93400 from ruuda/mopidy-local
mopidy-local: init at 3.1.1
2020-10-18 20:19:31 +02:00
Gabriel Ebner
6d22203168
Merge pull request #101010 from r-ryantm/auto-update/lean
lean: 3.19.0 -> 3.21.0
2020-10-18 20:10:42 +02:00
Ryan Mulligan
396f3407a2
Merge pull request #95717 from KAction/git-vanity-hash
git-vanity-hash: init at 2020-02-26
2020-10-18 10:56:51 -07:00
Ruud van Asseldonk
b82ca4d2e1 mopidy-local-sqlite: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
2020-10-18 19:33:55 +02:00
Ruud van Asseldonk
79a823ceae mopidy-local-images: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older plugins any more.
2020-10-18 19:32:55 +02:00
Ruud van Asseldonk
7565d00a7c mopidy-local: init at 3.1.1
Mopidy-Local is the successor to Mopidy-Local-SQLite and
Mopidy-Local-Images, which are already packaged. I had to make
gobject-introspection a propagated build input, otherwise
Mopidy-Local can't import Mopidy.
2020-10-18 19:31:07 +02:00
Mario Rodas
7e3cf7fc16
Merge pull request #100998 from r-ryantm/auto-update/kpt
kpt: 0.34.0 -> 0.35.0
2020-10-18 12:01:09 -05:00
R. RyanTM
855b84d8b0 lean: 3.19.0 -> 3.21.0 2020-10-18 17:00:15 +00:00
Marek Mahut
6d8373cbda
Merge pull request #100836 from RaghavSood/ledger-live/2.14.0
ledger-live-desktop: 2.9.0 -> 2.14.0
2020-10-18 18:36:33 +02:00
R. RyanTM
328a7c6aa0 kubeseal: 0.12.5 -> 0.12.6 2020-10-18 16:34:11 +00:00
Markus Hauck
1320526747 imv: enable LIBNSGIF and LIBJPEG backends 2020-10-18 18:26:41 +02:00
R. RyanTM
3065a71a58 kpt: 0.34.0 -> 0.35.0 2020-10-18 16:06:59 +00:00
R. RyanTM
500c8afa87 kibi: 0.2.0 -> 0.2.1 2020-10-18 15:54:34 +00:00
Gabriel Ebner
7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython 2020-10-18 16:28:57 +02:00
Mario Rodas
ef977423da
Merge pull request #100885 from r-ryantm/auto-update/cava
cava: 0.7.2 -> 0.7.3
2020-10-18 08:59:32 -05:00
Mario Rodas
6572e341fb
Merge pull request #100971 from r-ryantm/auto-update/hugo
hugo: 0.75.1 -> 0.76.5
2020-10-18 08:53:20 -05:00
Mario Rodas
d5b5057c24
Merge pull request #100900 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.6.1 -> 2020.10.0
2020-10-18 08:42:45 -05:00
José Romildo Malaquias
2f74428675
Merge pull request #100805 from danieldk/softmaker-unlock-again
softmaker-office: fix unlocking again
2020-10-18 10:35:38 -03:00
Mario Rodas
8c581aaebe
Merge pull request #100948 from r-ryantm/auto-update/go-jira
go-jira: 1.0.24 -> 1.0.27
2020-10-18 08:18:51 -05:00
Mario Rodas
166ea0f3dc
Merge pull request #100933 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.2 -> 1.21.0
2020-10-18 08:17:49 -05:00
Gabriel Ebner
1665d59ac3 freecadStable: remove
It depends on the insecure qtwebkit package.
2020-10-18 15:12:12 +02:00
Mario Rodas
e180569ba1
Merge pull request #100940 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.31 -> 1.36
2020-10-18 08:03:00 -05:00
Mario Rodas
e7a18af0d9
Merge pull request #100945 from r-ryantm/auto-update/gitoxide
gitoxide: 0.4.0 -> 0.4.3
2020-10-18 07:56:51 -05:00
R. RyanTM
a8d6b961d8 hugo: 0.75.1 -> 0.76.5 2020-10-18 12:52:08 +00:00
Mario Rodas
3454c5289b
Merge pull request #100963 from r-ryantm/auto-update/helmfile
helmfile: 0.130.1 -> 0.131.0
2020-10-18 07:49:30 -05:00
Marek Mahut
d32b01ea36
Merge pull request #100923 from r-ryantm/auto-update/ergo
ergo: 3.3.3 -> 3.3.4
2020-10-18 14:27:21 +02:00
Peter Hoeg
3694212f4d puddletag: fix wrapping 2020-10-18 20:26:50 +08:00
Gabriel Ebner
351f24fa03 freecad: 2020-09-25 -> 2020-10-17 2020-10-18 14:09:26 +02:00
Gabriel Ebner
5bc7030a25 freecad: add missing python module for addon manager 2020-10-18 14:08:28 +02:00
R. RyanTM
a25c9b6b43 helmsman: 3.4.4 -> 3.4.6 2020-10-18 12:00:42 +00:00
R. RyanTM
b116c54879 helmfile: 0.130.1 -> 0.131.0 2020-10-18 11:52:51 +00:00
R. RyanTM
90b1417a1d gqrx: 2.12.1 -> 2.13 2020-10-18 10:45:23 +00:00
R. RyanTM
0d68479eb7 go-jira: 1.0.24 -> 1.0.27 2020-10-18 09:42:57 +00:00
R. RyanTM
b1d5d5174f gitoxide: 0.4.0 -> 0.4.3 2020-10-18 09:21:55 +00:00
R. RyanTM
6392f5e308 ft2-clone: 1.31 -> 1.36 2020-10-18 08:30:03 +00:00
Vladimír Čunát
81b1356944
Merge #98415: wordnet: Fix darwin build 2020-10-18 10:07:04 +02:00
Peter Simons
265fc30a97
Merge pull request #99683 from jshcmpbll/issue-99681
obs-ndi: 4.7.1 -> 4.9.1
2020-10-18 10:03:59 +02:00
R. RyanTM
8c4c6a4b71 fluxctl: 1.20.2 -> 1.21.0 2020-10-18 07:14:08 +00:00
Daniël de Kok
6068afe0fd
Merge pull request #100916 from r-ryantm/auto-update/drawio
drawio: 13.7.3 -> 13.7.9
2020-10-18 08:08:40 +02:00
Joshua Campbell
c7bbc9b9f8 Update obs-ndi plugin to latest 2020-10-17 21:44:09 -07:00
R. RyanTM
0a39c42f52 ergo: 3.3.3 -> 3.3.4 2020-10-18 04:08:43 +00:00
R. RyanTM
2a98bddce5 drawio: 13.7.3 -> 13.7.9 2020-10-18 02:40:14 +00:00
Robert Scott
1315c20bf1
Merge pull request #100869 from r-burns/feh
feh: fix build on darwin
2020-10-18 01:44:22 +01:00
R. RyanTM
7573143201 cloudflared: 2020.6.1 -> 2020.10.0 2020-10-17 22:58:45 +00:00
Serg Nesterov
227ecf0b10
navi: 2.12.0 -> 2.12.1 2020-10-18 00:33:48 +03:00
R. RyanTM
7093561865 cava: 0.7.2 -> 0.7.3 2020-10-17 21:26:41 +00:00
Ryan Burns
942ad9a49a feh: fix build on darwin
Darwin doesn't support inotify, needed for autoreload
2020-10-17 12:44:35 -07:00
Florian Franzen
a30600a387 texmacs: 1.99.11 -> 1.99.13 2020-10-17 21:24:54 +02:00
StigP
1bae8e2b28
Merge pull request #100073 from devhell/update-msteams
teams: 1.3.00.16851 -> 1.3.00.25560
2020-10-17 19:08:04 +00:00
Mario Rodas
31a06eeaa0
Merge pull request #100843 from r-ryantm/auto-update/argo
argo: 2.10.1 -> 2.11.5
2020-10-17 13:16:45 -05:00
Doron Behar
1693d00562
Merge pull request #85456 from matthuszagh/kicad-libraries 2020-10-17 20:31:38 +03:00
Ryan Mulligan
ed8a50fa13
Merge pull request #100548 from r-ryantm/auto-update/MAVProxy
mavproxy: 1.8.19 -> 1.8.22
2020-10-17 10:28:18 -07:00
Matt Huszagh
9320c69ecb kicad: set default footprint, symbol library and package locations
Previously, these library locations were set absolutely. This
prevented overriding their locations with environment variables. Now,
setting the corresponding environment variable will override the
setting in the environment wrapper. For instance, I can set

KISYSMOD=/some/path/to/footprints

and this will be used as my footprint library instead of the default
footprint library in the nix store. This feature is particularly
useful for having kicad libraries which are writable.
2020-10-17 09:32:55 -07:00
R. RyanTM
a0a9e4d83d argo: 2.10.1 -> 2.11.5 2020-10-17 16:04:50 +00:00
Raghav Sood
85f9e7f722
ledger-live-desktop: Add RaghavSood as maintainer 2020-10-17 23:22:39 +08:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Raghav Sood
6df2ff3df8
ledger-live-desktop: 2.9.0 -> 2.14.0 2020-10-17 23:22:05 +08:00
Michele Guerini Rocco
54de950dee
Merge pull request #100815 from rnhmjoj/monero
monero: 0.17.0.1 -> 0.17.1.0
2020-10-17 15:14:24 +02:00
rnhmjoj
160c27413f
mkvtoolnix: 50.0.0 -> 51.0.0 2020-10-17 13:47:20 +02:00
rnhmjoj
101bb7814b
monero-gui: fix install path 2020-10-17 11:47:07 +02:00
rnhmjoj
9bf0008d68
monero-gui: 0.17.0.1 -> 0.17.1.0 2020-10-17 11:18:43 +02:00