Artturin
b4fab0a98b
treewide: remove fmt from buildInputs where spdlog is used
...
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points
to fmt_7 in buildInputs makes the builds use wrong fmt
2021-11-07 22:05:08 +02:00
Martin Weinelt
8f499b97ad
firefox: 94.0 -> 94.0.1
2021-11-07 20:59:44 +01:00
Sandro
34d27fef28
Merge pull request #144934 from andrevmatos/kde/gear
2021-11-07 20:04:27 +01:00
Aaron Andersen
6c2190f398
smpq: replace hardcoded version string with ${version}
2021-11-07 13:20:11 -05:00
Vo Anh Duy
a2149a2ee2
lima: 0.7.2 -> 0.7.3
2021-11-07 22:56:30 +08:00
Thiago Kenji Okada
1671a7beb3
Merge pull request #144569 from aanderse/devilutionx
...
devilutionx: 1.2.1 -> 1.3.0
2021-11-07 11:21:15 -03:00
Felix Buehler
b52ab3b712
pkgs/applications: rename name to pname&version part 2
2021-11-07 14:53:06 +01:00
Aaron Andersen
573849ce89
smpq: init at 1.6
2021-11-07 07:49:19 -05:00
Thomas Tuegel
7ec64f0a40
Merge pull request #144923 from nashamri/master
...
dropbox: Fix missing icon from the desktop item
2021-11-07 06:31:16 -06:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose
2021-11-07 20:18:45 +08:00
Zhong Jianxin
056d880f90
helmfile: Stop prefixing PATH with kubernetes-helm
...
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
2021-11-07 19:53:32 +08:00
Luflosi
6661cb0887
kakoune: 2021.10.28 -> 2021.11.08
...
https://github.com/mawww/kakoune/releases/tag/v2021.11.08
2021-11-07 11:58:41 +01:00
Janne Heß
1a368ff3f9
Merge pull request #144952 from fabaff/bump-msmtp
...
msmtp: 1.8.18 -> 1.8.19
2021-11-07 11:32:32 +01:00
Bobby Rong
a38b0a22fd
Merge pull request #144873 from samuela/upkeep-bot/vscodium-1.62.0-1636200499
...
vscodium: 1.61.2 -> 1.62.0
2021-11-07 17:25:37 +08:00
Bobby Rong
031c605049
Merge pull request #144677 from samuela/upkeep-bot/vscode-1.62.0-1636070977
...
vscode: 1.61.2 -> 1.62.0
2021-11-07 16:51:45 +08:00
Ingolf Wagner
6cc22b4d4a
terranix: 2.4.0 -> 2.5.0
2021-11-07 09:43:34 +01:00
Magicloud
40c83d1e0a
virtualbox: Add option to build vboxwebsrv tool
...
`vboxwebsrv`, a.k.a, Virtualbox Web Service, provides a way to manage VMs via SOAP interface. This is very useful on headless servers.
2021-11-07 08:34:47 +01:00
Mario Rodas
f55376e875
tiny: 0.9.0 -> 0.10.0
...
https://github.com/osa1/tiny/releases/tag/v0.10.0
2021-11-07 04:20:00 +00:00
Mario Rodas
2ef3df9e93
notmuch: 0.34 -> 0.34.1
2021-11-07 04:20:00 +00:00
figsoda
df02fb66e0
Merge pull request #144856 from Stunkymonkey/newsflash-1.5.1
...
newsflash: 1.4.3 -> 1.5.1
2021-11-06 22:57:45 -04:00
Peter Hoeg
c207be6591
handbrake: 1.3.3 -> 1.4.2 ( #143654 )
...
* handbrake: 1.3.3 -> 1.4.2
* handbrake: minor test cleanups
2021-11-07 09:03:58 +08:00
Fabian Affolter
ef8eb42db5
msmtp: 1.8.18 -> 1.8.19
2021-11-07 00:57:58 +01:00
Sandro
50d250c7db
Merge pull request #144791 from iblech/patch-rstudio-icon
2021-11-07 00:41:21 +01:00
Mario Rodas
d561bd1797
Merge pull request #144737 from 06kellyjac/nerdctl
...
nerdctl: 0.12.1 -> 0.13.0
2021-11-06 17:42:37 -05:00
Maximilian Bosch
f125d461ad
Merge pull request #144852 from Ma27/bump-i3status-rs
...
i3status-rust: 0.20.4 -> 0.20.5
2021-11-06 23:38:03 +01:00
Mario Rodas
29c3de8de7
Merge pull request #143379 from r-ryantm/auto-update/terraform-provider-lxd
...
terraform-providers.lxd: 1.5.0 -> 1.6.0
2021-11-06 17:36:35 -05:00
Lassulus
a17cf651f9
Merge pull request #144468 from r-ryantm/auto-update/minitube
...
minitube: 3.8.1 -> 3.9.1
2021-11-06 23:14:50 +01:00
Thiago Kenji Okada
c94c8d0a5a
Merge pull request #144928 from polygon/entangle-fix
...
entangle: Add missing zstd dependency
2021-11-06 19:07:18 -03:00
Aaron Andersen
d8727c36bc
kodi.packages.iagl: init at 1101521-2
2021-11-06 18:05:33 -04:00
Aaron Andersen
d5b8ea84f0
kodi.packages.archive_tool: init at 2.0.3
2021-11-06 18:04:03 -04:00
Lassulus
57a04d9200
Merge pull request #144469 from r-ryantm/auto-update/mixxx
...
mixxx: 2.3.0 -> 2.3.1
2021-11-06 23:02:24 +01:00
André Vitor de Lima Matos
ff0d921b21
kde-gear: 21.08.2 -> 21.08.3
2021-11-06 18:54:08 -03:00
Justin Bedő
7016c7df1c
Merge pull request #144820 from NixOS/r-updates
...
R,rPackages: R 4.1.1 -> 4.1.2, rPackages BioC 3.13 -> 3.14
2021-11-07 08:12:10 +11:00
polygon
6b83b457d2
entangle: Add missing zstd dependency
2021-11-06 22:08:53 +01:00
Matt Christ
065281add0
cemu: mark as broken on darwin
...
https://github.com/NixOS/nixpkgs/pull/144889#issuecomment-962469610
2021-11-06 13:54:44 -07:00
Matt Christ
2771743966
cemu: add link-time-compile-gen, build with gcc9stdenv
2021-11-06 13:54:44 -07:00
nashamri
a529337334
dropbox: Fix missing icon from the desktop item
2021-11-06 23:09:58 +03:00
Felix Buehler
bf3aff8eb0
newsflash: 1.4.3 -> 1.5.1
2021-11-06 20:44:26 +01:00
Michael Weiss
834d9d1bd1
Merge pull request #144911 from primeos/signal-desktop
...
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 19:37:16 +01:00
dan4ik
2fa9bf4b8b
yandex-browser: set meta.broken
2021-11-06 14:25:29 -04:00
dan4ik
f7a4abe5c0
tagutil: fix build
2021-11-06 14:24:15 -04:00
Orivej Desh
0390fcfd05
jconvolver: init at 1.1.0 ( #143520 )
2021-11-06 18:17:46 +00:00
Janne Heß
2ee5133dc5
Merge pull request #144070 from VergeDX/tdesktop
2021-11-06 19:01:22 +01:00
Michael Weiss
d63d3250f4
Merge pull request #144902 from primeos/chromiumDev
...
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 18:54:25 +01:00
Michael Weiss
137cda5afa
Merge pull request #144900 from primeos/chromiumBeta
...
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 18:54:14 +01:00
Janne Heß
b1824deb38
Merge pull request #144636 from flexagoon/mullvad-update
2021-11-06 18:50:08 +01:00
Maximilian Bosch
74ab6a7705
Merge pull request #144482 from r-ryantm/auto-update/nextdns
...
nextdns: 1.37.2 -> 1.37.3
2021-11-06 18:24:55 +01:00
Michael Weiss
ed83ff9bcc
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 18:23:42 +01:00
AndersonTorres
4d5d34495f
openshot: refactor
...
Many thanks to @jonringer!
2021-11-06 13:51:35 -03:00
AndersonTorres
cdddc286a2
libopenshot-audio: 0.2.0 -> 0.2.2
...
Many thanks to @jonringer!
2021-11-06 13:51:30 -03:00
AndersonTorres
abe8a30912
libopenshot: 0.2.5 -> 0.2.7
...
Many thanks to @jonringer!
2021-11-06 13:50:49 -03:00
Michael Weiss
00460bd6e2
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 17:47:05 +01:00
Michael Weiss
41dbc0a995
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 17:46:46 +01:00
Luz
7a51cf9c1d
librepcb: 0.1.5 -> 0.1.6
2021-11-06 17:35:58 +01:00
Casey Marshall
f3ee106074
kubebuilder: 3.1.0 -> 3.2.0
...
Update kubebuilder to 3.2.0.
kubebuilder create api now requires make in $PATH.
2021-11-06 11:25:25 -05:00
Thiago Kenji Okada
a8574a31f3
Merge pull request #144891 from legendofmiracles/pipr
...
pipr: 0.0.15 -> 0.0.16; fixes build
2021-11-06 12:53:07 -03:00
legendofmiracles
1dfe0be750
pipr: 0.0.15 -> 0.0.16; fixes build
2021-11-06 09:22:25 -06:00
Thomas Tuegel
a506f9c797
Merge pull request #143673 from oxalica/fix/sddm-default-session
...
plasma5: set default session to plasma X11 and fix sddm
2021-11-06 09:55:47 -05:00
Louis Bettens
916595e6a1
chia-plotter: unstable -> 1.1.7
2021-11-06 14:42:09 +01:00
Ryan Mulligan
d6dc3adc0a
Merge pull request #144552 from r-ryantm/auto-update/purple-lurch
...
purple-lurch: 0.6.7 -> 0.7.0
2021-11-06 05:50:37 -07:00
Ryan Mulligan
887b213245
Merge pull request #144372 from r-ryantm/auto-update/koreader
...
koreader: 2021.09 -> 2021.10.1
2021-11-06 05:49:39 -07:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
...
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
nixpkgs-upkeep-bot
0867441532
vscodium: 1.61.2 -> 1.62.0
2021-11-06 12:08:19 +00:00
Fabian Affolter
18b531b514
cwltool: 3.1.20210628163208 -> 3.1.20211104071347
2021-11-06 13:01:16 +01:00
Sergei Trofimovich
f63ada60e4
tasknc: fix build against upcoming ncurses-6.3
...
Without the change build fails as:
src/keys.c:122:6: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_SLEFT'?
122 | {KEY_EVENT, "event"},
| ^~~~~~~~~
| KEY_SLEFT
2021-11-06 11:33:37 +00:00
Sergei Trofimovich
0f3744bdb3
catatonit: pull pending upstream inclusion fix for automake-1.16.5
...
Without the fix build on automake-1.16.5 fails as:
configure.ac:34: error: AM_INIT_AUTOMAKE expanded multiple times
.../automake-1.16.5/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:19: the top level
.../automake-1.16.5/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:34: the top level
2021-11-06 11:14:14 +00:00
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden
2021-11-06 12:39:47 +02:00
Maximilian Bosch
963b1971df
i3status-rust: 0.20.4 -> 0.20.5
...
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.5
2021-11-06 11:11:36 +01:00
Ryan Burns
f089c5c76d
Merge pull request #144307 from trofi/fix-bemenu-for-ncurses-6.3
...
bemenu: fix build against upcoming ncurses-6.3
2021-11-06 02:48:31 -07:00
Ellie Hermaszewska
03f9ced512
picoscope: 6.14.44 -> 7.0.83
2021-11-06 17:32:49 +08:00
Sergei Trofimovich
e8815af10e
bemenu: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
lib/renderers/curses/curses.c:234:9:
error: format not a string literal and no format arguments [-Werror=format-security]
234 | mvprintw(0, 0, menu->title);
| ^~~~~~~~
2021-11-06 09:31:43 +00:00
Ryan Burns
ea5c3d756e
Merge pull request #144212 from trofi/fix-aewan-on-ncurses-6.3
...
aewan: fix build against ncurses-6.3
2021-11-06 01:49:46 -07:00
Ryan Burns
9b89af7680
Merge pull request #144397 from trofi/fix-mcabber-for-ncurses-6.3
...
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:49:10 -07:00
Ryan Burns
e70280690d
Merge pull request #144592 from trofi/fix-toxic-for-ncurses-6.3
...
toxic: fix build against upcoming ncurses-6.3
2021-11-06 01:48:42 -07:00
Ryan Burns
377c617dc6
Merge pull request #144815 from trofi/fix-ecasound-for-ncurses-6.3
...
ecasound: fix build against upcoming ncurses-6.3
2021-11-06 01:48:32 -07:00
Michael Raskin
d8b7d0e066
Merge pull request #123511 from yorickvP/yorick-picoscope
...
picoscope: init at 6.14.44-4r5870
2021-11-06 08:48:13 +00:00
Maciej Krüger
66ef35507f
Merge pull request #144697 from mkg20001/zhf-imgbrd
2021-11-06 08:34:15 +01:00
Ryan Burns
233f451841
treewide: reenable LTO on i686
2021-11-05 22:16:50 -07:00
Bernardo Meurer
58a18138b2
Merge pull request #144825 from alyssais/treewide-mirror
...
treewide: use mirror URLs where available
2021-11-05 21:10:44 -07:00
Vanilla
e409e2f3eb
jetbrains: update
2021-11-06 10:23:30 +08:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Thiago Kenji Okada
4217614266
Merge pull request #144685 from r-burns/anup
...
anup: fix build on darwin
2021-11-05 22:20:49 -03:00
Sergei Trofimovich
220c819f53
ecasound: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
ecasignalview.cpp:360:13:
error: format not a string literal and no format arguments [-Werror=format-security]
360 | mvprintw(r++, 0, bar);
| ~~~~~~~~^~~~~~~~~~~~~
2021-11-05 23:34:36 +00:00
Thiago Kenji Okada
d2c613620d
Merge pull request #144778 from thiagokokada/zhf-ovmf-i686
...
OVMF: disable LTO on i686
2021-11-05 20:03:43 -03:00
Davíð Steinn Geirsson
5499f32f08
tor-browser-bundle-bin: Enable content sandbox and hardened malloc
...
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.
Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.
I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00:00
Artturi
01995f66a9
Merge pull request #144446 from jkarlson/qemu
2021-11-05 22:50:39 +02:00
Sandro
89ec86651b
Merge pull request #144783 from iblech/patch-thonny-icon
2021-11-05 21:14:42 +01:00
Sandro
4042e36f2d
Merge pull request #144774 from dan4ik605743/tonelib-meta
2021-11-05 21:03:40 +01:00
Ingo Blechschmidt
480285a39e
rstudio: fix desktop icon
2021-11-05 20:36:14 +01:00
Ingo Blechschmidt
19de3a7c5b
thonny: add desktop item
2021-11-05 20:20:16 +01:00
tshaynik
100670b224
zrythm: init at 1.0.0-alpha.26.0.13
...
Closes #98871
Built on work done by @andreasfelix on #129457 but adds additional
missing dependencies, uses the latest zrythm
version, makes use of dependencies that have since been added to
nixpkgs, and resolves the issue of the crash on start that previous
packaging attempt was encountering.
2021-11-05 15:12:39 -04:00
Thiago Kenji Okada
571c4e73e1
OVMF: disable LTO on i686
...
Fix build.
2021-11-05 15:38:07 -03:00
dan4ik
a123ab3a72
tonelib-zoom: fix meta.platforms
2021-11-06 01:14:47 +07:00
dan4ik
d78a7264c6
tonelib-jam: fix meta.platforms
2021-11-06 01:09:46 +07:00
Sandro
118cec339f
Merge pull request #144714 from saschagrunert/crun
2021-11-05 17:31:26 +01:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome
2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd
jami-daemon.ffmpeg: mark as broken for aarch64
2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
...
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Florian Klink
3097a43496
xmedcon: 0.21.0 -> 0.21.2
...
in release 0.21.2 @ 20-Jul-2021 (Gtk+3)
Small addition in our speedometer CSS theme: window titlebar is now in dark mode too
Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro
Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ...
Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed)
Menu "Online info" core dumps due to "toplevel" window problem
Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed"
gtk_window_set_transient_for(window, parent)
Not working GBC-widget (gamma, brightness, contrast)
in release 0.21.1 @ 01-May-2021 (Gtk+3)
Require libpng >= 1.6.0 for Ubuntu's sake
Added in GUI resizing to fifth and quint
Secured two sprintf() statements
Updated Inno Setup file for Gtk+3 dependencies
Fresh update of application icon
GIF89a: write "XMedCon" in application block
2021-11-05 15:30:51 +01:00
Florian Klink
0886f51b37
xmedcon: fix meta.platforms
...
platforms.darwin and platforms.linux are both lists. They need to be
concatenated, otherwise they're not recognized as supported platforms.
2021-11-05 15:30:51 +01:00
Claudio Bley
7f2b8a3beb
azuredatastudio: 1.17.1 -> 1.33.0 ( #143078 )
2021-11-05 15:25:24 +01:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
...
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b
jami-client-gnome: unset CLUTTER_BACKEND
2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build
2021-11-05 07:10:07 -06:00
Armin Rothfuss
f3ff3fe3db
eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins ( #142407 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Sandro
288e3f8896
Merge pull request #144156 from simonkampe/submit/snapmaker-luban
2021-11-05 14:05:30 +01:00
Sandro
8c0e6e6c76
Merge pull request #144731 from erikarvstedt/btcpayserver-1.3.3
2021-11-05 14:02:23 +01:00
Thiago Kenji Okada
96fb6ed434
Merge pull request #144696 from GKasparov/picom-next
...
picom-next: init at unstable-2021-10-31
2021-11-05 09:54:29 -03:00
06kellyjac
7326f67e42
nerdctl: 0.12.1 -> 0.13.0
2021-11-05 11:55:34 +00:00
Erik Arvstedt
34913fa4e8
btcpayserver: 1.3.2 -> 1.3.3
2021-11-05 11:31:44 +01:00
Sascha Grunert
1889cedd0a
crun: 1.2 -> 1.3
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-05 09:34:48 +01:00
Ben Siraphob
563957288e
Merge pull request #144689 from legendofmiracles/hn
...
haxor-news: fix build
2021-11-04 22:56:17 -05:00
GKasparov
a3aaebc300
picom-next: init at unstable-2021-10-31
2021-11-05 14:52:28 +11:00
Maciej Krüger
01e9eb40da
imgbrd-wrapper: 7.3.2 -> 7.5.1
...
ZHF: https://github.com/NixOS/nixpkgs/issues/144627
2021-11-05 04:47:31 +01:00
figsoda
05b19e3129
Merge pull request #144687 from figsoda/eww-linux
...
eww: set meta.broken on darwin
2021-11-04 22:38:51 -04:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
legendofmiracles
34dad80816
haxor-news: fix build
2021-11-04 20:07:20 -06:00
figsoda
c39e93249a
eww: set meta.broken on darwin
2021-11-04 21:46:24 -04:00
Ryan Burns
68a8b278c1
anup: fix build on darwin
2021-11-04 18:21:10 -07:00
Thiago Kenji Okada
b5a1a988c2
Merge pull request #144581 from Hexadecimaaal/new-bitwig-studio
...
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 22:11:44 -03:00
nixpkgs-upkeep-bot
3702a81873
vscode: 1.61.2 -> 1.62.0
2021-11-05 00:09:37 +00:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
...
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Bernardo Meurer
471043b174
Merge pull request #144308 from andresilva/ledger-live-2.34.4
...
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-04 16:07:51 -07:00
Maximilian Bosch
3adcef2569
Merge pull request #143807 from linyinfeng/jetbrains-prefer-local-build
...
jetbrains: fix preferLocalBuild
2021-11-04 23:45:55 +01:00
Sandro
012811c79d
Merge pull request #144659 from SuperSamus/lavalauncher
2021-11-04 23:00:19 +01:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
...
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00
Sandro
23911f7ee5
Merge pull request #144658 from aanderse/kodi.packages.libretro-genplus
2021-11-04 22:48:17 +01:00
Aaron Andersen
47d8506f90
kodi.packages.libretro-genplus: init at 1.7.4.31
2021-11-04 17:24:46 -04:00
Martino Fontana
e0cfb5db67
lavalauncher: 2.0.0 -> 2.1.1, fix broken build
2021-11-04 22:23:37 +01:00
Sandro
cfefcfc460
Merge pull request #142380 from dan4ik605743/cubocore
2021-11-04 21:50:47 +01:00
Mauricio Collares
076563ebac
sage: import sympy 1.9 update patch
2021-11-04 18:53:06 +01:00
Pavol Rusnak
164173d0fc
Merge pull request #144631 from erikarvstedt/btcpayserver-1.3.2
...
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 18:11:50 +01:00
flexagoon
63a0830244
mullvad-vpn: fix the .desktop file
2021-11-04 20:09:12 +03:00
Ryan Mulligan
630e21704e
Merge pull request #144536 from r-ryantm/auto-update/polkadot
...
polkadot: 0.9.12 -> 0.9.12-1
2021-11-04 09:38:49 -07:00
Erik Arvstedt
661f05bc50
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 17:35:21 +01:00
Anderson Torres
1221903710
Merge pull request #144624 from AndersonTorres/new-elisp-packages
...
elisp updates
2021-11-04 13:34:56 -03:00
AndersonTorres
b4507131cc
emacsPackages.sunrise-commander: 0.pre+unstable=2021-07-22 -> 0.pre+unstable=2021-09-27
2021-11-04 12:50:01 -03:00
AndersonTorres
a0e6ae474a
nongnu-packages 2021-11-04
2021-11-04 12:47:21 -03:00
AndersonTorres
b66cd27f16
melpa-packages 2021-11-04
2021-11-04 12:46:59 -03:00
AndersonTorres
ba6d8767ac
manual fixup
2021-11-04 12:46:21 -03:00
AndersonTorres
74628ed462
elpa-packages 2021-11-04
2021-11-04 12:46:03 -03:00
Ryan Mulligan
db56abb141
Merge pull request #144551 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.36 -> 1.37
2021-11-04 08:22:09 -07:00
ajs124
0b20e55170
Merge pull request #144527 from r-ryantm/auto-update/pdfsam-basic
...
pdfsam-basic: 4.2.6 -> 4.2.7
2021-11-04 15:01:17 +01:00
Anderson Torres
56cccec572
Merge pull request #144573 from AndersonTorres/new-smplayer
...
smplayer: 21.1.0 -> 21.10.0
2021-11-04 10:04:56 -03:00
Bobby Rong
c89bbe3506
Merge pull request #143276 from r-ryantm/auto-update/ashuffle
...
ashuffle: 3.10.1 -> 3.12.3
2021-11-04 20:40:36 +08:00
Patrick Hilhorst
9fcfc32699
Merge pull request #144566 from samuela/upkeep-bot/plexamp-3.8.0-1635984552
2021-11-04 12:30:07 +01:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Sergei Trofimovich
fa34b0f03a
toxic: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
toxic/src/game_chess.c:1633:63: error:
format not a string literal and no format arguments [-Werror=format-security]
1633 | mvwprintw(win, board->y_bottom_bound + 2, x_mid, state->status_message);
| ~~~~~^~~~~~~~~~~~~~~~
2021-11-04 09:49:38 +00:00
Pavol Rusnak
1e207ecd49
Merge pull request #144537 from prusnak/clightning
...
clightning: 0.10.1 -> 0.10.2
2021-11-04 09:02:24 +01:00
Hexadecimal Hyuga
e4214b4a2d
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 15:07:44 +08:00
Emil Karlson
d222938650
qemu: add upstream patches for qemu-6.1.0 regressions
...
first patch fixes crash in 9p code that occasionally happens also in nixos tests
second patch fixes io errors from discards in aio io engine with virtio-scsi
2021-11-04 08:17:50 +02:00
Anderson Torres
c36c40333e
Merge pull request #144496 from AndersonTorres/new-mpv
...
mpv: 0.33.1 -> 0.34.0
2021-11-04 00:31:30 -03:00
Samuel Dionne-Riel
b5b3db3c2f
Merge pull request #144078 from IreneKnapp/tenacity
...
tenacity: init at 0.0.1
2021-11-03 23:30:22 -04:00
AndersonTorres
77dc8455c6
smplayer: 21.1.0 -> 21.10.0
2021-11-04 00:28:18 -03:00
Bobby Rong
ef74ebb7b2
Merge pull request #144374 from r-ryantm/auto-update/kube-score
...
kube-score: 1.12.0 -> 1.13.0
2021-11-04 08:59:44 +08:00
Bobby Rong
1900f53a96
Merge pull request #144378 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.4.10 -> 0.4.12
2021-11-04 08:57:46 +08:00
nixpkgs-upkeep-bot
438367dfba
plexamp: 3.7.1 -> 3.8.0
2021-11-04 00:09:13 +00:00
Daniel Olsen
f64f106ff2
hydrus: 458 -> 460
2021-11-04 00:30:05 +01:00
James Landrein
7a1f2fd9e6
kubectl-evict-pod: init at 0.0.10
2021-11-04 00:08:06 +01:00
R. Ryantm
f9a9b5b617
purple-lurch: 0.6.7 -> 0.7.0
2021-11-03 22:24:46 +00:00
R. Ryantm
4f7f702d6e
pt2-clone: 1.36 -> 1.37
2021-11-03 22:18:08 +00:00
Pavol Rusnak
9ee3139d4e
clightning: 0.10.1 -> 0.10.2
2021-11-03 23:17:36 +01:00
Artturi
f92500945f
Merge pull request #144538 from r-ryantm/auto-update/praat
2021-11-03 23:18:35 +02:00
R. Ryantm
976307adc3
praat: 6.1.53 -> 6.1.55
2021-11-03 20:57:07 +00:00
R. Ryantm
103623757c
polkadot: 0.9.12 -> 0.9.12-1
2021-11-03 20:49:25 +00:00
Justin Bedő
a5ac0a33a7
Merge pull request #144529 from r-ryantm/auto-update/picard-tools
...
picard-tools: 2.26.3 -> 2.26.4
2021-11-04 07:19:02 +11:00
R. Ryantm
509a8c298f
picard-tools: 2.26.3 -> 2.26.4
2021-11-03 19:57:00 +00:00
R. Ryantm
f432442f1b
pdfsam-basic: 4.2.6 -> 4.2.7
2021-11-03 19:45:25 +00:00
Simon Kämpe
74551fd199
snapmaker-luban: init at 4.0.3
2021-11-03 19:30:10 +01:00
Michael Raskin
df3adb0398
Merge pull request #144502 from r-ryantm/auto-update/opensmt
...
opensmt: 2.1.1 -> 2.2.0
2021-11-03 18:23:06 +00:00
R. Ryantm
8fed17e682
opensmt: 2.1.1 -> 2.2.0
2021-11-03 18:03:12 +00:00
AndersonTorres
8153c49e28
mpv: 0.33.1 -> 0.34.0
2021-11-03 14:39:01 -03:00
Eric Bailey
0535a5b7ac
kubernetes-helm: 3.7.0 -> 3.7.1
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-11-03 12:09:36 -05:00
R. Ryantm
6c879fc185
nwg-launchers: 0.5.0 -> 0.6.3
2021-11-03 17:05:12 +00:00
R. Ryantm
b97a25a3c1
nextdns: 1.37.2 -> 1.37.3
2021-11-03 16:29:53 +00:00
Sandro
d2d03877f4
Merge pull request #144321 from aanderse/kodi.packages.keymap
2021-11-03 17:18:06 +01:00
Sandro
d115d1aaef
Merge pull request #144472 from r-ryantm/auto-update/motion
2021-11-03 17:13:18 +01:00
Sandro
227699860a
Merge pull request #144470 from r-ryantm/auto-update/mob
2021-11-03 17:07:01 +01:00
Sandro
ca6d7c54c1
Merge pull request #144462 from Artturin/shutterupda
2021-11-03 17:05:10 +01:00
Sandro
fd5bc0b231
Merge pull request #144461 from r-ryantm/auto-update/mdzk
2021-11-03 16:44:10 +01:00
R. Ryantm
b29edc1cf9
motion: 4.3.2 -> 4.4.0
2021-11-03 15:38:42 +00:00
R. Ryantm
cce52b308c
mob: 1.12.0 -> 2.0.0
2021-11-03 15:29:25 +00:00
R. Ryantm
5c7e0b2e70
mixxx: 2.3.0 -> 2.3.1
2021-11-03 15:19:51 +00:00
markuskowa
ed71268f52
Merge pull request #142695 from ck3d/add-nerd-font-patcher
...
nerd-font-patcher: init at 2.1.0
2021-11-03 16:18:56 +01:00
R. Ryantm
bdc35a6107
minitube: 3.8.1 -> 3.9.1
2021-11-03 15:11:14 +00:00
Artturin
a6a9160e64
shutter: 0.99 -> 0.99.2
2021-11-03 16:47:03 +02:00
R. Ryantm
0ecb9c7945
mdzk: 0.4.2 -> 0.4.3
2021-11-03 14:41:50 +00:00
Bobby Rong
d9cf07e341
Merge pull request #144375 from r-ryantm/auto-update/kube3d
...
kube3d: 5.0.0 -> 5.0.3
2021-11-03 22:26:03 +08:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Sandro
e87e79273a
Merge pull request #144435 from r-ryantm/auto-update/limesctl
2021-11-03 14:08:25 +01:00
Sandro
6548695bca
Merge pull request #144335 from r-ryantm/auto-update/flavours
2021-11-03 14:07:34 +01:00
R. Ryantm
d3963f7e0a
limesctl: 2.0.0 -> 2.0.1
2021-11-03 12:26:03 +00:00
Sandro
4399ca88ab
Merge pull request #144350 from r-ryantm/auto-update/istioctl
2021-11-03 13:17:47 +01:00
Mario Rodas
d494129068
Merge pull request #143434 from r-ryantm/auto-update/soju
...
soju: 0.1.2 -> 0.2.2
2021-11-03 07:11:03 -05:00
Bobby Rong
1c78751423
Merge pull request #144416 from bobby285271/mainprogram
...
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 20:10:33 +08:00
Mario Rodas
b2d3a72eb9
Merge pull request #143476 from r-ryantm/auto-update/signal-cli
...
signal-cli: 0.9.0 -> 0.9.2
2021-11-03 07:00:38 -05:00
Mario Rodas
e86daa95bd
Merge pull request #143462 from r-ryantm/auto-update/seatd
...
seatd: 0.6.2 -> 0.6.3
2021-11-03 06:59:40 -05:00
Mario Rodas
40f7f2cbc6
Merge pull request #143543 from r-ryantm/auto-update/sdrangel
...
sdrangel: 6.17.1 -> 6.17.2
2021-11-03 06:44:17 -05:00
Mario Rodas
ec57fc9bc6
Merge pull request #144180 from marsam/update-rclone
...
rclone: 1.56.2 -> 1.57.0
2021-11-03 06:32:15 -05:00
Bobby Rong
2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 19:07:21 +08:00
Bobby Rong
b951ae6b1b
Merge pull request #144406 from ShamrockLee/graphicsmagick
...
graphicsmagick: add mainProgram
2021-11-03 18:49:37 +08:00
Artturi
0099cd6289
Merge pull request #137636 from bzizou/obitools
2021-11-03 12:30:53 +02:00
Shamrock Lee
3c77e75d14
graphicsmagick: add mainProgram
2021-11-03 18:05:49 +08:00
Luke Granger-Brown
8cafc54845
Merge pull request #144315 from pacien/mercurial-5.9.3
...
mercurial: 5.9.1 -> 5.9.3
2021-11-03 03:05:33 -07:00
Sandro
40224f09aa
Merge pull request #144368 from McSinyx/river-0.1.0
2021-11-03 11:05:09 +01:00
Bruno Bzeznik
0d9ec2d3f0
obitools3: fix build on aarch64 + formatting
2021-11-03 11:59:05 +02:00
R. Ryantm
14ee52edff
elan: 1.3.0 -> 1.3.1
...
(cherry picked from commit 4cb7820ac9
)
2021-11-03 10:51:13 +01:00
Bobby Rong
2842093642
Merge pull request #144301 from r-ryantm/auto-update/barrier
...
barrier: 2.3.3 -> 2.4.0
2021-11-03 17:44:30 +08:00
Bobby Rong
d37e5e2bdf
Merge pull request #144324 from bobby285271/pantheon-tweaks
...
pantheon-tweaks: 1.0.1 -> 1.0.2
2021-11-03 17:41:53 +08:00
Bobby Rong
251c974270
Merge pull request #144313 from r-ryantm/auto-update/catatonit
...
catatonit: 0.1.6 -> 0.1.7
2021-11-03 17:32:22 +08:00
Sergei Trofimovich
72aca77ae5
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-03 09:31:03 +00:00
Sandro
b427b60863
Merge pull request #144383 from r-ryantm/auto-update/kubernetes
2021-11-03 10:21:48 +01:00
Bobby Rong
2f83900c54
Merge pull request #143474 from r-ryantm/auto-update/stgit
...
stgit: 1.3 -> 1.4
2021-11-03 17:17:07 +08:00
R. Ryantm
c97ffef917
kubernetes: 1.22.2 -> 1.22.3
2021-11-03 08:21:01 +00:00
R. Ryantm
c92087aee4
kubeconform: 0.4.10 -> 0.4.12
2021-11-03 08:02:23 +00:00
R. Ryantm
4307f06667
kube3d: 5.0.0 -> 5.0.3
2021-11-03 07:51:28 +00:00
R. Ryantm
9aee009f71
kube-score: 1.12.0 -> 1.13.0
2021-11-03 07:47:46 +00:00
Bobby Rong
5373418b44
Merge pull request #144360 from r-ryantm/auto-update/k0sctl
...
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 15:40:20 +08:00
R. Ryantm
37d0deb4e0
koreader: 2021.09 -> 2021.10.1
2021-11-03 07:34:44 +00:00
Nguyễn Gia Phong
086b23a87a
river: 2021-11-01 -> 0.1.0
2021-11-03 14:14:35 +07:00
Maciej Krüger
4631d5e06e
odoo: add rtlcss depenency
2021-11-03 08:01:17 +01:00
R. Ryantm
173b63fc86
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 06:35:26 +00:00
Maciej Krüger
42c0007e01
Merge pull request #144349 from taku0/firefox-bin-94.0
2021-11-03 06:58:03 +01:00
Maciej Krüger
27b8cb1556
Merge pull request #136101 from gardspirito/oni2
2021-11-03 06:47:16 +01:00
R. Ryantm
a7e4c3cd26
istioctl: 1.11.2 -> 1.11.4
2021-11-03 05:41:47 +00:00
gardspirito
0b2d9625c2
oni2: init at 0.5.7
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-03 06:00:25 +01:00
P. R. d. O
d382dd518f
binance: set electron version on top-level
2021-11-02 21:28:55 -06:00
Ryan Mulligan
90a6e55f1c
Merge pull request #144303 from r-ryantm/auto-update/binance
...
binance: 1.25.0 -> 1.26.0
2021-11-02 20:17:49 -07:00
Maciej Krüger
f7dbaa0754
Merge pull request #144172 from mkg20001/odoo
2021-11-03 03:59:44 +01:00
Aaron Andersen
fc98560b99
Merge pull request #142433 from aanderse/flirc
...
flirc: init at 3.24.3
2021-11-02 22:55:41 -04:00
Maciej Krüger
4a753cd833
odoo: init at 15.0.20211029
2021-11-03 03:52:40 +01:00
R. Ryantm
b1d0b0afef
flavours: 0.5.1 -> 0.5.2
2021-11-03 02:45:42 +00:00
Bobby Rong
847b97220e
pantheon-tweaks: 1.0.1 -> 1.0.2
2021-11-03 10:19:04 +08:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
Aaron Andersen
55cbb8d0b8
kodi.packages.keymap: init at 1.1.3+matrix.1
2021-11-02 21:07:42 -04:00
Aaron Andersen
39479cc20d
kodi.packages.defusedxml: init at 0.6.0+matrix.1
2021-11-02 21:06:41 -04:00
Anderson Torres
946ea034cd
Merge pull request #144304 from trofi/fix-tty-solitaire-on-ncurses-6.3
...
tty-solitaire: fix build against upcoming ncurses-6.3
2021-11-02 21:31:07 -03:00
taku0
18cf5c8cac
thunderbird: 91.2.1 -> 91.3.0
2021-11-03 09:14:01 +09:00
taku0
06708435d1
thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-03 09:13:42 +09:00
R. Ryantm
86acf2c003
catatonit: 0.1.6 -> 0.1.7
2021-11-03 00:13:33 +00:00
André Silva
e67f73ba03
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-02 23:57:47 +00:00
Sergei Trofimovich
0a0a4402de
tty-solitaire: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
src/gui.c:48:13: error: format not a string literal and no format arguments [-Werror=format-security]
48 | card_suits[card->suit]);
| ^~~~~~~~~~
2021-11-02 23:31:42 +00:00
R. Ryantm
55c44e3542
binance: 1.25.0 -> 1.26.0
2021-11-02 23:14:53 +00:00
Nikolay Korotkiy
6f3e276625
josm: 18193 → 18303
2021-11-03 00:12:22 +01:00
R. Ryantm
135ac287c2
barrier: 2.3.3 -> 2.4.0
2021-11-02 23:00:22 +00:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox
2021-11-02 23:31:13 +01:00
Aaron Andersen
79be4cb011
Merge pull request #143891 from aanderse/kodi
...
kodi.packages.libretro-snes9x: init at 1.60.0.29
2021-11-02 17:21:17 -04:00
Ilan Joselevich
383a7900cb
nixopsUnstable: 2.0.0-pre (2021-11-02)
2021-11-02 23:01:32 +02:00
dsx
1cb2345845
terraform-provider-libvirt: 0.6.3 -> 0.6.11 ( #141779 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-11-02 19:27:41 +00:00