Commit Graph

18525 Commits

Author SHA1 Message Date
Sandro
dad776844f
Merge pull request #145208 from FliegendeWurst/tbb-11.0 2021-11-09 20:07:44 +01:00
Thiago Kenji Okada
77824da219
Merge pull request #144970 from mrVanDalo/feature/terranix-2.5
terranix: 2.4.0 -> 2.5.0
2021-11-09 15:07:13 -03:00
FliegendeWurst
95118217d1 tor-browser-bundle-bin: 10.5.8 -> 11.0 2021-11-09 16:29:08 +01:00
Marvin Dostal
788119f781 nextcloud-client: disable qml caching
There currently seems to be a chance that after a nextcloud-client
update it will crash on startup. This crashing can be fixed by deleting the
`~/.cache/Nextcloud/qmlcache` folder.

For the crashing behavior, see also:
* #127324
* #121594
* #119029
* ...

The workaround introduced in this commit is also already used by muse.
See: 842a0d94cb/pkgs/applications/audio/musescore/default.nix (L34)
2021-11-08 18:56:54 -08:00
Marvin Dostal
52ffa1c36d nextcloud-client: make autostart entry start client from path 2021-11-08 18:56:36 -08:00
Ilan Joselevich
e59e24b370 nextcloud-client: 3.3.5 -> 3.3.6 2021-11-08 18:54:25 -08:00
Sandro
070c8d8341
Merge pull request #145077 from GGG-KILLER/update-qbittorrent 2021-11-08 16:59:24 +01:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain 2021-11-08 16:16:47 +01:00
GGG KILLER
56137af9f1
qbittorrent: 4.3.8 -> 4.3.9 2021-11-08 12:06:57 -03:00
rewine
dcb453fde4 srain: init at 1.3.0 2021-11-08 22:03:54 +08:00
Thiago Kenji Okada
be71d103e6
Merge pull request #144898 from cmars/kubebuilder-3.2.0
kubebuilder: 3.1.0 -> 3.2.0
2021-11-07 21:31:26 -03:00
Sandro
f2c9cf39e5
Merge pull request #145006 from Artturin/spdlogupd 2021-11-07 23:04:28 +01:00
Sandro
d13857bbda
Merge pull request #145008 from marsam/update-tiny 2021-11-07 22:10:25 +01:00
Sandro
4507a3d8c8
Merge pull request #145009 from marsam/update-notmuch 2021-11-07 22:09:34 +01:00
Janne Heß
3ef9b92d91
Merge pull request #145005 from mweinelt/firefox
firefox: 94.0 -> 94.0.1
2021-11-07 21:40:47 +01:00
Florian Klink
32dcff7ba5
Merge pull request #144863 from azuwis/helmfile
helmfile: Stop prefixing PATH with kubernetes-helm
2021-11-07 21:12:07 +01:00
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
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
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
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
Ingolf Wagner
6cc22b4d4a
terranix: 2.4.0 -> 2.5.0 2021-11-07 09:43:34 +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
Fabian Affolter
ef8eb42db5 msmtp: 1.8.18 -> 1.8.19 2021-11-07 00:57:58 +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
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
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
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
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
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
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
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
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden 2021-11-06 12:39:47 +02: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
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
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