Commit graph

370857 commits

Author SHA1 Message Date
Alexander Sieg
228209d60b libnfc: 1.7.1 -> 1.8.0
https://github.com/nfc-tools/libnfc/blob/master/ChangeLog
2022-04-16 16:01:04 +02:00
Guillaume Girol
0f9c731efa
Merge pull request #168326 from wahjava/update-openssh-hpn
openssh_hpn: 8.9p1 -> 9.0p1
2022-04-16 13:56:43 +00:00
José Romildo Malaquias
b5c77c7f0d
Merge pull request #168591 from kouyk/update/vivaldi
vivaldi: 5.1.2567.73-1 -> 5.2.2623.33-1
2022-04-16 10:55:56 -03:00
06kellyjac
cb28533203 syft: 0.44.0 -> 0.44.1 2022-04-16 14:55:45 +01:00
happysalada
b01b9080bd vector: 0.20.1 -> 0.21.0 2022-04-16 09:54:19 -04:00
06kellyjac
ec548e26d5 driftctl: 0.28.0 -> 0.28.1 2022-04-16 14:42:56 +01:00
Guillaume Girol
163f66a804
Merge pull request #168496 from chuangzhu/gotktrix
gotktrix: 0.1.2 -> 0.1.3
2022-04-16 13:29:40 +00:00
Kevin Cox
c8b84603f0
Merge pull request #167205 from pacien/gscan2pdf-2.12.6
gscan2pdf: 2.12.5 -> 2.12.6
2022-04-16 09:28:43 -04:00
R. Ryantm
b690d6aff3 python310Packages.diff-cover: 6.4.5 -> 6.5.0 2022-04-16 13:24:46 +00:00
Alyssa Ross
7d83997eb4 busybox: 1.34.1 -> 1.35.0 2022-04-16 13:23:37 +00:00
Guillaume Girol
2073659a0f
Merge pull request #168286 from liff/dsq/add-version-on-build
dsq: pass version to the build
2022-04-16 13:21:18 +00:00
Florian Klink
b2f5308400 nixos/doc: move "Building NixOS" into "Installation", not "Development"
This section mostly describes how to build various installer images, so
it fits better in that chapter.

Proposed in https://github.com/NixOS/nixpkgs/pull/168306#discussion_r848329534
2022-04-16 15:19:03 +02:00
Mario Rodas
1946ce259d
Merge pull request #168913 from mikroskeem/darwin-libpostal
libpostal: mark supported on darwin
2022-04-16 08:14:48 -05:00
Mario Rodas
541e870d94
Merge pull request #168856 from marsam/update-tldr
tldr: 1.4.2 -> 1.4.3
2022-04-16 08:14:17 -05:00
Guillaume Girol
2a4c323276
Merge pull request #168349 from viraptor/ejson2env-version
ejson2env: add version
2022-04-16 13:10:56 +00:00
Guillaume Girol
649b8992ed
Merge pull request #168405 from dotlambda/abcmidi-2022.04.06
abcmidi: 2022.03.20 -> 2022.04.06
2022-04-16 13:05:47 +00:00
06kellyjac
5ed926eb38 trivy: 0.25.3 -> 0.26.0 2022-04-16 14:05:01 +01:00
Florian Klink
b2383b6329
Merge pull request #168306 from flokli/nixos-doc-installer-drivers
nixos/doc: add notes on additional drivers or firmware
2022-04-16 15:03:24 +02:00
Martin Weinelt
c846ab80fc
Merge pull request #168388 from rembo10/sickgear-update
sickgear: 0.25.28 -> 0.25.31
2022-04-16 14:48:04 +02:00
Thiago Kenji Okada
6b2691d7ce graalvmXX-ce: add documentation to mkGraal function 2022-04-16 13:38:25 +01:00
Martin Weinelt
e91da70b45
python3Packages.astropy-extension-helpers: disable racy test
https://github.com/astropy/extension-helpers/issues/43
2022-04-16 14:17:06 +02:00
Timo Kaufmann
4671196d03
Merge pull request #165968 from fgaz/xprintidle/init
xprintidle: init at 0.2.4
2022-04-16 14:05:50 +02:00
Maxine Aubrey
d9d57d2053
yaru-theme: unstable-2022-04-07 -> 22.04.4 2022-04-16 14:03:16 +02:00
github-actions[bot]
6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
Mark Vainomaa
9f4b7f2952
libpostal: mark supported on darwin 2022-04-16 15:00:45 +03:00
Thiago Kenji Okada
5c9a866551 graalvmXX-ce: add sourcesPath parameter
In #168816, we removed support for Python/Ruby/WASM to reduce the
support burden of GraalVM languages that, arguably, are not really being
used.

However, the way that `pkgs.graalvmCEPackages.mkGraal` function works
right now doesn't allow passing a custom sources file, that would allow
someone to compile GraalVM with the additional products (e.g.: Python).
This PR adds this possibility.

So if someone wants to create a custom graalvm11-ce derivation with
Python support, for example, they can do something like this:

```nix
let
   graalvm11-ce-custom = pkgs.graalvmCEPackages.mkGraal {
      config = {
         x86_64-linux = {
            products = [ "graalvm-ce" "python-installable-svm" ];
            arch = "linux-amd64";
         };
      };
      defaultVersion = "22.0.0.2";
      javaVersion = "11";
      platforms = "x86_64-linux";
      sourcesPath = /home/someone/graalvm11-ce-sources.json;
   };
in
{
   environment.systemPackages = [ graalvm11-ce-custom ];
}
```
2022-04-16 12:59:54 +01:00
Luflosi
faad370edc nixos/ipfs: fix the services.ipfs.autoMigrate option
Apparently this was never properly tested and never worked. When the IPFS repo needs upgrading, the first call to ipfs, which is run before running the migration, fails with the error message "Error: ipfs repo needs migration".
To fix this, simply run the migration before any `ipfs config` calls but don't run it when `dataDir` is empty and we need to call `ipfs init`.
Writing a NixOS test for this would require keeping at least two versions of IPFS in Nixpkgs, which we don't currently do.
2022-04-16 07:38:13 -04:00
Luflosi
8a5e51525d nixos/ipfs: add Luflosi as maintainer 2022-04-16 07:38:13 -04:00
Luflosi
6b2eca8d56 nixos/ipfs: remove unused code
This code became obsolete with 4044d81d5c, just a couple days after it was introduced.
2022-04-16 07:38:13 -04:00
Martin Weinelt
83e19bd62e
python3Packages.graphql-relay: 3.1.5 -> 3.2.0
Fixes the build with graphql-core 3.2.0.
2022-04-16 13:22:15 +02:00
Martin Weinelt
4df594601b
python3Packages.pytest-describe: init at 2.0.1 2022-04-16 13:22:04 +02:00
X9VoiD
077d187a4b broadcom_sta: fix build on linux 5.17
Fix build issues when compiling against Linux 5.17
2022-04-16 13:15:26 +02:00
ajs124
f699697857
Merge pull request #164790 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.72.8 -> 0.72.9
2022-04-16 12:08:29 +01:00
Martin Weinelt
009f4890e0
Merge pull request #168516 from Ericson2314/newer-wasi-libc 2022-04-16 13:02:07 +02:00
ajs124
1622d0fe71
Merge pull request #164787 from r-ryantm/auto-update/liquibase
liquibase: 4.8.0 -> 4.9.0
2022-04-16 11:56:29 +01:00
Faye Duxovni
bc5e8ae506 buildRustCrate: don't try to set CARGO_FEATURE_ variables for dep: features
These features are internal-only, have special characters that bash
doesn't support in variable names, and aren't normally given
environment variables by cargo as far as I can tell.
2022-04-16 06:53:45 -04:00
R. Ryantm
4624d0a8d3 bacon: 2.0.1 -> 2.1.0 2022-04-16 06:50:47 -04:00
R. Ryantm
4f1fd175d3 brave: 1.37.113 -> 1.37.116 2022-04-16 12:48:00 +02:00
Franz Pletz
fc4e939cef
Merge pull request #162550 from fortuneteller2k/polybar 2022-04-16 12:47:18 +02:00
Artturi
efc532dc6f
Merge pull request #168868 from marsam/update-starship
starship: 2022-04-12 -> 1.6.2
2022-04-16 13:37:20 +03:00
Thiago Kenji Okada
113a29b107
Merge pull request #168816 from thiagokokada/graalvm-cleanup
graalvmXX-ee: remove; graalvmXX-ce: remove Ruby/Python/WASM support
2022-04-16 11:36:41 +01:00
Maximilian Bosch
a278bc7ee5
Merge pull request #168780 from Ma27/bump-eva
eva: 0.2.7 -> 0.3.0
2022-04-16 12:35:29 +02:00
R. Ryantm
7062faa185 python310Packages.pg8000: 1.24.1 -> 1.24.2 2022-04-16 10:15:36 +00:00
Thiago Kenji Okada
7b6c4f0c2a
Merge pull request #168849 from r-ryantm/auto-update/babashka
babashka: 0.8.0 -> 0.8.1
2022-04-16 11:13:12 +01:00
Thiago Kenji Okada
bc73bc21ce graalvm17-ce: enable Native Image in aarch64-linux
Co-authored-by: tricktron <tgagnaux@gmail.com>
2022-04-16 11:08:15 +01:00
Fabian Affolter
93086bf7d0
Merge pull request #168850 from r-ryantm/auto-update/python3.10-pyamg
python310Packages.pyamg: 4.2.2 -> 4.2.3
2022-04-16 12:07:04 +02:00
Fabian Affolter
ebdb850fc4
Merge pull request #168894 from fabaff/bump-pymazda
python3Packages.pymazda: 0.3.2 -> 0.3.3
2022-04-16 11:17:37 +02:00
Fabian Affolter
2f336f4efd
Merge pull request #168001 from fabaff/rns
python3Packages.rns: init at 0.3.4, python3Packages.nomadnet: init at 0.1.7, python3Packages.lxmf: init at 0.1.4
2022-04-16 10:57:08 +02:00
Fabian Affolter
645e0d852d
Merge pull request #168854 from aaronjheng/sudolikeaboss
sudolikeaboss: remove
2022-04-16 10:56:21 +02:00
Fabian Affolter
847c858b21
Merge pull request #168889 from fabaff/bump-flux-led
python3Packages.flux-led: 0.28.27 -> 0.28.28
2022-04-16 10:53:03 +02:00