Commit graph

48369 commits

Author SHA1 Message Date
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
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
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
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
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 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
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
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
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
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