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
Pascal Bach
cf3102118b
cryptomator: 1.5.14 -> 1.5.15
2021-04-21 22:58:05 +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
Fabian Affolter
d0b4feab81
python3Packages.pysonos: 0.0.40 -> 0.0.43
2021-04-21 22:51:08 +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
Fabian Affolter
21485c0d41
python3Packages.faadelays: 0.0.6 -> 0.0.7
2021-04-21 22:33:03 +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
Fabian Affolter
842d0a821c
python3Packages.yeelight: 0.6.0 -> 0.6.1
2021-04-21 21:33:01 +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
Kevin Rauscher
fb580e732f
metals: 0.10.1 -> 0.10.2
2021-04-21 19:56:22 +02:00
Cole Helbling
e2efd87f5e
python3.pkgs.liblzfse: init at 0.4.1
2021-04-21 10:30:25 -07:00
Cole Helbling
d043a23408
python3.pkgs.kaitaistruct: add compression functionality
2021-04-21 10:09:50 -07:00
Malo Bourgon
fd44ecd1d8
fishPlugins.done: init at 1.16.1
2021-04-21 10:04:32 -07:00
Michael Weiss
c88a223e38
nvme-cli: Remove myself as maintainer
2021-04-21 18:54:54 +02:00
Michael Weiss
7b29dd9f75
nvme-cli: 1.13 -> 1.14
2021-04-21 18:51:25 +02:00
Fabian Affolter
045febc92d
wprecon: init at 1.6.3a
2021-04-21 18:46:40 +02:00
Mihai Fufezan
d3059bfff3
orchis: 2021-02-28 -> 2021-04-20
2021-04-21 19:20:14 +03: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
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
Fabian Affolter
de048123a1
badtouch: init at 0.7.3
2021-04-21 18:04:01 +02:00
Taeer Bar-Yam
0a8784d5db
stdenv/{native,nix}: add lib to cc-wrapper args
2021-04-21 11:56:55 -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
Johannes Schleifenbaum
a9a31573e4
phpPackages.composer: 2.0.11 -> 2.0.12
2021-04-21 17:12:48 +02:00
"Kyle Ondy"
ebed784637
vimPlugins.git-worktree-nvim: init at 2021-04-19
2021-04-21 11:09:47 -04:00
"Kyle Ondy"
bb82ab69c4
vimPlugins: update
2021-04-21 11:09:23 -04:00
Johannes Schleifenbaum
94514eec55
protoc-gen-twirp_php: 0.6.0 -> 0.7.1
2021-04-21 17:02:39 +02:00
Tim Steinbach
389395b0af
python3Packages.sagemaker: 2.35.0 -> 2.37.0
2021-04-21 09:47:42 -04: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
Ilan Joselevich
7a89726eb0
nextcloud-client: 3.1.3 -> 3.2.0
2021-04-21 15:19:24 +03: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