3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

429599 commits

Author SHA1 Message Date
Fabian Affolter 30c92ecbf4
Merge pull request #202794 from fabaff/nomadnet-bump
python310Packages.rns: 0.4.1 -> 0.4.2, python310Packages.lxmf: 0.2.5 -> 0.2.6, python310Packages.nomadnet: 0.2.7 -> 0.2.8
2022-11-25 09:50:48 +01:00
R. Ryantm a2873799a0 cilium-cli: 0.12.8 -> 0.12.9 2022-11-25 08:44:08 +00:00
R. Ryantm 0e4349d1eb buildah-unwrapped: 1.28.0 -> 1.28.1 2022-11-25 08:25:16 +00:00
Fabian Affolter ba26dcfcc7 python310Packages.pubnub: 7.0.1 -> 7.0.2
Changelog: https://github.com/pubnub/python/releases/tag/7.0.2
2022-11-25 09:21:50 +01:00
Fabian Affolter 720980d334 python310Packages.pbnub: add changelog to meta 2022-11-25 09:20:50 +01:00
Fabian Affolter b2b6a152d4
Merge pull request #202602 from fabaff/pyotgw-bump
python310Packages.pyotgw: 2.1.2 -> 2.1.3
2022-11-25 09:20:01 +01:00
Robert Schütz 44587571d2 collectd: use python3 2022-11-25 00:07:27 -08:00
Robert Schütz 527fe355d0 toluapp: build using cmake
SCons depends on python2.
2022-11-25 00:06:11 -08:00
Fabian Affolter 5037e98639 python310Packages.nomadnet: 0.2.7 -> 0.2.8
Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.2.8
2022-11-25 09:03:06 +01:00
Fabian Affolter 9e0e98d087 python310Packages.lxmf: 0.2.5 -> 0.2.6
Changelog: https://github.com/markqvist/LXMF/releases/tag/0.2.6
2022-11-25 09:02:19 +01:00
Fabian Affolter 9aef10cf59 python310Packages.rns: 0.4.1 -> 0.4.2
Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.4.2
2022-11-25 09:01:22 +01:00
Fabian Affolter aedbb22378 python310Packages.nomadnet: add changelog to meta 2022-11-25 08:59:58 +01:00
Fabian Affolter 71f6d1f56b python310Packages.rns: add changelog to meta 2022-11-25 08:57:22 +01:00
Robert Schütz 3265a24b79
Merge pull request #195151 from prtzl/gcc-arm-embedded
gcc-arm-embedded: 10.3 -> 11.3.rel1
2022-11-24 23:31:36 -08:00
Fabian Affolter 8cdec14ee2
Merge pull request #202654 from fabaff/angr-bump
python310Packages.angr: 9.2.25 -> 9.2.26
2022-11-25 08:30:18 +01:00
Fabian Affolter 2916abd9ef
Merge pull request #202662 from fabaff/threatest
threatest: init at 1.1.0
2022-11-25 08:30:05 +01:00
Fabian Affolter cd0f8f2cd2
Merge pull request #202704 from fabaff/google-reauth
python310Packages.google-reauth: init at 0.1.1, python310Packages.google-apitools: init at 0.5.32, python310Packages.gcs-oauth2-boto-plugin: init at 3.0
2022-11-25 08:29:54 +01:00
Fabian Affolter 7a0d1a8a4c
Merge pull request #202712 from fabaff/pontos-bump
python310Packages.pontos: 22.10.0 -> 22.11.0
2022-11-25 08:29:37 +01:00
Sergei Trofimovich e689278bf0
Merge pull request #196923 from Emantor/bump/xwayland
xwayland: 22.1.3 -> 22.1.5
2022-11-25 07:15:57 +00:00
Boey Maun Suang 6f7d967e28 gnat11: Fix by building with older gnatboot
GCC's installation instructions strongly recommend using an older
version of GNAT to build GNAT, as "[m]ore recent versions of GNAT than
the version built are not guaranteed to work and will often fail during
the build with compilation errors." [1]

The recent upgrade of gnatboot to a 12.1 release in commit bc640dc
unfortunately resulted in such a failure for gnat11 [2], resulting in
the same errors as GCC bug 103357 [3], which was marked WONTFIX for the
reason above.

This patch therefore reverts gnat11 to being built with an earlier 11.x
gnatboot version, while keeping the updated 12.1 gnatboot to build
gnat12 (which is fine because the latter is currently version 12.2).
Fixing gnat11 is also a step towards re-enabling the
coreboot-toolchain-* packages to be built with Ada support.

To facilitate such explicit version dependencies while retaining the
meaning of the existing gnatboot package, and in the fashion of the
existing gcc packages, this patch also creates the packages gnatboot11
and gnatboot12 with gnatboot made an alias of gnatboot12.

[1]: https://gcc.gnu.org/install/prerequisites.html
[2]: https://github.com/NixOS/nixpkgs/pull/182414#issuecomment-1204432909
[3]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357
2022-11-25 08:15:10 +01:00
R. Ryantm 6df0b07e41 babashka: 1.0.165 -> 1.0.166 2022-11-25 06:37:08 +00:00
Austin Seipp 8d7badd689 sapling: add a simple checkPhase
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-25 00:33:19 -06:00
Austin Seipp c110260568 sapling: set LOCALE_ARCHIVE properly
Without this, `sl` simply fails on any non-NixOS machine with an
immediate failure, as it can't set the locale properly.

As usual, this can be fixed by setting LOCALE_ARCHIVE for glibc
explicitly. With this, `sl` works out of the box on NixOS and non-NixOS
machines.

Also add myself as a maintainer.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-25 00:33:19 -06:00
Aaron Jheng cd0956bb59
dashing: use buildGoModule 2022-11-25 06:14:54 +00:00
Peter Hoeg 7b3a88ed26 linkchecker: 10.0.1 -> 10.2.0 2022-11-25 12:36:30 +08:00
github-actions[bot] 4c75a5ac25 terraform-providers.tencentcloud: 1.78.14 → 1.78.15 2022-11-25 14:26:14 +10:00
github-actions[bot] ec384ce35c terraform-providers.opentelekomcloud: 1.31.8 → 1.31.9 2022-11-25 14:26:14 +10:00
github-actions[bot] 7dba74954d terraform-providers.aws: 4.40.0 → 4.41.0 2022-11-25 14:26:14 +10:00
github-actions[bot] 15aa787097 terraform-providers.digitalocean: 2.24.0 → 2.25.2 2022-11-25 14:26:14 +10:00
github-actions[bot] 06f1952b84 terraform-providers.cloudfoundry: 0.50.0 → 0.50.1 2022-11-25 14:26:14 +10:00
github-actions[bot] a190656667 terraform-providers.azurerm: 3.32.0 → 3.33.0 2022-11-25 14:26:14 +10:00
mdarocha a21593d84d wasabiwallet: 2.0.1.3 -> 2.0.2 2022-11-25 03:56:57 +01:00
mdarocha 1872a3931d wasabiwallet: fixup bad dependencies causing app not to run
Also add a wrapper script that sets the proper environment variables,
instead of trying to find all executable binaries.
2022-11-25 03:56:45 +01:00
Robert Schütz 59acc59808
Merge pull request #202719 from dotlambda/pgpy-0.6.0
python310Packages.pgpy: 0.5.4 -> 0.6.0
2022-11-24 18:02:56 -08:00
Robert Schütz ceb1f221a0 python310Packages.pyturbojpeg: 1.6.7 -> 1.7.0
https://github.com/lilohuang/PyTurboJPEG/releases/tag/v1.7.0
2022-11-24 17:39:53 -08:00
Ben Siraphob 606ec85b3f
Merge pull request #202757 from siraben/fq-update 2022-11-24 19:32:09 -06:00
figsoda f56cb2a318
Merge pull request #202739 from figsoda/ssr
vimPlugins.ssr-nvim: init at 2022-11-24
2022-11-24 20:12:12 -05:00
Ben Siraphob bb68fd92c9
fq: 0.0.10 -> 0.1.0 2022-11-24 19:09:12 -06:00
Anderson Torres 0a74f996f5
Merge pull request #202713 from tomsiewert/update-makemkv
makemkv: 1.17.1 -> 1.17.2
2022-11-24 22:09:10 -03:00
Martin Weinelt 4f1faaad75
Merge pull request #197169 from r-ryantm/auto-update/python310Packages.gaphas 2022-11-25 01:58:25 +01:00
Martin Weinelt 3213072614
Merge pull request #201858 from r-ryantm/auto-update/istioctl 2022-11-25 01:57:50 +01:00
Martin Weinelt cab72cd3d7
Merge pull request #202116 from r-ryantm/auto-update/bchoppr 2022-11-25 01:57:33 +01:00
Martin Weinelt a4e5468bc0
Merge pull request #202187 from hmenke/alps 2022-11-25 01:34:53 +01:00
Robert Scott 51e70a70df
Merge pull request #202682 from fgaz/zeronet-conservancy/0.7.8
zeronet-conservancy: 0.7.7 -> 0.7.8
2022-11-25 00:10:03 +00:00
mdarocha 1a07981eb9 msbuild: depend on dotnet-sdk 6.0 2022-11-25 00:56:24 +01:00
Robert Scott 98b9eaf400
Merge pull request #202208 from graham33/feature/upgrade-airflow
apache-airflow: 2.4.1 -> 2.4.3
2022-11-24 23:30:05 +00:00
Justin Bedő c2820ac1dc
Merge pull request #202645 from marsam/fix-eval-rPackages.bigmemory
rPackages.bigmemory: fix evaluation on darwin
2022-11-24 23:23:34 +00:00
Anderson Torres 4faa1edcda
Merge pull request #202722 from sikmir/nnn
nnn: 4.6 → 4.7
2022-11-24 20:15:34 -03:00
Anderson Torres 0603e83936
Merge pull request #202734 from jmbaur/flashrom-package-option
nixos/flashrom: Add package option
2022-11-24 20:13:59 -03:00
Anderson Torres aa48dde44a
Merge pull request #202741 from oxalica/pkg/waybar
waybar: 0.9.15 -> 0.9.16
2022-11-24 20:11:05 -03:00