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
Luke Granger-Brown
447b0dd0ec
Merge pull request #168696 from lukegb/168681-vulnerability-roundup-113-pomerium-0170-1-advisory-91
...
pomerium: 0.17.0 -> 0.17.1
2022-04-14 22:26:16 +01:00
Bernardo Meurer
c8eee90c02
Merge pull request #168626 from maxeaubrey/1password-gui_8.6.1
...
_1password-gui: 8.6.0 -> 8.6.1
2022-04-14 14:18:20 -07:00
Fabian Affolter
fa62101933
Merge pull request #168639 from r-ryantm/auto-update/python310Packages.dask-mpi
...
python310Packages.dask-mpi: 2021.11.0 -> 2022.4.0
2022-04-14 23:12:12 +02:00
Janne Heß
0efb6720a4
nixos/console: Fix attribute path to fix eval
2022-04-14 22:07:41 +01:00
Martin Weinelt
beb649f5d1
home-assistant: 2022.4.3 -> 2022.4.4
...
https://github.com/home-assistant/core/releases/tag/2022.4.4
2022-04-14 23:07:10 +02:00
Michael Weiss
7d6b9b7e4c
Merge pull request #167534 from NickCao/wayland-utils-cross
...
wayland-utils: add pkg-config to depsBuildBuild
2022-04-14 23:02:18 +02:00
Fabian Affolter
cf1aeb3ef0
checkov: 2.0.1034 -> 2.0.1065
2022-04-14 23:00:07 +02:00
Artturi
f9c1f02601
Merge pull request #168649 from r-ryantm/auto-update/python310Packages.geocachingapi
...
python310Packages.geocachingapi: 0.1.1 -> 0.2.1
2022-04-15 00:00:04 +03:00
Artturi
82c41765d3
Merge pull request #168652 from rhoriguchi/gitkraken
...
gitkraken: 8.3.3 -> 8.4.0
2022-04-14 23:55:28 +03:00
Artturi
5849fe99b8
Merge pull request #168653 from flokli/wire-desktop-libxshmfence
...
wire-desktop: fix linux build
2022-04-14 23:55:01 +03:00
Fabian Affolter
88ca1f3e1b
python3Packages.bc-python-hcl2: 0.3.37 -> 0.3.39
2022-04-14 22:54:23 +02:00
Lassulus
15b5c29a41
Merge pull request #168600 from helsinki-systems/feat/systemd-stage-1-keymap
...
nixos/stage-1-systemd: Add keymap support
2022-04-14 21:50:52 +01:00
zowoq
3c18b8109f
iperf3: fix darwin build
...
lksctp-tools is linux only
2022-04-15 06:46:15 +10:00