Commit graph

283782 commits

Author SHA1 Message Date
Benjamin Koch 8122221c9b nixos/nextcloud: Rename services.nextcloud.nginx.disableImagemagick to services.nextcloud.nginx.enableImagemagick
Enable options are preferred. Suggested here:
https://github.com/NixOS/nixpkgs/pull/115372#issuecomment-821900334
2021-04-22 02:17:12 +02:00
Fabian Affolter eef5121007
Merge pull request #120105 from Luflosi/fix-typo-in-cpu-freq-description
nixos/cpu-freq: fix typo in description
2021-04-22 00:55:45 +02:00
Martin Weinelt 61ecd7c2cd
Merge pull request #120118 from fabaff/dsmr-parser 2021-04-22 00:34:04 +02:00
Martin Weinelt 49c56ee39e
Merge pull request #120114 from fabaff/hyperion-py 2021-04-22 00:07:56 +02:00
Fabian Affolter 811cde0320 home-assistant: enable dsmr tests 2021-04-21 23:55:09 +02:00
Fabian Affolter d4c673e80a home-assistant: update component-packages 2021-04-21 23:53:47 +02:00
Jörg Thalheim f73da2880a
Merge pull request #120109 from zowoq/nix-update
nix-update: 0.3.2 -> 0.4.0
2021-04-21 22:53:45 +01:00
Fabian Affolter af2ff60af0 python3Packages.dsmr-parser: init at 0.29 2021-04-21 23:52:59 +02:00
adisbladis d021e6394e
Merge pull request #120110 from zowoq/podman
podman: 3.1.1 -> 3.1.2
2021-04-21 23:51:56 +02:00
Fabian Affolter 5119a3386c python3Packages.tailer: init at 0.4.1 2021-04-21 23:47:30 +02:00
Fabian Affolter c14b8f6fc0 home-assistant: enable hyperion tests 2021-04-21 23:19:47 +02:00
Fabian Affolter eaeade4e2c home-assistant: update component-packages 2021-04-21 23:17:59 +02:00
Fabian Affolter 6d44df9860 python3Packages.hyperion-py: init at 0.7.4 2021-04-21 23:17:02 +02:00
Fabian Affolter f37c7c7ba8
Merge pull request #120098 from FlorianFranzen/binwalk
binwalk: init from python3Packages.binwalk
2021-04-21 22:59:38 +02:00
Fabian Affolter 2fe3c76bcf
Merge pull request #120104 from Luflosi/fix-typo-in-comment
nixos/ipfs: fix typo in comment
2021-04-21 22:52:25 +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
Tim Steinbach 529ecceaa6 jenkins: 2.277.2 → 2.277.3 2021-04-21 22:38:53 +02:00
sternenseemann fb8c527586 ocamlPackages.irmin: 2.5.2 -> 2.5.3
https://github.com/mirage/irmin/releases/tag/2.5.3
2021-04-21 22:32:06 +02: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
Maximilian Bosch d7986bb0dd
Merge pull request #120075 from jojosch/php-composer-2.0.12
phpPackages.composer: 2.0.11 -> 2.0.12
2021-04-21 22:21:40 +02:00
Luflosi e205a4800f
nixos/cpu-freq: fix typo in description
This typo was introduced when the option was first added in 2011, almost 10 years ago (ae82e7b048).
2021-04-21 22:03:18 +02:00
Luflosi 5ff547e729
nixos/ipfs: fix typo in comment
This typo was introduced in 4044d81d5c.
2021-04-21 21:49:48 +02:00
Maximilian Bosch 52b2fec43b
Merge pull request #120082 from FliegendeWurst/tbb-bin-10.0.16
tor-browser-bundle-bin: 10.0.15 -> 10.0.16
2021-04-21 21:34:49 +02:00
Michele Guerini Rocco bb2bcb63ce
Merge pull request #120095 from sbruder/update-vapoursynth-R53
vapoursynth: R52 -> R53
2021-04-21 20:41:53 +02:00
Martin Weinelt e22b1dbfef
Merge pull request #120085 from FlorianFranzen/unify 2021-04-21 20:27:58 +02:00
Florian Franzen 36b6a70302 unify: init from python3Packages.unify 2021-04-21 20:14:11 +02:00
Florian Franzen a24fb17c96 binwalk: init from python3Packages.binwalk 2021-04-21 20:12:38 +02:00
Florian Franzen 3ff8a6406e python3Packages.unify: init at 0.5 2021-04-21 20:06:46 +02:00
Simon Bruder 71ccdd243f
vapoursynth: R52 -> R53 2021-04-21 19:58:15 +02:00
Florian Franzen ff06494b48 python3Packages.untokenize: init at 0.1.1 2021-04-21 19:57:21 +02:00
FliegendeWurst 9c39fef460 tor-browser-bundle-bin: 10.0.15 -> 10.0.16 2021-04-21 18:13:24 +02:00
Henri Menke b14062b75c zfsUnstable: 2.0.4 -> 2.1.0-rc3
In https://github.com/openzfs/zfs/commit/658fb802 OpenZFS introduced a
new compatibility feature. This is accompanied by some default profiles
which are located in the $out output of the Nix derivation. However,
these compatibility profiles are used by both the zpool executable
located in $out and the libzfs library located in $lib. This
inadvertently creates a cycle, because zpool refers to $lib to link
against libzfs but libzfs refers back to $out for the compatibility
profiles.

There are two possible routes to rectify this problem:

 1. Patch the zpool source code to not read the compatibility profiles
    and adjust the build system to put them into the $lib output.

 2. Simply remove the $out/$lib split.

Since no other derivation in nixpkgs refers to the $lib output
explicitly we opt for the latter, because this is also in accordance
with upstream.
2021-04-21 09:08:18 -07: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
midchildan f36aca9e82
nnn: don't make supported tools a requirement
Fixes #119728.
2021-04-22 00:49:43 +09:00
Johannes Schleifenbaum a9a31573e4
phpPackages.composer: 2.0.11 -> 2.0.12 2021-04-21 17:12:48 +02:00
Michael Weiss 93184413f2
Merge pull request #120055 from primeos/chromiumBeta
chromiumBeta: 90.0.4430.72 -> 90.0.4430.85
2021-04-21 15:24:41 +02: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
Vincent Laporte 1f1a77bdb7 ocamlPackages.labltk: fix ocamlbrowser by wrapping
Also remove legacy versions
2021-04-21 13:56:54 +02: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
Pascal Bach 8c87951c37
Merge pull request #120039 from max-wittig/patch-8
gitlab-runner: 13.10.0 -> 13.11.0
2021-04-21 11:51:21 +02:00
Jörg Thalheim 63a2e9cb20
Merge pull request #120034 from 06kellyjac/cosign
cosign: use buildFlagsArray
2021-04-21 10:17:40 +01:00
Max Wittig 9b9782834d
gitlab-runner: 13.10.0 -> 13.11.0 2021-04-21 11:04:21 +02:00
Sandro 8284fc30c8
Merge pull request #120036 from samuelgrf/rtw88_2021-04-19
linuxPackages.rtw88: 2021-04-01 -> 2021-04-19
2021-04-21 10:39:40 +02:00
Sandro f7e9cfcc06
Merge pull request #120033 from fabaff/hachoir
python3Packages.hachoir: init at 3.1.2
2021-04-21 10:39:09 +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
Jörg Thalheim 9db7a33bfc
Merge pull request #120035 from Mic92/radare2
radare2: 5.1.1 -> 5.2.0
2021-04-21 09:32:32 +01:00
Sandro 80c51ce9b2
Merge pull request #120027 from dotlambda/pytube-10.7.2
python3Packages.pytube: 10.7.1 -> 10.7.2
2021-04-21 10:30:49 +02:00