Commit Graph

369841 Commits

Author SHA1 Message Date
Fabian Affolter
ae682ef169
Merge pull request #168699 from fabaff/bump-policyuniverse
python3Packages.policyuniverse: 1.4.0.20220110 -> 1.5.0.20220414
2022-04-15 09:50:37 +02:00
Fabian Affolter
08bdeab5c0
python3Packages.sqlite-utils: add pythonImportsCheck 2022-04-15 09:49:44 +02:00
Fabian Affolter
a2c87f6132
Merge pull request #168710 from fabaff/bump-checkov
checkov: 2.0.1034 -> 2.0.1065
2022-04-15 09:44:07 +02:00
Vlad M
aee3138b8f
Merge pull request #168751 from LibreCybernetics/update-pijul
pijul: 1.0.0-beta → 1.0.0-beta.1
2022-04-15 10:39:25 +03:00
lewo
9d1c308649
Merge pull request #168739 from SuperSandro2000/yq-go
yq-go: 4.24.4 -> 4.24.5
2022-04-15 08:55:56 +02:00
Maximilian Bosch
0772c92925
Merge pull request #168514 from drupol/php/april-2022-bumps
php: bumps (April 2022)
2022-04-15 08:42:09 +02:00
Maximilian Bosch
c30945a93f
element-{web,desktop}: 1.10.9 -> 1.10.10
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.10.10
2022-04-15 08:37:04 +02:00
Ilya Fedin
2be32fb551 kotatogram-desktop: fix screensharing on Wayland 2022-04-15 09:42:22 +04:00
Ilya Fedin
7cd3799074 kotatogram-desktop: use clang*Stdenv instead of llvmPackages_*.*stdenv 2022-04-15 09:42:22 +04:00
Ilya Fedin
868da59066 kotatogram-desktop: update patches to fix build on Darwin 2022-04-15 09:42:22 +04:00
Ilya Fedin
923748a634 kotatogram-desktop: update tg_owt 2022-04-15 09:42:17 +04:00
Fabián Heredia Montiel
cb4a8b71c0 pijul: 1.0.0-beta → 1.0.0-beta.1 2022-04-15 00:25:09 -05:00
Mario Rodas
539887622b starship: 2022-04-12 -> 1.6.2
https://github.com/starship/starship/releases/tag/v1.6.2
2022-04-15 04:20:00 +00:00
R. Ryantm
11e148c259 napari: 0.4.14 -> 0.4.15 2022-04-15 04:13:21 +00:00
Mario Rodas
c18683f350
Merge pull request #168630 from fabaff/bump-nuclei
nuclei: 2.6.6 -> 2.6.7
2022-04-14 22:06:45 -05:00
Mario Rodas
3b013d9daf
Merge pull request #168700 from r-ryantm/auto-update/python3.10-srsly
python310Packages.srsly: 2.4.2 -> 2.4.3
2022-04-14 22:05:45 -05:00
R. Ryantm
572d0f9997 firefox-devedition-bin-unwrapped: 100.0b5 -> 100.0b6 2022-04-15 02:57:03 +00:00
Lin Yinfeng
bedc267a78
autoPatchelfHook: fix precise dependency ignorance
This commit fixes precise dependency ignorance by converting the
environment variable `autoPatchelfIgnoreMissingDeps` into a bash array
`ignoreMissingDepsArray`, passing `"${ignoreMissingDepsArray[@]}"`
instead of `"${autoPatchelfIgnoreMissingDeps[@]}"` to the python
script.

The original implementation does not work when
`autoPatchelfIgnoreMissingDeps` contains multiple dependency names.
Because it mistakenly passes `"${autoPatchelfIgnoreMissingDeps[@]}"`
to the python script. According to the Nix manual
(https://nixos.org/manual/nix/stable/expressions/derivations.html),
lists of strings are concatenated into whitespace-separated strings,
then passed to the builder as environment variables. So, if
`autoPatchelfIgnoreMissingDeps = [ "dep1" "dep2" "dep3" ]`,
`"${autoPatchelfIgnoreMissingDeps[@]}"` will be expanded to a single
argument `"dep1 dep2 dep3"`, which is not the intended behavior,
because the python script takes the long argument as a dependency
name.

With this commit, `"${ignoreMissingDepsArray[@]}"` will be expanded to
three arguments `"dep1" "dep2" "dep3"` arguments as expected, fixing
the issue.
2022-04-15 10:35:11 +08:00
Martin Weinelt
831a344b8b
Merge pull request #168439 from r-ryantm/auto-update/brave 2022-04-15 04:30:39 +02:00
R. Ryantm
f27bf2d184 dsq: 0.13.0 -> 0.14.0 2022-04-15 02:27:59 +00:00
Martin Weinelt
a78f962c1f
Merge pull request #168738 from SuperSandro2000/mutagen
python310Packages.mutagen: fix default output not containg code
2022-04-15 04:23:18 +02:00
Sandro
4aa11b21b5
Merge pull request #168455 from barinov274/sanctuary
unigine-sanctuary: init at 2.3
2022-04-15 04:22:15 +02:00
Sandro
f19b0a553d
Merge pull request #168573 from a-m-joseph/boost178-architecture-renaming
boost: fix taxonomy mistake, account taxonomy change in v1.78
2022-04-15 04:18:39 +02:00
Sandro
13e0fadf57
Merge pull request #168560 from malob/fix-libcst-darwin
python3Packages.libcst: fix build on darwin
2022-04-15 04:06:27 +02:00
Sandro Jäckel
a638192019
yq-go: 4.24.4 -> 4.24.5 2022-04-15 04:03:43 +02:00
Sandro Jäckel
0177c0fa27
python310Packages.mutagen: fix default output not containg code 2022-04-15 04:00:31 +02:00
R. Ryantm
1027708f78 cudatext: 1.160.2 -> 1.161.0 2022-04-15 01:43:14 +00:00
Sandro
5181d5945e
Merge pull request #168606 from fgaz/gron/0.7.1
gron: 0.6.1 -> 0.7.1
2022-04-15 03:41:22 +02:00
Sandro
29014d65aa
Merge pull request #167721 from bbigras/kopia
kopia: 0.10.6 -> 0.10.7
2022-04-15 03:32:05 +02:00
Justinas Stankevičius
2532909462
jellyfin-ffmpeg: init at 4.4.1-4, use as default for jellyfin (#151617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-15 03:04:18 +02:00
Will Dietz
dde5b0ca7a
python3Packages.fenics: fix build, pin to older boost (#166728)
* python3Packages.fenics: fix build, pin to older boost

Looking at upstream, there are various issues with newer boost.
(At least some of them have been since fixed)

For now, fix the build by using a version of boost that works
with the current version.

Error here was complaining about `std::min_element`,
which is no longer available, apparently, due to newer boost
no longer (transitively) including <algorithm>.

This was added in C++17, so I'm not sure the cmake flag
specifying dolfin built with C++11 makes sense or is used.
Leaving for now :).

* nixos/tests/fenics: fix name of machine/node in script

Still fails for now.

* python3Packages.fenics: fix accidentally changed strings in subst

Looks like in migration to pkg-config this was erroneously
changed from `pkgconfig` (python package, and source string)
to `pkg-config` (nix package name, tool name).
(see 9bb3fccb5b)

Fixes the NixOS test.
2022-04-14 19:37:20 -05:00
Will Dietz
175925681a libsForQt5.bismuth: 3.1.0 -> 3.1.1
https://github.com/Bismuth-Forge/bismuth/releases/tag/v3.1.1
2022-04-14 19:30:08 -05:00
Anderson Torres
ccb9653427
Merge pull request #168648 from AndersonTorres/new-vivarium
tomlc99: init at 0.pre+date=2022-04-04
tomlcpp: init at 0.pre+date=2022-05-01
2022-04-14 21:08:20 -03:00
Luke Sandell
f8f803a091 cubicsdr: 0.2.5 -> 0.2.7 2022-04-14 18:24:55 -05:00
Thiago Kenji Okada
38cf4f1141
Merge pull request #168714 from thiagokokada/simplify-aerc
aerc: simplify derivation
2022-04-15 00:18:05 +01:00
Drew Risinger
d2b696f5d4 python3Packages.qiskit-finance: fix build 2022-04-14 19:07:05 -04:00
Drew Risinger
85b365078a python3Packages.qiskit: 0.34.2 -> 0.36.0 2022-04-14 19:07:05 -04:00
Drew Risinger
42a14c6b27 python3Packages.qiskit-nature: 0.3.1 -> 0.3.2 2022-04-14 19:07:05 -04:00
Bernardo Meurer
5ff0fefd74
Merge pull request #168588 from TredwellGit/linux
Linux kernels 2022-04-13
2022-04-14 15:54:16 -07:00
Drew Risinger
e95a63295b python3Packages.qiskit-ibmq-provider: 0.18.3 -> 0.19.0 2022-04-14 18:40:22 -04:00
Drew Risinger
c519bc33e8 python3Packages.qiskit-aer: 0.10.3 -> 0.10.4 2022-04-14 18:40:21 -04:00
Michael Weiss
fc197d986a
chromiumBeta: 101.0.4951.26 -> 101.0.4951.34 2022-04-15 00:24:56 +02:00
Alexander Tsvyashchenko
04cac0d41a jaxlib: fixed build with newer bazel version 2022-04-15 00:20:16 +02:00
1000101
0c4287be6a postgresqlPackages.timescaledb: 2.6.0 -> 2.6.1 2022-04-15 00:20:07 +02:00
Robert Scott
fbfa7ea82d mruby: add patch for CVE-2022-1212 2022-04-14 23:18:11 +01:00
Martin Weinelt
71cfaf05c6
Merge pull request #168711 from mweinelt/home-assistant 2022-04-15 00:08:56 +02:00
Thiago Kenji Okada
83287e4e30 aerc: simplify derivation 2022-04-14 23:08:27 +01:00
Michael Weiss
baebb6a997
Merge pull request #168537 from primeos/llvmPackages_14
llvmPackages_14: 14.0.0 -> 14.0.1
2022-04-14 23:55:26 +02:00
Sandro
445c5cc523
Merge pull request #166268 from rhoriguchi/resilio-sync 2022-04-14 23:33:14 +02:00
Thiago Kenji Okada
82d10b5b61
Merge pull request #168647 from ratsclub/aerc-0.8
aerc: added PREFIX to makeFlags
2022-04-14 22:29:07 +01:00