3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

369565 commits

Author SHA1 Message Date
Maximilian Bosch b56bba188b
eva: 0.2.7 -> 0.3.0
Changes: https://github.com/nerdypepper/eva/compare/v0.2.7...v0.3.0

I ha to go back to using `fetchFromGitHub` because `0.3.0` is not
published on crates.io (cc @NerdyPepper).
2022-04-15 13:12:15 +02:00
Lassulus 92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
Alyssa Ross 8885584bdf neomutt: 20211029 -> 20220408 2022-04-15 08:26:15 +00:00
Michele Guerini Rocco 09f816e976
Merge pull request #156401 from TLATER/tlater/gitea-hide-secrets
nixos/gitea: Prevent secrets from being exposed at ExecStart time
2022-04-15 10:26:12 +02:00
Damien Cassou 7c610d3755
Merge pull request #163409 from stephaneyfx/fix-iosevka-bin-meta
iosevka-bin: Fix meta attributes
2022-04-15 09:59:00 +02:00
Stephane Raux 5eae254161
iosevka-bin: Fix meta attributes
Joining the entire `iosevka.meta` set seemed to cause some attributes to
not be set as expected. For example `iosevka-bin.meta.name` was
`iosevka-14.0.1` instead of `iosevka-bin-10.1.0`, and
`iosevka-bin.meta.position` also pointed to `iosevka/default.nix`
instead of `iosevka/bin.nix`.
2022-04-15 09:56:03 +02:00
Fabian Affolter e899627635
Merge pull request #168622 from r-ryantm/auto-update/python3.10-motionblinds
python310Packages.motionblinds: 0.6.4 -> 0.6.5
2022-04-15 09:51:28 +02:00
Fabian Affolter b45427d846
Merge pull request #168629 from fabaff/bump-grype
grype: 0.34.7 -> 0.35.0
2022-04-15 09:51:16 +02:00
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 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
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 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
Martin Weinelt 831a344b8b
Merge pull request #168439 from r-ryantm/auto-update/brave 2022-04-15 04:30:39 +02: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
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
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
Thiago Kenji Okada 38cf4f1141
Merge pull request #168714 from thiagokokada/simplify-aerc
aerc: simplify derivation
2022-04-15 00:18:05 +01:00
Bernardo Meurer 5ff0fefd74
Merge pull request #168588 from TredwellGit/linux
Linux kernels 2022-04-13
2022-04-14 15:54:16 -07: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
Niklas Hambüchen 0a9c88ab30
Merge pull request #167301 from lourkeur/update/ghc_filesystem
ghc_filesystem: 1.5.6 -> 1.5.12
2022-04-14 22:42:22 +02:00
Fabian Affolter 375b0b5d72 python3Packages.cyclonedx-python-lib: 2.0.0 -> 2.2.0 2022-04-14 22:40:19 +02:00