Commit graph

283034 commits

Author SHA1 Message Date
Sandro c5abe310fc
Merge pull request #119530 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.9.2 -> 0.10.0
2021-04-15 17:19:10 +02:00
Tim Steinbach 4a30b500f2
python3Packages.sagemaker: 2.34.0 -> 2.35.0 2021-04-15 11:15:40 -04:00
Tim Steinbach 4e28cd42c4
awscli: 1.19.49 -> 1.19.52 2021-04-15 11:14:36 -04:00
Lancelot SIX f8da9ce9fc qgis: 3.10.13 -> 3.16.5
The file has been reformated using nixpkgs-fmt.
2021-04-15 11:14:15 -04:00
Tim Steinbach b417e57f7d
python3Packages.boto3: 1.17.49 -> 1.17.52 2021-04-15 11:13:05 -04:00
Tim Steinbach 4aede51a08
python3Packages.botocore: 1.20.49 -> 1.20.52 2021-04-15 11:12:02 -04:00
Sandro 5268ee2eba
Merge pull request #119518 from OPNA2608/update/sayonara-1.6.0-beta7/21.05
sayonara: 1.6.0-beta6 -> 1.6.0-beta7
2021-04-15 17:11:39 +02:00
Dmitry Kalinkin 652749c4ca
Merge pull request #119524 from alyssais/netbsd-man
netbsd.man: fix hash
2021-04-15 10:40:04 -04:00
Michael Weiss 2c2e8662b9
llvmPackages_12: 12.0.0-rc5 -> 12.0.0
Release notes: https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
2021-04-15 16:31:32 +02:00
Michael Weiss 978fa19ae2
Merge pull request #119528 from sternenseemann/llvmPackages_12-reorganize-files
llvmPackages_12: reorganize files
2021-04-15 16:25:17 +02:00
devhell 96fc3c3880 cpufetch: init at 0.94
A "[s]implistic yet fancy CPU architecture fetching tool", similar to
neofetch, screenfetch, etc.
2021-04-15 14:40:16 +01:00
Jörg Thalheim f21304cfa5
Merge pull request #119519 from sternenseemann/posix-man-pages
man-pages-posix: 2013-a -> 2017-a
2021-04-15 14:33:57 +01:00
Pavol Rusnak 04f094a18a
electrs: 0.8.7 -> 0.8.9 2021-04-15 15:21:05 +02:00
Ajeet D'Souza e754546ef7
zoxide: remove shell checkInputs
remove unused shell check inputs
2021-04-15 21:54:07 +09:00
Robert Schütz f735bdfc0b python3Packages.aioimaplib: 0.7.18 -> 0.8.0 2021-04-15 14:26:25 +02:00
sternenseemann b4279a3209 man-pages-posix: 2013-a -> 2017-a
* Add myself as maintainer
* Refactor nix expression (use pname, version, makeFlags attribute)
2021-04-15 14:25:00 +02:00
sternenseemann 4461230cc5 man-pages-posix: rename from posix_man_pages
Make attribute name match upstream name.
2021-04-15 14:24:56 +02:00
06kellyjac 0ff3276d27 terragrunt: 0.28.20 -> 0.28.22 2021-04-15 13:24:52 +01:00
06kellyjac 66495af8d6 nerdctl: 0.7.3 -> 0.8.0 2021-04-15 13:13:26 +01:00
06kellyjac 01940a7328 boundary: 0.1.8 -> 0.2.0 2021-04-15 12:58:14 +01:00
fortuneteller2k fc0daf4bd3 linux_xanmod: 5.11.13 -> 5.11.14 2021-04-15 19:56:59 +08:00
Dmitry Ivankov 08fc7507ce cargo-raze: 0.2.10 -> 0.12.0 2021-04-15 13:28:21 +02:00
sternenseemann 081b9423d4 llvmPackages*: fix paths to libcxx-0001-musl-hacks.patch
This patches are included from libcxx and libcxxabi when
stdenv.hostPlatform.isMusl. After #117433 the patchs to that patch
wasn't adjusted for the new structure, likely because it doesn't come up
during normal eval. This fixes (among other attribute paths):

* pkgsMusl.llvmPackages_12.libcxxabi
* pkgsMusl.llvmPackages_12.libcxx
* pkgsMusl.llvmPackages_11.libcxxabi
* pkgsMusl.llvmPackages_11.libcxx
* pkgsMusl.llvmPackages_10.libcxxabi
* pkgsMusl.llvmPackages_10.libcxx
* pkgsMusl.llvmPackages_9.libcxxabi
* pkgsMusl.llvmPackages_9.libcxx
* pkgsMusl.llvmPackages_8.libcxxabi
* pkgsMusl.llvmPackages_8.libcxx
* pkgsMusl.llvmPackages_7.libcxxabi
* pkgsMusl.llvmPackages_7.libcxx
* pkgsMusl.llvmPackages_6.libcxxabi
* pkgsMusl.llvmPackages_6.libcxx
* pkgsMusl.llvmPackages_5.libcxxabi
* pkgsMusl.llvmPackages_5.libcxx

Only evaluation was tested, not compilation though.
2021-04-15 13:24:04 +02:00
James Landrein 317b0b864a velero: 1.5.4 -> 1.6.0 2021-04-15 13:19:42 +02:00
sternenseemann 62ec3db017 stdenv/freebsd/cc: make overrideable fixing nixpkgs eval
stdenv.cc didn't have an override attribute on FreeBSD previously,
breaking evaluation of all-packages.nix consequently.

Resolves #119075.
2021-04-15 12:49:41 +02:00
Alyssa Ross 9767460d00 lib.systems.examples.amd64-netbsd: add warning
Otherwise, nobody will know it's deprecated!
2021-04-15 10:45:04 +00:00
sternenseemann 781e69d19c llvmPackages_12: reorganize files
Restructure pkgs/development/compilers/llvm/12 in a similar spirit
as #117433 to mirror the other llvm directories.
2021-04-15 12:44:05 +02:00
06kellyjac c0fdf1fd41 starboard-octant-plugin: 0.9.2 -> 0.10.0 2021-04-15 11:36:18 +01:00
sternenseemann 894b606945 ocamlPackages.wayland: init at 0.2 2021-04-15 11:51:06 +02:00
Fabian Affolter c81bfad279 siege: 4.0.7 -> 4.0.8 2021-04-15 11:34:48 +02:00
Alyssa Ross ea50a8c811
netbsd.man: fix hash
This was identical to the hash for "misc" above, so was obviously just
a copy and paste error.
2021-04-15 09:24:14 +00:00
Peter Hoeg 22c7e4f3d9 sdrangel: 6.4.0 -> 6.8.0 2021-04-15 17:06:39 +08:00
Peter Hoeg 4be05878ea rtl-sdr: minor build fixes 2021-04-15 17:06:39 +08:00
Peter Hoeg 79e8069df8 librtlsdr: init at 0.8.0 2021-04-15 17:06:39 +08:00
Michael Weiss 1ea4855ce6
Merge pull request #119483 from primeos/chromium
chromium: 89.0.4389.128 -> 90.0.4430.72
2021-04-15 10:44:46 +02:00
Atemu 87e667540a zen-kernels: 5.11.13 -> 5.11.14 2021-04-15 10:36:16 +02:00
zowoq 9c8cb61854 gh: 1.8.1 -> 1.9.0
https://github.com/cli/cli/releases/tag/v1.9.0
2021-04-15 10:22:29 +02:00
Thomas Gerbet 54ac23c6b9 mujs: 1.0.9 -> 1.1.1 2021-04-15 10:18:55 +02:00
Yurii Matsiuk 1c552c29ca
libfprint-2-tod1-goodix: fix driver path
Signed-off-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-15 08:55:44 +02:00
Yurii Matsiuk b29ed56049
nixos/fprintd: add TOD support
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-15 08:55:39 +02:00
OPNA2608 f028bddd42 sayonara: 1.6.0-beta6 -> 1.6.0-beta7, add python & update script 2021-04-15 08:54:14 +02:00
Michael Weiss 7bf3b1fe95 lf: Remove myself as maintainer
I'm not really using it anymore.
2021-04-15 02:25:05 -04:00
Michael Weiss 402e17aef3 lf: 21 -> 22 2021-04-15 02:25:05 -04:00
R. RyanTM 818c982c20 carla: 2.2.0 -> 2.3.0 2021-04-15 02:20:43 -04:00
R. RyanTM 12ac4de46a entt: 3.7.0 -> 3.7.1 2021-04-15 02:18:54 -04:00
R. RyanTM 13ff90fa44 fly: 7.1.0 -> 7.2.0 2021-04-15 02:16:50 -04:00
R. RyanTM 150ad4ec58 grit: 0.2.0 -> 0.3.0 2021-04-15 02:13:44 -04:00
Fabian Affolter a97f6bbcc4
Merge pull request #119499 from r-ryantm/auto-update/httpx
httpx: 1.0.4 -> 1.0.5
2021-04-15 07:55:48 +02:00
Raghav Sood 73438d7cd5 rippled: 1.6.0 -> 1.7.0 2021-04-15 07:30:38 +02:00
joachimschmidt557 bdf2f66862 nimmm: 0.1.2 -> 0.2.0 2021-04-15 07:12:55 +02:00