Commit Graph
491946 Commits
Author SHA1 Message Date
Fabian Affolter feb0d41b6b python310Packages.nestedtext: 3.5 -> 3.6
Diff: https://github.com/KenKundert/nestedtext/compare/refs/tags/v3.5...v3.6

Changelog: https://github.com/KenKundert/nestedtext/blob/v3.6/doc/releases.rst
2023-06-03 23:45:40 +02:00
ArtturiandGitHub e26e173fc4 Merge pull request #235830 from Artturin/stripnondetfixdarwin 2023-06-04 00:45:31 +03:00
Mario RodasandGitHub f1891b6e6e Merge pull request #235772 from figsoda/delta
delta: 0.16.4 -> 0.16.5, add figsoda as a maintainer
2023-06-03 16:43:03 -05:00
Fabian Affolter 6ddd842a4a python310Packages.bitarray: 2.7.3 -> 2.7.4
Changelog: https://github.com/ilanschnell/bitarray/raw/2.7.4/CHANGE_LOG
2023-06-03 23:39:28 +02:00
Fabian Affolter 97995f5e86 python310Packages.azure-mgmt-core: 1.3.2 -> 1.4.0 2023-06-03 23:37:07 +02:00
R. Ryantm 63e829fe27 lilypond-unstable: 2.25.4 -> 2.25.5 2023-06-03 21:33:31 +00:00
Fabian Affolter 12d0400e9b python310Packages.rns: 0.5.3 -> 0.5.4
Diff: https://github.com/markqvist/Reticulum/compare/refs/tags/0.5.3...0.5.4

Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.5.4
2023-06-03 23:32:48 +02:00
Fabian Affolter 60ffe8e903 python310Packages.sentry-sdk: 1.24.0 -> 1.25.0
Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.24.0...1.25.0

Changelog: https://github.com/getsentry/sentry-python/blob/1.25.0/CHANGELOG.md
2023-06-03 23:31:54 +02:00
Fabian AffolterandGitHub 2fb4a0a0d2 python310Packages.azure-mgmt-compute: update disabled 2023-06-03 23:29:26 +02:00
R. Ryantm ea7b4a5287 python310Packages.pyopencl: 2022.3.1 -> 2023.1 2023-06-03 21:28:04 +00:00
Fabian AffolterandGitHub a6c97bcc7a Merge pull request #235825 from r-ryantm/auto-update/ddosify
ddosify: 1.0.1 -> 1.0.3
2023-06-03 23:22:36 +02:00
Francis Couture-Harpin 01e460d69e perlPackages.HashSharedMem: fix build on aarch64-linux
The [(failing-)build log](https://hydra.nixos.org/build/219379873/nixlog/1)
has errors that look like: `undefined symbol: __aarch64_cas8_sync`.

This led me to find out about the newly-introduced `-moutline-atomics`,
which is **on by default** in GCC 10.1 (according to [this blog post](https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/making-the-most-of-the-arm-architecture-in-gcc-10))
and in Clang 12.0.0 (according to [the release notes](https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html))

Not all ARMv8-A processors support atomic stuff like `__aarch64_cas8_sync`,
it's only those that are ARMv8.1-A or later that do. Examples of
pre-ARMv8.1-A processors include the Cortex-A72 used in the
Raspberry Pi 4 (which is how I discovered this problem (I am running
`hydra` on it, which indirectly depends on `HashSharedMem`)),
and any older ARMv8-A processors.

The problem here is solvable either by linking the compiler runtime library
(which I did not try, since I don't know exactly which one to use)
*or* by simply not generating outlines for atomic operations.

I went with the "easier" path (which was also what was was happening
in older versions of GCC, I think) of disabling atomic outlines with
`-mno-outline-atomics`, and it works!
2023-06-03 17:17:55 -04:00
Fabian Affolter 037db8f0b6 qovery-cli: 0.58.15 -> 0.59.0
Diff: https://github.com/Qovery/qovery-cli/compare/v0.58.15...v0.59.0

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.59.0
2023-06-03 23:08:45 +02:00
R. Ryantm eacc2adee8 kubedog: 0.9.11 -> 0.9.12 2023-06-03 21:03:09 +00:00
Mario RodasandGitHub 485ba535ed Merge pull request #235771 from r-ryantm/auto-update/exodus
exodus: 23.5.8 -> 23.5.22
2023-06-03 15:59:46 -05:00
Mario RodasandGitHub d5160292da Merge pull request #235777 from fabaff/aiopvpc-bump
python311Packages.aiopvpc: 4.1.0 -> 4.2.1
2023-06-03 15:59:23 -05:00
Mario RodasandGitHub 61fc977c4d Merge pull request #235778 from fabaff/aiokafka-bump
python311Packages.aiokafka: 0.8.0 -> 0.8.1
2023-06-03 15:58:59 -05:00
Mario RodasandGitHub 1bc65b554a Merge pull request #235779 from fabaff/aio-pika-bump
python311Packages.aio-pika: 9.0.7 -> 9.1.2
2023-06-03 15:58:41 -05:00
Winter a1cfd90e10 thelounge: fix sqlite logging
Previously, we never actually built the SQLite binding, causing The Lounge
to bail when attempting to load SQLite logs [0]. It wasn't caught before
because it wasn't thrown fatally, for whatever reason. Perhaps we should
fix this in the future with a patch and/or more robust tests, but for now,
let's just fix the issue.

[0]: https://github.com/NixOS/nixpkgs/pull/233511#issuecomment-1567182450
2023-06-03 16:55:39 -04:00
Mario RodasandGitHub 6f08695bc7 Merge pull request #235813 from r-ryantm/auto-update/jackett
jackett: 0.21.88 -> 0.21.114
2023-06-03 15:50:55 -05:00
Winter c99d4fc4d0 thelounge: reorder/cleanup imports 2023-06-03 16:49:51 -04:00
Mario RodasandGitHub 02d0453633 Merge pull request #235824 from jalil-salame/bump-version/ferdium
ferdium: 6.2.6 -> 6.3.0
2023-06-03 15:49:51 -05:00
Mario RodasandGitHub 354c3f3c91 Merge pull request #235821 from r-ryantm/auto-update/terragrunt
terragrunt: 0.45.16 -> 0.45.18
2023-06-03 15:49:20 -05:00
Artturin 449a46278e strip-nondeterminism: fix zip handler
https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/blob/master/lib/File/StripNondeterminism/handlers/zip.pm#L29

it was working on linux because the tests are run on linux
2023-06-03 23:43:41 +03:00
R. Ryantm f7d28825d3 gh-markdown-preview: 1.4.0 -> 1.4.1 2023-06-03 20:39:21 +00:00
ArtturiandGitHub d6acf14a7e Merge pull request #235576 from r-ryantm/auto-update/vintagestory 2023-06-03 23:25:17 +03:00
R. Ryantm df0136b8e0 vivaldi: 6.0.2979.18 -> 6.0.2979.22 2023-06-03 20:23:36 +00:00
Ricardo Steijn a903a11e38 swayfx: 0.3 -> 0.3.1 2023-06-03 22:08:59 +02:00
Jalil David Salamé Messina b8c7d0de31 ferdium: 6.2.6 -> 6.3.0
Bump Ferdium version from 6.2.6 -> 6.3.0 (skipping 6.2.7)

Changelog (6.3.0): https://github.com/ferdium/ferdium-app/releases/tag/v6.3.0
Changelog (6.2.7): https://github.com/ferdium/ferdium-app/releases/tag/v6.2.7
2023-06-03 21:58:27 +02:00
R. Ryantm 03c74cf46e ddosify: 1.0.1 -> 1.0.3 2023-06-03 19:56:25 +00:00
Thiago Kenji Okada abf8128af3 handbrake: fix build
There were 2 issues in the current handbrake derivation:
- Since version 1.6.0 upstream is using ffmpeg 5.1.2 instead of 5.1.1
- One of the ffmpeg patches from upstream are not applying anymore at
  least since 5.1.1

This commit fixes those 2 issues and allow handbrake to build again.
2023-06-03 20:34:53 +01:00
R. Ryantm 55936ead43 terragrunt: 0.45.16 -> 0.45.18 2023-06-03 19:33:05 +00:00
R. Ryantm 37111dc014 envfs: 1.0.0 -> 1.0.1 2023-06-03 19:28:35 +00:00
R. Ryantm 2390ba5fac wxsqlite3: 4.9.3 -> 4.9.4 2023-06-03 19:08:50 +00:00
R. Ryantm af49f98525 re-flex: 3.3.3 -> 3.3.4 2023-06-03 19:03:37 +00:00
R. Ryantm 489e8c837e ginkgo: 2.9.5 -> 2.9.7 2023-06-03 18:53:53 +00:00
R. Ryantm 229e4bd29a jackett: 0.21.88 -> 0.21.114 2023-06-03 18:53:12 +00:00
Nikolay KorotkiyandGitHub 8d0598da60 Merge pull request #205975 from oaksoaj/pkgs/basez
basez: init at 1.6.2
2023-06-03 22:47:10 +04:00
R. Ryantm 9847358579 odo: 3.10.0 -> 3.11.0 2023-06-03 18:44:02 +00:00
R. Ryantm 344c56d532 pachyderm: 2.6.0 -> 2.6.1 2023-06-03 18:37:18 +00:00
R. Ryantm 73a15c9f14 python310Packages.azure-mgmt-compute: 29.1.0 -> 30.0.0 2023-06-03 18:13:46 +00:00
github-actions[bot]andGitHub d8ea5b9435 Merge master into staging-next 2023-06-03 18:01:49 +00:00
Gregor Godbersen 4c101ed357 photoprism: 230513-0b780defb -> 230603-378d4746a 2023-06-03 19:58:54 +02:00
Michael Weiss 3e24038fba chromiumDev: 115.0.5790.3 -> 116.0.5803.2 2023-06-03 19:47:57 +02:00
Michael Weiss 8d83062b04 chromiumBeta: 114.0.5735.45 -> 115.0.5790.13 2023-06-03 19:47:27 +02:00
Nick Cao 41436adde4 v2ray-geoip: build from source with dbip-country-lite 2023-06-04 00:52:33 +08:00
Nick CaoandGitHub f47f0a525c Merge pull request #235774 from NickCao/geoip
dbip-country-lite: init at 2023-06
2023-06-03 10:43:57 -06:00
figsodaandGitHub 8cb8cac87b Merge pull request #235509 from figsoda/ov 2023-06-03 12:32:01 -04:00
figsodaandGitHub 995a59e563 Merge pull request #235762 from r-ryantm/auto-update/reproxy
reproxy: 0.11.0 -> 1.0.0
2023-06-03 12:10:23 -04:00
figsodaandGitHub 958c196a7c Merge pull request #235781 from fabaff/pip-audit-bump
pip-audit: 2.5.5 -> 2.5.6
2023-06-03 12:09:53 -04:00