Chua Hou
e334f12567
stork: 1.1.0 -> 1.2.0
2021-04-22 11:44:07 +08:00
Taeer Bar-Yam
897c8e6982
mpg123: fix cross-compile to windows
2021-04-21 22:27:18 -04:00
Sandro
d235056d6d
Merge pull request #119976 from sayanarijit/add/xplr
2021-04-22 04:08:21 +02:00
Sandro
6678c15b68
Merge pull request #120051 from Kranzes/master
...
nextcloud-client: 3.1.3 -> 3.2.0
2021-04-22 03:46:27 +02:00
Sandro
2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin
2021-04-22 03:27:36 +02:00
Sandro
5f83ab77e2
Merge pull request #120078 from 06kellyjac/waypoint
...
waypoint: 0.3.0 -> 0.3.1
2021-04-22 02:31:11 +02:00
Sandro
82fb7afabe
Merge pull request #120083 from lsix/qgis-3.16.6
...
qgis: 3.16.5 -> 3.16.6
2021-04-22 02:28:29 +02:00
github-actions[bot]
77694c34c6
Merge master into staging-next
2021-04-22 00:16:15 +00:00
Mauricio Collares
cd7cf5942b
singular: use older autoconf macro to unbreak aarch64
2021-04-22 09:01:30 +09:00
Mauricio Collares
aebef1703f
singular: import aarch64 support patch
2021-04-22 09:01:07 +09:00
Timo Kaufmann
ceaf48fdb2
singular: 4.1.1p2 -> 4.2.0p2
...
Adds proper tests. Also removes the "enableFactory" option because
singular actually enables factory by default and explicitly disabling it
breaks the build. So the option was never really available.
2021-04-22 09:01:07 +09:00
Mauricio Collares
cd215e793a
pynac: 0.7.26 -> 0.7.27
2021-04-22 09:01:07 +09:00
Mauricio Collares
79046fb4f8
gap: 4.10.2 -> 4.11.0
2021-04-22 09:01:07 +09:00
Mario Rodas
373ea9e2df
zeek: 4.0.0 -> 4.0.1
...
https://github.com/zeek/zeek/releases/tag/v4.0.1
2021-04-22 00:00:00 +00:00
Sandro
978aed377e
Merge pull request #120117 from FlorianFranzen/texmacs-1.99.19
...
texmacs: 1.99.18 -> 1.99.19
2021-04-22 01:54:29 +02:00
Martin Weinelt
6292be499b
Merge branch 'master' into staging-next
2021-04-22 00:54:14 +02:00
Florian Franzen
e967fbf6f7
texmacs: 1.99.18 -> 1.99.19
2021-04-21 23:40:23 +02:00
zowoq
bde376538e
podman: 3.1.1 -> 3.1.2
...
https://github.com/containers/podman/releases/tag/v3.1.2
2021-04-22 06:46:01 +10:00
Michael Weiss
3b1b544b8f
Merge pull request #120056 from primeos/chromium
...
chromium: 90.0.4430.72 -> 90.0.4430.85
2021-04-21 22:31:44 +02:00
github-actions[bot]
799ebbc91d
Merge master into staging-next
2021-04-21 18:13:29 +00:00
Lancelot SIX
689b77097e
qgis: 3.16.5 -> 3.16.6
2021-04-21 17:17:31 +01:00
FliegendeWurst
9c39fef460
tor-browser-bundle-bin: 10.0.15 -> 10.0.16
2021-04-21 18:13:24 +02:00
Dmitry Kalinkin
711dbe7dba
Merge pull request #119816 from midchildan/fix/nnn/darwin
...
nnn: don't make supported tools a requirement
2021-04-21 12:06:43 -04:00
06kellyjac
5fc6ad33af
waypoint: 0.3.0 -> 0.3.1
2021-04-21 16:50:17 +01:00
midchildan
f36aca9e82
nnn: don't make supported tools a requirement
...
Fixes #119728 .
2021-04-22 00:49:43 +09:00
Michael Weiss
a2dd59e0ff
chromium: 90.0.4430.72 -> 90.0.4430.85
...
https://chromereleases.googleblog.com/2021/04/stable-channel-update-for-desktop_20.html
This update includes 7 security fixes. Google is aware of reports that
exploits for CVE-2021-21224 exist in the wild.
CVEs:
CVE-2021-21222 CVE-2021-21223 CVE-2021-21224 CVE-2021-21225
CVE-2021-21226
2021-04-21 15:03:11 +02:00
Michael Weiss
951e888cbd
chromiumBeta: 90.0.4430.72 -> 90.0.4430.85
2021-04-21 15:01:05 +02:00
Michael Weiss
80f4cce6fa
chromiumDev: Fix the patch phase
2021-04-21 15:00:14 +02:00
Ilan Joselevich
7a89726eb0
nextcloud-client: 3.1.3 -> 3.2.0
2021-04-21 15:19:24 +03:00
github-actions[bot]
9b3e698b14
Merge master into staging-next
2021-04-21 12:06:23 +00:00
Matthieu Coudron
b3abdc9534
tests.vim: init (moved from vim-utils.nix) ( #119467 )
...
* tests.vim: init (moved from vim-utils.nix)
Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
source of bugs see linked issues (syntax on overrides vim highlights)
Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.
you can run the tests via
$ nix-build -A tests.vim
2021-04-21 12:55:05 +02:00
Sandro
d5a9186b2b
Merge pull request #120030 from euank/k3s-1.20.6
...
k3s: 1.20.5+k3s1 -> 1.20.6+k3s1
2021-04-21 10:37:59 +02:00
Jörg Thalheim
bd8d8462be
Merge pull request #120032 from LutzCle/zoom-5.6.3
...
zoom-us 5.6.13632.0328 -> 5.6.16775.0418
2021-04-21 09:36:07 +01:00
Clemens Lutz
50a7cb2cfb
zoom-us 5.6.13632.0328 -> 5.6.16775.0418
2021-04-21 09:21:23 +02:00
Jörg Thalheim
2a91855858
Merge pull request #120028 from jojosch/clarify-licenses
...
clarify GPL license of some of my packages
2021-04-21 08:15:02 +01:00
Jörg Thalheim
3bba0abca4
Merge pull request #119968 from lunik1/mpv-plugins-cleanup
...
mpvScripts: use stdenvNoCC and misc. cleanup
2021-04-21 08:12:06 +01:00
Euan Kemp
5cb6f477f4
k3s: 1.20.5+k3s1 -> 1.20.6+k3s1
...
Fixes CVE-2021-25735.
2021-04-21 00:07:08 -07:00
Johannes Schleifenbaum
433e28d7c8
jellyfin-media-player: clarify GPL license
2021-04-21 08:50:05 +02:00
Johannes Schleifenbaum
6c3ee279fb
jellyfin-mpv-shim: 1.10.4 -> 2.0.0
2021-04-21 08:34:25 +02:00
Sandro
59f840f3d5
Merge pull request #119055 from eduardosm/kicad
2021-04-21 06:28:21 +02:00
fortuneteller2k
b9e04c759e
polybar: remove unnecessary asserts
2021-04-21 12:16:34 +08:00
fortuneteller2k
20c9bed8b7
polybar: 3.5.2 -> 3.5.5
2021-04-21 12:14:10 +08:00
Sandro
05d326b9eb
Merge pull request #119852 from yanganto/himalaya-0.2.6
...
himalaya: init at 0.2.6
2021-04-21 06:06:24 +02:00
Arijit Basu
314da8ce3d
xplr: init at 0.5.4
2021-04-21 09:20:04 +05:30
Mario Rodas
8b2b6e4e11
Merge pull request #119682 from marsam/update-beluga
...
beluga: 2020-03-11 -> 1.0
2021-04-20 22:22:02 -05:00
Sandro
def594ee27
Merge pull request #119978 from SuperSandro2000/git-interactive-rebase-tool
...
git-interactive-rebase-tool: 2.0.0 -> 2.1.0
2021-04-21 05:10:17 +02:00
Sandro Jäckel
431db0eaad
git-interactive-rebase-tool: 2.0.0 -> 2.1.0
2021-04-21 03:12:11 +02:00
github-actions[bot]
99c7bab106
Merge master into staging-next
2021-04-21 00:15:20 +00:00
lunik1
ab70324469
mpvScritps.convert: mark as broken
...
See: #113202
2021-04-20 22:54:10 +01:00
zowoq
00fe267003
gh: 1.9.1 -> 1.9.2
...
https://github.com/cli/cli/releases/tag/v1.9.2
2021-04-21 07:13:02 +10:00
Sandro
e03850eef2
Merge pull request #119898 from lunik1/mpv-playlistmanager
2021-04-20 23:10:47 +02:00
Sascha Grunert
84471cd0aa
crun: 0.19 -> 0.19.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-21 06:04:53 +10:00
Jörg Thalheim
991390994a
Merge pull request #119905 from pmenke-de/clion-2021.1-patchelf
...
jetbrains.clion: add patchelf invocations for new binaries
2021-04-20 19:58:46 +01:00
SCOTT-HAMILTON
6a707e80e6
srt-live-server: init at 1.4.8 ( #119606 )
...
* srt-live-server: init at 1.4.8
* Update pkgs/applications/video/srt-live-server/default.nix
* Update pkgs/applications/video/srt-live-server/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-20 20:45:44 +02:00
Bryan Gardiner
41714bbcc8
featherpad: 0.10.0 -> 0.18.0 ( #119675 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-20 20:45:01 +02:00
github-actions[bot]
b08c9b444b
Merge master into staging-next
2021-04-20 18:13:16 +00:00
pmenke
d94d7c7714
jetbrains.clion: use lib.optionals instead of lib.optional
2021-04-20 20:07:33 +02:00
lunik1
eee5a74381
mpvScripts.convert: set license to unfree
...
The upstream gist has no license, to the license should be unfree
as per CONTRIBUTING.md
2021-04-20 18:58:09 +01:00
lunik1
9485531db9
mpvScripts.autoload: remove unused dependency on fetchurl
2021-04-20 18:54:41 +01:00
lunik1
b41e56b751
mpvScripts: use stdenvNoCC
...
mpv lua scripts do not require a C compiler
2021-04-20 18:38:09 +01:00
lunik1
388c01875c
mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021)
2021-04-20 18:11:19 +01:00
Sandro
2b34c2c17a
Merge pull request #119918 from eamsden/eamsden/brave-1.23.71
...
brave: 1.21.77 -> 1.23.71
2021-04-20 18:42:50 +02:00
Sandro
a1a2e89e45
Merge pull request #119925 from jojosch/jellyfin-media-player-1.4.1
...
jellyfin-media-player: 1.4.0 -> 1.4.1
2021-04-20 18:39:15 +02:00
Sandro
fecbe34a00
Merge pull request #119938 from 06kellyjac/kube3d
...
kube3d: 4.4.1 -> 4.4.2
2021-04-20 18:27:39 +02:00
Jörg Thalheim
a7a29f5ba0
jetbrains.clion: use libdbusmenu instead of alias
2021-04-20 15:18:44 +02:00
github-actions[bot]
960439e003
Merge master into staging-next
2021-04-20 12:06:46 +00:00
Vladimír Čunát
88bbec3a5e
Merge #119934 : thunderbird*: 78.9.1 -> 78.10.0 (security)
...
https://www.thunderbird.net/en-US/thunderbird/78.10.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2021-14/
2021-04-20 13:14:07 +02:00
06kellyjac
9d70d47a84
kube3d: 4.4.1 -> 4.4.2
...
exclude docgen as we dont use it and it is breaking the build
> main module (github.com/rancher/k3d/v4) does not contain package
github.com/rancher/k3d/v4/docgen
2021-04-20 11:11:45 +01:00
Jörg Thalheim
110a062a7b
jetbrains.clion: switch to autoPatchelfHook
2021-04-20 12:05:13 +02:00
Maximilian Bosch
7a908a0550
Merge pull request #119908 from DeeUnderscore/todoman-setuptools-scm
...
todoman: add setuptools-scm dependency
2021-04-20 11:09:03 +02:00
Maximilian Bosch
8389dcb67d
Merge pull request #119911 from jbedo/octopus
...
octopus: 0.7.1 -> 0.7.3
2021-04-20 10:58:42 +02:00
Johannes Schleifenbaum
366f49e4ef
jellyfin-media-player: 1.4.0 -> 1.4.1
2021-04-20 08:32:03 +02:00
github-actions[bot]
e605a07cc0
Merge master into staging-next
2021-04-20 06:06:25 +00:00
R. RyanTM
e062e1b7e3
shotcut: 21.02.27 -> 21.03.21
2021-04-19 23:22:41 -04:00
Antonio Yang
41f00c8918
himalaya: init at 0.2.6
...
- make shell completion optional
- specify security and libiconv for apple
2021-04-20 11:03:13 +08:00
R. RyanTM
44a83a3cb6
gmsh: 4.8.0 -> 4.8.1
2021-04-19 22:37:39 -04:00
Edward Amsden
20483e0c4c
brave: 1.21.77 -> 1.23.71
2021-04-19 21:23:24 -04:00
R. RyanTM
ec625a831c
ephemeral: 7.0.5 -> 7.1.0
2021-04-19 20:50:06 -04:00
Michael Hoang
79a88108f6
elementary-planner: 2.5.7 -> 2.6.9
2021-04-19 20:24:26 -04:00
Aaron Bieber
fbf668b702
glowing-bear: 0.7.2 -> 0.9.0
2021-04-19 20:20:18 -04:00
Justin Bedo
def7c82f88
octopus: 0.7.1 -> 0.7.3
2021-04-20 10:13:25 +10:00
Martin Weinelt
6b34489f81
Merge branch 'master' into staging-next
2021-04-20 02:06:07 +02:00
Martin Weinelt
fa03ffe475
Merge pull request #119867 from taku0/firefox-bin-88.0
...
firefox-bin: 87.0 -> 88.0
2021-04-20 01:50:16 +02:00
D Anzorge
57d549edde
todoman: add setuptools-scm dependency
2021-04-20 00:17:29 +02:00
pmenke
dd2c1dd5c8
jetbrains.clion: add patchelf invocations for new binaries
...
version 2021.1 of clion (introduced with 3839373
) has introduced additional clang related binaries which need patching.
clangd and clazy-standalone also need the provided libclazyPlugin.so on the rpath.
2021-04-19 23:36:55 +02:00
Anderson Torres
254b2000e9
Merge pull request #119851 from lsix/poke-1.2
...
poke: 1.1 -> 1.2
2021-04-19 18:24:46 -03:00
Lancelot SIX
f915ea70a6
poke: 1.1 -> 1.2
...
See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00003.html
for release information.
2021-04-19 22:03:37 +01:00
Anderson Torres
f4d89f28d7
Merge pull request #119858 from eduardosm/calibre
...
calibre: 5.13.0 -> 5.16.1
2021-04-19 17:31:15 -03:00
Eduardo Sánchez Muñoz
fc191f27fc
calibre: remove enableParallelBuilding = true
...
It is enabled by default.
2021-04-19 22:14:46 +02:00
Eduardo Sánchez Muñoz
7b8bd18a30
calibre: 5.13.0 -> 5.16.1
2021-04-19 22:14:46 +02:00
Bernardo Meurer
44fa00a5b8
Merge pull request #119862 from mweinelt/firefox
...
firefox: 87.0 -> 88.0; firefox-esr: 78.9.0esr -> 78.10.0esr
2021-04-19 19:33:42 +00:00
Sandro
0db38eae52
Merge pull request #118839 from ErinvanderVeen/myxer
2021-04-19 21:15:19 +02:00
Sandro
c92ca95afb
Merge pull request #119871 from legendofmiracles/master
...
giph: init at 1.1.1
2021-04-19 21:13:53 +02:00
Yurii Matsiuk
92f5c75e80
swaylock-effects: 1.6-2 -> 1.6-3 ( #119869 )
...
* swaylock-effects: 1.6-2 -> 1.6-3
* Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-19 21:09:33 +02:00
lewo
312d27c4ba
Merge pull request #119818 from nlewo/brscan
...
brscan4: 0.4.9-1 -> 0.4.10-1
2021-04-19 21:05:57 +02:00
Antoine Eiche
d8a256010a
brscan4: minor improvments
2021-04-19 21:01:56 +02:00
Sandro
6734491095
Merge pull request #110900 from obfusk/add-jiten
2021-04-19 20:41:42 +02:00
github-actions[bot]
6ef7c23763
Merge master into staging-next
2021-04-19 18:11:51 +00:00
legendofmiracles
3ee493146d
giph: init at 1.1.1
2021-04-19 19:39:42 +02:00
Sandro
5c69c99434
Merge pull request #119836 from sophrosyne97/master
2021-04-19 19:21:01 +02:00
toonn
2c94c8b3e2
bitlbee-facebook: 1.2.1 -> 1.2.2 ( #115285 )
2021-04-19 18:20:44 +02:00
midchildan
c3614f71a2
acd-cli: add darwin build
2021-04-20 00:51:51 +09:00
Sandro
4f286b947a
Merge pull request #119875 from Emantor/topic/subversion
...
subversion: remove extraBuildInputs
2021-04-19 17:47:29 +02:00
Rouven Czerwinski
d18df82226
subversion: remove extraBuildInputs
...
No longer required since all subversion versions now share the same
buildInputs.
2021-04-19 16:54:11 +02:00
sophrosyne97
f48fe5df44
dwmblocks: init at 1.0
2021-04-19 10:10:03 -04:00
taku0
e969f51893
thunderbird: 78.9.1 -> 78.10.0
2021-04-19 22:24:02 +09:00
taku0
638a6b012c
thunderbird-bin: 78.9.1 -> 78.10.0
2021-04-19 22:23:33 +09:00
Sebastian Graf
fa7004fd29
firefox: Remove SNAP_NAME=firefox
in wrapper
...
082ed38
introduced it to fix the profile-per-install policy of FF 67. But since
FF 69 (or 68?), there is `MOZ_LEGACY_PROFILES`, which we use since 87e2618
.
There is no reason for the `SNAP_NAME=firefox` workaround anymore.
Additionally, the combination of `SNAP_NAME=firefox` with
a large ~/.nix-profile/share in `XDG_DATA_DIRS` triggered
https://bugzilla.mozilla.org/show_bug.cgi?id=1569625 for me, so this really
fixes a bug in my configuration.
The only downside of this approach is that we lose support for running FF 67
(and possibly 68).
2021-04-19 14:33:19 +02:00
taku0
b6decc0490
firefox-bin: 87.0 -> 88.0
2021-04-19 21:12:25 +09:00
github-actions[bot]
965c8e08a5
Merge master into staging-next
2021-04-19 12:06:23 +00:00
Martin Weinelt
af13285fff
firefox-esr: 78.9.0esr -> 78.10.0esr
...
https://www.mozilla.org/en-US/firefox/78.10.0/releasenotes/
2021-04-19 13:58:29 +02:00
Martin Weinelt
8fe28fb308
firefox: 87.0 -> 88.0
...
https://www.mozilla.org/en-US/firefox/88.0/releasenotes/
2021-04-19 13:58:00 +02:00
Sumner Evans
80b600af29
sublime-music: 0.11.10 -> 0.11.11 ( #119204 )
2021-04-19 10:24:57 +02:00
Sandro
1f91e319e2
Merge pull request #119734 from LeSuisse/spice-vdagent-0.21.0
...
spice-vdagent: 0.20.0 -> 0.21.0
2021-04-19 10:22:19 +02:00
Johannes Schleifenbaum
0c8711865e
jellyfin-media-player: 1.3.1 -> 1.4.0
2021-04-19 08:40:06 +02:00
github-actions[bot]
36faabcd7c
Merge master into staging-next
2021-04-19 06:05:48 +00:00
Sandro
5b2aabc6ae
Merge pull request #119764 from danielfullmer/looking-glass-B3
...
looking-glass-client: B2 -> B3
2021-04-19 06:31:15 +02:00
Sandro
86da493497
Merge pull request #112883 from alyssais/weechat-matrix
...
weechatScripts.weechat-matrix: make patchable
2021-04-19 05:07:27 +02:00
Sandro
0f2e71aaed
Merge pull request #116474 from Stunkymonkey/octoprint-plugins
2021-04-19 04:55:33 +02:00
Sandro
2ac2ff3ddb
discord: remove unused input
2021-04-19 02:16:42 +02:00
github-actions[bot]
a28d31ed86
Merge master into staging-next
2021-04-19 00:15:22 +00:00
Sandro
347ddba6ab
Merge pull request #119826 from jojosch/dbeaver-21.0.3
...
dbeaver: 21.0.2 -> 21.0.3
2021-04-19 01:25:29 +02:00
Sandro
e19d3ff8f9
Merge pull request #119830 from oyren/portfolio-0.52
...
portfolio: 0.51.2 -> 0.52.0
2021-04-19 01:22:25 +02:00
Benjamin Asbach
9162925dc4
netbeans: Enable antialiasing for texts in NetBeans IDE ( #119817 )
2021-04-18 19:10:37 -04:00
Moritz Scheuren
1e0bf533d0
portfolio: 0.51.2 -> 0.52.0
2021-04-18 23:07:42 +02:00
Johannes Schleifenbaum
d9d0223b86
dbeaver: 21.0.2 -> 21.0.3
2021-04-18 21:32:13 +02:00
Sandro
8d2bdf2a94
Merge pull request #119821 from sternenseemann/foot-1.7.2
...
foot: 1.7.1 -> 1.7.2
2021-04-18 20:46:05 +02:00
sternenseemann
cb605fc83a
foot: 1.7.1 -> 1.7.2
...
https://codeberg.org/dnkl/foot/releases/tag/1.7.2
2021-04-18 20:26:30 +02:00
Jonathan Ringer
760b143880
discord: fix autoPatchelfHook not finding libXdamage.so.1
2021-04-18 11:12:38 -07:00
github-actions[bot]
b57b2b362c
Merge master into staging-next
2021-04-18 18:10:37 +00:00
lewo
528b3af306
Merge pull request #119500 from r-ryantm/auto-update/hydrogen
...
hydrogen: 1.0.1 -> 1.0.2
2021-04-18 20:00:57 +02:00
Antoine Eiche
acfb7cb31a
hydrogen: set license to gpl2Only
2021-04-18 19:57:12 +02:00
Antoine Eiche
f907aadb1d
brscan4: 0.4.9-1 -> 0.4.10-1
2021-04-18 19:49:18 +02:00
Sandro
67194df0d7
Merge pull request #119805 from catern/screenkey
...
screenkey: 1.2 -> 1.4
2021-04-18 19:34:04 +02:00
Sandro
6f7eb7db1a
Merge pull request #119781 from dotlambda/veracrypt-unfree
...
veracrypt: correct license
2021-04-18 19:32:50 +02:00
Spencer Baugh
60c97bacb6
screenkey: 1.2 -> 1.4
...
Thankfully some weird dependencies have been dropped in the new
releases.
2021-04-18 11:24:12 -04:00
Shamrock Lee
56a4d9857a
losslesscut-bin: init at 3.33.1 ( #108512 )
...
Add binary package for
* Linux (AppImage)
* Mac (dmg, x86_64 version)
* Windows (zip)
2021-04-18 09:55:08 -04:00
github-actions[bot]
9e804db1da
Merge master into staging-next
2021-04-18 12:06:01 +00:00
Robert Schütz
64852c57cc
veracrypt: correct license
...
Parts of it are not free software.
See https://en.wikipedia.org/wiki/VeraCrypt#License_and_source_model .
2021-04-18 11:44:43 +02:00
Robert Helgesson
831e64bad4
Drop maintainership for some packages
2021-04-18 09:00:18 +02:00
Daniel Fullmer
26fb5f75ad
looking-glass-client: B2 -> B3
2021-04-17 20:21:17 -07:00
github-actions[bot]
0ef3d3e462
Merge master into staging-next
2021-04-18 00:15:36 +00:00
Sandro
744f5ff79a
Merge pull request #119745 from marsam/update-flexget
...
flexget: 3.1.106 -> 3.1.110
2021-04-17 23:53:44 +02:00
Sandro
cb0f8c9fed
Merge pull request #119751 from OPNA2608/update/ptcollab-0.4.0/21.05
...
ptcollab: 0.3.5.1 -> 0.4.0
2021-04-17 23:47:39 +02:00
OPNA2608
3ff497aaab
ptcollab: 0.3.5.1 -> 0.4.0
2021-04-17 23:07:53 +02:00
github-actions[bot]
8156636ab9
Merge master into staging-next
2021-04-17 18:10:38 +00:00
Thomas Gerbet
a9964ef276
spice-vdagent: 0.20.0 -> 0.21.0
...
Fixes CVE-2020-25650, CVE-2020-25651, CVE-2020-25652 and
CVE-2020-25653.
Changelog:
https://gitlab.freedesktop.org/spice/linux/vd_agent/-/blob/spice-vdagent-0.21.0/CHANGELOG.md
2021-04-17 19:54:21 +02:00
Sandro
48381f8073
Merge pull request #119670 from aanderse/kodiPackages.bump
2021-04-17 19:41:26 +02:00
Sandro
2c45cc7972
Merge pull request #119669 from aanderse/kodiPackages.youtube
...
kodi.packages.youtube: init at 6.8.10+matrix.1
2021-04-17 19:41:08 +02:00
Sandro
c756aa9028
Merge pull request #118807 from OPNA2608/init/foxotron-2021-03-12/21.05
...
foxotron: init at 2021-03-12
2021-04-17 19:38:34 +02:00
Sandro
b5831f6eeb
Merge pull request #119653 from legendofmiracles/master
2021-04-17 19:35:30 +02:00
midchildan
62806df678
mikutter: 4.0.0 -> 4.1.4 ( #119454 )
2021-04-17 19:17:13 +02:00
Pavol Rusnak
29bb19258a
treewide: use https for github URIs
2021-04-17 17:59:08 +02:00
Pavol Rusnak
8cf9b1a78a
Merge pull request #119696 from wedens/tdrop-0.4
...
tdrop: unstable-2020-05-14 -> 0.4.0
2021-04-17 17:24:52 +02:00
Sandro
ae5d8cd17b
Merge pull request #119685 from doronbehar/pkg/mailspring/update
...
mailspring: 1.9.0 -> 1.9.1
2021-04-17 17:00:47 +02:00
Sandro
0bb7055f9a
Merge pull request #119695 from LeSuisse/subversion-1.10.7
...
subversion_1_10: 1.10.6 -> 1.10.7
2021-04-17 16:31:17 +02:00
Sandro
0325fda6ab
Merge pull request #119707 from jojosch/haruna-0.6.2
...
haruna: 0.6.1 -> 0.6.2
2021-04-17 16:24:40 +02:00
Anderson Torres
72d6fa9bf2
Merge pull request #119688 from AndersonTorres/quick-modifications
...
shfm: init at 0.4.2
2021-04-17 10:17:00 -03:00
Johannes Schleifenbaum
532f6a2c70
haruna: 0.6.1 -> 0.6.2
2021-04-17 15:11:04 +02:00
Pavol Rusnak
6e655ee33e
runwayml: drop in favor of runwayml webapp
2021-04-17 14:37:33 +02:00
github-actions[bot]
425886d6c2
Merge master into staging-next
2021-04-17 12:05:49 +00:00
Felix C. Stegerman
e2066ea460
jiten: init at 1.0.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-17 13:01:06 +02:00
Pavol Rusnak
28de4ac62a
treewide: make AppRun substitutions constistent
2021-04-17 12:48:13 +02:00
wedens
0c7e166948
tdrop: unstable-2020-05-14 -> 0.4.0
2021-04-17 17:31:04 +07:00
Jonas Heinrich
ec6d5ef4f0
libtransmission: init at 3.00 ( #118998 )
2021-04-17 12:12:09 +02:00
Thomas Gerbet
b660a15ba8
subversion_1_10: 1.10.6 -> 1.10.7
...
Fixes CVE-2020-17525.
Release announcement:
https://lists.apache.org/thread.html/r86eb93bd4e12c126203f61e9bd42f9a3905117842b481d20e15fd61f%40%3Cannounce.subversion.apache.org%3E
2021-04-17 11:58:21 +02:00
legendofmiracles
932a4ce6be
tmpmail: init at master
2021-04-17 08:51:03 +02:00
AndersonTorres
6ab8cd7a22
shfm: init at 0.4.2
2021-04-17 03:11:20 -03:00
github-actions[bot]
1b82d09a50
Merge master into staging-next
2021-04-17 06:05:23 +00:00
Mario Rodas
67c4ab77be
podman: 3.1.0 -> 3.1.1
...
https://github.com/containers/podman/releases/tag/v3.1.1
2021-04-17 16:02:58 +10:00
Doron Behar
03e50cf139
mailspring: 1.9.0 -> 1.9.1
2021-04-17 08:21:10 +03:00
Mario Rodas
fc604e0739
flexget: 3.1.106 -> 3.1.110
2021-04-17 04:20:00 +00:00
AndersonTorres
af2b2fe34a
with-shell: 2016-08-20 -> 2018-03-20
2021-04-16 23:27:05 -03:00
github-actions[bot]
f620e30ca4
Merge master into staging-next
2021-04-17 00:15:03 +00:00
Aaron Andersen
78fe17af45
kodi.packages.pvr-hts: 8.2.4 -> 8.3.0
2021-04-16 19:29:52 -04:00
Aaron Andersen
70c52ffdf1
kodi.packages.pvr-iptvsimple: 7.5.1 -> 7.6.1
2021-04-16 19:29:49 -04:00
Aaron Andersen
2c54f585e0
kodi.packages.youtube: init at 6.8.10+matrix.1
2021-04-16 19:04:01 -04:00
Sandro
af7ba332e5
Merge pull request #119665 from SuperSandro2000/yubioath-desktop
...
yubioath-desktop: fix icon
2021-04-17 00:43:24 +02:00
Sandro
e6fc1de7d7
Merge pull request #119654 from devhell/mod-profanity
...
profanity: Enable clipboard support
2021-04-17 00:42:08 +02:00
Pavol Rusnak
391afc835d
Merge pull request #119646 from 1000101/stretchly
...
stretchly: 1.5.0 -> 1.6.0
2021-04-17 00:20:20 +02:00
Sandro
ec5652dc2d
Merge pull request #119512 from fortuneteller2k/update-neocomp
...
neocomp: 2019-03-12 -> unstable-2021-04-06
2021-04-17 00:15:04 +02:00
Sandro
d0a23c473a
Merge pull request #119649 from SEbbaDK/kakoune
2021-04-17 00:14:35 +02:00
Anderson Torres
818dcc8492
Merge pull request #119542 from AndersonTorres/new-haunt
...
guile-commonmark: init at 0.1.2;
haunt: init at 0.2.4
2021-04-16 18:34:56 -03:00
1000101
1226804741
stretchly: 1.5.0 -> 1.6.0
2021-04-16 23:33:00 +02:00
Vincent Laporte
ab16ad8764
coq_8_13: 8.13.1 → 8.13.2
2021-04-16 22:32:31 +02:00
Sandro Jäckel
1766f30971
yubioath-desktop: fix icon
2021-04-16 21:45:43 +02:00
Sandro
44f2508303
Merge pull request #119627 from centromere/openethereum-3.2.4
...
openethereum: 3.2.3 -> 3.2.4
2021-04-16 21:38:34 +02:00
Sandro
1993d790c4
Merge pull request #119639 from rissson/yubioath-desktop-5.0.5
...
yubioath-desktop: 5.0.4 -> 5.0.5
2021-04-16 21:37:26 +02:00
Sandro
fbc09988be
Merge pull request #119651 from 0x4A6F/master-dasel
...
dasel: 1.14.0 -> 1.14.1
2021-04-16 21:32:05 +02:00
Sandro
79e5c780ad
Merge pull request #119515 from doronbehar/pkg/mailspring/update
...
mailspring: 1.8.0 -> 1.9.0
2021-04-16 21:27:08 +02:00
devhell
fbffc54ac8
profanity: Enable clipboard support
...
Clipboard support was actually introduced in version `0.8.0`, and this
change flew completely over my head. Now the /paste command should
actually work by default and as expected.
2021-04-16 20:16:02 +01:00
Alex Wied
b1c71eb215
openethereum: 3.2.3 -> 3.2.4
...
See: https://github.com/openethereum/openethereum/releases/tag/v3.2.4
2021-04-16 15:08:17 -04:00
OPNA2608
66be556029
foxotron: init at 2021-03-12
2021-04-16 20:39:20 +02:00
Aaron Andersen
928113b28d
kodi.packages.inputstream-ffmpegdirect: 1.19.4 -> 1.21.1
2021-04-16 14:31:36 -04:00
Aaron Andersen
797aaf997e
kodi.packages.inputstream-adaptive: 2.6.8 -> 2.6.13
2021-04-16 14:25:00 -04:00
Aaron Andersen
12a520fc53
kodi.packages.buildKodiBinaryAddon: add extraNativeBuildInputs
2021-04-16 14:24:14 -04:00
Aaron Andersen
f739f523d5
kodi: remove old file that was missed during cleanup
2021-04-16 14:23:16 -04:00
github-actions[bot]
6a0f49f240
Merge master into staging-next
2021-04-16 18:13:19 +00:00
0x4A6F
0d8e34906c
dasel: 1.14.0 -> 1.14.1
2021-04-16 20:13:15 +02:00
"SEbbaDK"
8416de5475
kakounePlugins: update
2021-04-16 19:31:10 +02:00
SEbbaDK
12d590ba3d
kakounePlugins: Add pandoc.kak
2021-04-16 19:30:40 +02:00
Sandro
49c7d9eb10
Merge pull request #119549 from payasrelekar/go-org
...
go-org: 1.4.0 -> 1.5.0
2021-04-16 19:13:46 +02:00
Anderson Torres
93049c5799
Merge pull request #119583 from AndersonTorres/new-emacs-modes
...
Update emacs modes
2021-04-16 13:52:41 -03:00
Sandro
dc583625b2
Merge pull request #119626 from 06kellyjac/terragrunt
...
terragrunt: 0.28.22 -> 0.28.24
2021-04-16 18:24:38 +02:00
Yurii Matsiuk
7dc5c0f1e1
bluejeans: 2.19.0 -> 2.21.3 ( #119599 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-16 18:11:37 +02:00
Marc 'risson' Schmitt
dba0cfb2d9
yubioath-desktop: 5.0.4 -> 5.0.5
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-04-16 17:56:26 +02:00
Claudio Bley
b77c77debb
kupfer: 319 -> 321
...
* add itstool to nativeBuildTools for building help pages in different languages
* add desktop-file-utils and shared-mime-info to nativeBuildTools which are
needed when building
2021-04-16 11:26:21 -04:00
Bernardo Meurer
2461d45772
Merge pull request #119561 from Synthetica9/waybar-0.9.7
2021-04-16 14:52:56 +00:00
06kellyjac
55f76ad8fd
terragrunt: 0.28.22 -> 0.28.24
2021-04-16 15:49:44 +01:00
Kim Lindberger
37f49597e3
Merge pull request #118861 from talyz/gitlab-shell-fix
...
gitlab-shell: 13.15.1 -> 13.17.0
2021-04-16 16:17:58 +02:00
Pascal Bach
88ccf36626
Merge pull request #117305 from r-ryantm/auto-update/digikam
...
digikam: 7.1.0 -> 7.2.0
2021-04-16 15:41:36 +02:00
Alyssa Ross
952842352e
hikari: use bmake setupHook for build+install phase
2021-04-16 12:56:48 +00:00
github-actions[bot]
d4f421cad9
Merge master into staging-next
2021-04-16 12:06:14 +00:00
Sandro
d1f9e08fd8
Merge pull request #119585 from marsam/update-docker-slim
...
docker-slim: 1.34.0 -> 1.35.0
2021-04-16 13:24:01 +02:00
Sandro
84c44646aa
Merge pull request #119594 from jojosch/haruna-init
...
haruna: init at 0.6.1
2021-04-16 13:20:00 +02:00
Shaw Vrana
31f5263929
qutebrowser: 2.1.1 -> 2.2.0 ( #119376 )
...
* pdfjs: 2.6.347 -> 2.8.335
* set QUTE_QTWEBENGINE_VERSION_OVERRIDE
Co-authored-by: Robert Schütz <dev@schuetz-co.de>
2021-04-16 12:35:14 +02:00
Michael Weiss
37f8212780
chromiumDev: 91.0.4469.4 -> 91.0.4472.10
2021-04-16 11:45:58 +02:00
Patrick Hilhorst
0fce3c1237
waybar: 0.9.5 -> 0.9.7
2021-04-16 09:40:55 +02:00
Johannes Schleifenbaum
93dfed39d2
haruna: init at 0.6.1
2021-04-16 09:35:17 +02:00
kolaente
01fa878ebc
gitea: 1.14.0 -> 1.14.1
2021-04-16 08:48:50 +02:00
Martin Weinelt
f37e8bf504
Merge branch 'master' into staging-next
2021-04-16 02:00:00 +02:00
Sandro
cd8c90fe20
Merge pull request #119570 from fabaff/bump-tinydb
2021-04-16 01:38:26 +02:00
Martin Weinelt
cd7a519012
Merge branch 'master' into staging-next
2021-04-16 01:32:09 +02:00
Alex Wied
22fb4458c0
zcash: 4.3.0 -> 4.4.0 ( #119579 )
...
Co-authored-by: Alex Wied <alexwied@coinmetrics.io>
2021-04-16 01:25:59 +02:00
AndersonTorres
1046b6cebf
Manual fixup of shell-command-plus autogeneration
2021-04-15 20:16:33 -03:00
AndersonTorres
6055c59096
Update elpa recipes
2021-04-15 20:06:42 -03:00
AndersonTorres
c3bd8d5569
Update melpa recipes
2021-04-15 20:06:42 -03:00
AndersonTorres
c07ddf1df5
org mode: 20210322 -> 20210412
2021-04-15 20:06:42 -03:00
Sandro
3783fb8475
Merge pull request #116826 from OPNA2608/update/libsidplayfp-2.1.1/21.05
2021-04-15 23:57:58 +02:00
Fabian Affolter
1a4bb86035
archivy: 1.1.1 -> 1.1.4
2021-04-15 23:15:40 +02:00
zowoq
2f8a54eb09
gh: 1.9.0 -> 1.9.1
...
https://github.com/cli/cli/releases/tag/v1.9.1
2021-04-16 06:19:34 +10:00
AndersonTorres
e3733c89ed
haunt: init at 0.2.4
2021-04-15 17:09:12 -03:00
Raghav Sood
959b76a6ab
Merge pull request #119557 from centromere/openethereum-3.2.3
...
openethereum: 3.2.1 -> 3.2.3
2021-04-16 03:35:57 +08:00
fortuneteller2k
33ffc32fb4
neocomp: 2019-03-12 -> unstable-2021-04-06
2021-04-16 02:57:44 +08:00
Alex Wied
2299a2f3cc
openethereum: Update Cargo hash
2021-04-15 14:48:29 -04:00
Alex Wied
9f9ca66df6
openethereum: 3.2.1 -> 3.2.3
...
See: https://github.com/openethereum/openethereum/pull/366
2021-04-15 14:25:02 -04:00
Austin Seipp
97240ec695
Merge pull request #119554 from thoughtpolice/nixpkgs/firecracker-update
...
firecracker: 0.23.0 -> 0.24.2
2021-04-15 13:16:46 -05:00
github-actions[bot]
dfd4f14303
Merge master into staging-next
2021-04-15 18:13:27 +00:00
Austin Seipp
99c55b865d
firecracker: 0.23.0 -> 0.24.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-04-15 12:50:29 -05:00
Doron Behar
ebf3d444cb
mailspring: 1.8.0 -> 1.9.0
...
- Remove now unneeded override for gtk3.
- Add pre and post hooks for explicit phases.
- Add doronbehar as maintainer.
- Update license, see:
https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484
2021-04-15 20:18:56 +03:00
Sandro
088689630d
Merge pull request #119369 from j4m3s-s/update-velero
...
velero: 1.5.4 -> 1.6.0
2021-04-15 18:36:09 +02:00
Payas Relekar
be4d9d6155
go-org: 1.4.0 -> 1.5.0
2021-04-15 21:55:51 +05:30
Sandro
becacbd67a
Merge pull request #119390 from ilya-fedin/update-kotatogram
...
kotatogram-desktop: 1.2 -> 1.4
2021-04-15 17:36:55 +02:00
Nikolay Korotkiy
5c3a1c2808
nnn: 3.6 → 4.0
2021-04-15 11:34:01 -04:00
Sandro
019539b22d
Merge pull request #119495 from marsam/init-terraform
...
terraform_0_15: init at 0.15.0
2021-04-15 17:28:07 +02:00
Sandro
6ef880945a
Merge pull request #119539 from prusnak/electrs
...
electrs: 0.8.7 -> 0.8.9
2021-04-15 17:21:44 +02:00
Sandro
9191845754
Merge pull request #119537 from 06kellyjac/terragrunt
...
terragrunt: 0.28.20 -> 0.28.22
2021-04-15 17:20:59 +02:00
Sandro
f5fa5757c1
Merge pull request #119536 from 06kellyjac/nerdctl
...
nerdctl: 0.7.3 -> 0.8.0
2021-04-15 17:20:27 +02:00
Sandro
c5abe310fc
Merge pull request #119530 from 06kellyjac/starboard-octant-plugin
...
starboard-octant-plugin: 0.9.2 -> 0.10.0
2021-04-15 17:19:10 +02:00
Lancelot SIX
f8da9ce9fc
qgis: 3.10.13 -> 3.16.5
...
The file has been reformated using nixpkgs-fmt.
2021-04-15 11:14:15 -04:00
Sandro
5268ee2eba
Merge pull request #119518 from OPNA2608/update/sayonara-1.6.0-beta7/21.05
...
sayonara: 1.6.0-beta6 -> 1.6.0-beta7
2021-04-15 17:11:39 +02:00
Pavol Rusnak
04f094a18a
electrs: 0.8.7 -> 0.8.9
2021-04-15 15:21:05 +02:00
06kellyjac
0ff3276d27
terragrunt: 0.28.20 -> 0.28.22
2021-04-15 13:24:52 +01:00
06kellyjac
66495af8d6
nerdctl: 0.7.3 -> 0.8.0
2021-04-15 13:13:26 +01:00
github-actions[bot]
9c190d28df
Merge master into staging-next
2021-04-15 12:06:13 +00:00
James Landrein
317b0b864a
velero: 1.5.4 -> 1.6.0
2021-04-15 13:19:42 +02:00
06kellyjac
c0fdf1fd41
starboard-octant-plugin: 0.9.2 -> 0.10.0
2021-04-15 11:36:18 +01:00
Peter Hoeg
22c7e4f3d9
sdrangel: 6.4.0 -> 6.8.0
2021-04-15 17:06:39 +08:00
Peter Hoeg
4be05878ea
rtl-sdr: minor build fixes
2021-04-15 17:06:39 +08:00
Michael Weiss
1ea4855ce6
Merge pull request #119483 from primeos/chromium
...
chromium: 89.0.4389.128 -> 90.0.4430.72
2021-04-15 10:44:46 +02:00
zowoq
9c8cb61854
gh: 1.8.1 -> 1.9.0
...
https://github.com/cli/cli/releases/tag/v1.9.0
2021-04-15 10:22:29 +02:00
OPNA2608
f028bddd42
sayonara: 1.6.0-beta6 -> 1.6.0-beta7, add python & update script
2021-04-15 08:54:14 +02:00
R. RyanTM
818c982c20
carla: 2.2.0 -> 2.3.0
2021-04-15 02:20:43 -04:00
github-actions[bot]
8b35f0c117
Merge master into staging-next
2021-04-15 06:05:40 +00:00
joachimschmidt557
bdf2f66862
nimmm: 0.1.2 -> 0.2.0
2021-04-15 07:12:55 +02:00
Mario Rodas
5f84ac20bc
docker-slim: 1.34.0 -> 1.35.0
...
https://github.com/docker-slim/docker-slim/releases/tag/1.35.0
2021-04-15 04:20:00 +00:00
R. RyanTM
288f7bb526
hydrogen: 1.0.1 -> 1.0.2
2021-04-15 01:42:28 +00:00
github-actions[bot]
90a28c8ec1
Merge master into staging-next
2021-04-15 00:15:29 +00:00
Mario Rodas
e18275de12
terraform_0_15: init at 0.15.0
...
https://github.com/hashicorp/terraform/releases/tag/v0.15.0
2021-04-15 00:00:00 +00:00
Ryan Mulligan
bb9d0c3038
Merge pull request #119462 from r-ryantm/auto-update/MIDIVisualizer
...
MIDIVisualizer: 6.3 -> 6.4
2021-04-14 16:15:16 -07:00
Martin Weinelt
7cf67850c0
Merge branch 'master' into staging-next
2021-04-15 01:01:26 +02:00
Michael Weiss
6720b034aa
chromium: 89.0.4389.128 -> 90.0.4430.72
...
https://chromereleases.googleblog.com/2021/04/stable-channel-update-for-desktop_14.html
This update includes 37 security fixes.
CVEs:
CVE-2021-21201 CVE-2021-21202 CVE-2021-21203 CVE-2021-21204
CVE-2021-21205 CVE-2021-21221 CVE-2021-21207 CVE-2021-21208
CVE-2021-21209 CVE-2021-21210 CVE-2021-21211 CVE-2021-21212
CVE-2021-21213 CVE-2021-21214 CVE-2021-21215 CVE-2021-21216
CVE-2021-21217 CVE-2021-21218 CVE-2021-21219
2021-04-15 00:53:31 +02:00
Michael Weiss
14ec94a2fe
chromiumBeta: 90.0.4430.70 -> 90.0.4430.72
2021-04-15 00:53:04 +02:00
Michael Weiss
96e4c599de
Merge pull request #119401 from primeos/chromium
...
chromium: 89.0.4389.114 -> 89.0.4389.128
2021-04-15 00:40:44 +02:00
Artur Taranchiev
b2681434a1
todofi.sh: init at 1.0.0 ( #119334 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-15 00:34:50 +02:00
Pascal Bach
3aec774aaa
Merge pull request #119381 from samuela/upkeep-bot/vscode-1.55.2-1618359022
...
vscode: 1.55.0 -> 1.55.2
2021-04-14 23:34:42 +02:00
R. RyanTM
00da8a0281
MIDIVisualizer: 6.3 -> 6.4
2021-04-14 21:00:37 +00:00
Sandro
609765dd85
Merge pull request #119095 from friedelino/upd-googlearth
2021-04-14 21:17:11 +02:00
Sandro
28fb287d4b
Merge pull request #118610 from GregorySchwartz/init/macs2
2021-04-14 21:15:38 +02:00
lewo
51c9228cc5
Merge pull request #119161 from r-ryantm/auto-update/simplenote
...
simplenote: 2.8.0 -> 2.9.0
2021-04-14 20:34:36 +02:00
lewo
17da239489
Merge pull request #119314 from Caascad/terraform-providers-keycloak
...
terraform-providers.keycloak: 1.20.0 -> 3.0.0
2021-04-14 20:33:16 +02:00
OPNA2608
b85a2687bf
sidplayfp: 2.0.2 -> 2.1.1
2021-04-14 20:24:02 +02:00
github-actions[bot]
eb8e023674
Merge master into staging-next
2021-04-14 18:11:01 +00:00
Ilya Fedin
c52a769c7f
kotatogram-desktop: 1.2 -> 1.4
2021-04-14 21:38:44 +04:00
Sandro
75dd5e5b65
Merge pull request #119437 from SuperSandro2000/wezterm-version
...
wezterm: set version number
2021-04-14 19:35:11 +02:00
Sandro
24dc4599cb
Merge pull request #119387 from branwright1/river
2021-04-14 19:23:18 +02:00
Sandro
6cdc8bcc0f
Merge pull request #114507 from dschrempf/vimiv-qt
2021-04-14 19:15:14 +02:00
Sandro
b00d5e224a
Merge pull request #119293 from jojosch/jellyfin-media-player-init
...
jellyfin-media-player: init at 1.3.1
2021-04-14 19:12:47 +02:00
Sandro
80a0032cc9
Merge pull request #119352 from lorenzleutgeb/gradle-7
2021-04-14 18:58:38 +02:00
Sandro Jäckel
b667587deb
wezterm: set version number
2021-04-14 18:53:16 +02:00
Wesley Merkel
2fc271ffdd
Add Firefox libs to beginning of LD_LIBRARY_PATH
...
When firefox is executed by programs that also make changes to
`LD_LIBRARY_PATH`, the paths can conflict causing firefox to look for
shared libraries in the wrong location. This is because the wrapper
script around firefox *appends* library paths to `LD_LIBRARY_PATH`
instead of prepending them, causing library paths that are already in
the environment to take precedence over the library paths that firefox
depends on.
As an example, Discord and firefox both depend on different versions of
libnss. When Discord launches firefox, which happens when clicking on
hyperlinks, the path in `LD_LIBRARY_PATH` to libnss set by Discord takes
precedence over then one set by the firefox wrapper script causing
firefox to load a different version of libnss than the one it was built
against. This causes a fatal error in firefox which prevents it from
starting.
This commit fixes this issue by switching the firefox wrapper script to
*prepend* its library paths to `LD_LIBRARY_PATH`.
Fixes #118432
2021-04-14 10:52:28 -05:00
06kellyjac
2d70d5e425
starboard: 0.9.2 -> 0.10.0
2021-04-14 16:43:19 +01:00
Gregory W. Schwartz
b7763a8287
macs2: init at 2.2.7.1
...
Update pkgs/applications/science/biology/macs2/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/science/biology/macs2/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/science/biology/macs2/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/science/biology/macs2/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Renamed package, updated version, set pypi, and added import test.
Update pkgs/applications/science/biology/MACS2/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Add comment about error for checking.
Two spaces indent.
2021-04-14 10:17:53 -04:00
branwright1
3943b3ddf2
maintainers: add branwright1
...
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
2021-04-14 14:51:09 +01:00
Max Hausch
92ec5c8583
super-productivity: 1.10.45 -> 6.5.2
...
Version 1.10.45 segfaults, this commit fixes the package
2021-04-14 14:53:48 +02:00
Jörg Thalheim
37a8a32777
Merge pull request #119392 from samuela/upkeep-bot/vscodium-1.55.2-1618381422
...
vscodium: 1.55.0 -> 1.55.2
2021-04-14 13:52:05 +01:00
Jörg Thalheim
7e45a4067f
vscode: nixpkgs-hammering suggestions
2021-04-14 14:50:46 +02:00
Michael Weiss
de2edb81da
chromium: get-commit-message.py: Deduplicate the CVE list
2021-04-14 14:33:34 +02:00
Sandro
3977837dd8
Merge pull request #119393 from jojosch/jellyfin-mpv-shim-1.10.4
...
jellyfin-mpv-shim: 1.10.3 -> 1.10.4
2021-04-14 14:26:45 +02:00
Sandro
c0c842c773
Merge pull request #119415 from SuperSandro2000/SuperSandro2000-patch-1
...
jetbrains: fix url literal
2021-04-14 14:25:15 +02:00