Commit graph

462141 commits

Author SHA1 Message Date
R. Ryantm 4e34e4daac bvi: 1.4.1 -> 1.4.2 2023-03-11 16:47:21 +00:00
Mario Rodas dae678ad8f
Merge pull request #186276 from typetetris/feature/add-timescaledb-toolkit
timescaledb_toolkit: init at 1.14.0
2023-03-11 06:50:54 -05:00
Mario Rodas 93b31a9dd1
Merge pull request #220612 from r-ryantm/auto-update/netbird
netbird: 0.14.2 -> 0.14.4
2023-03-11 06:36:52 -05:00
Mario Rodas cbbc5d9658
Merge pull request #220621 from r-ryantm/auto-update/glab
glab: 1.25.3 -> 1.26.0
2023-03-11 06:35:48 -05:00
Mario Rodas 59e79675d5
Merge pull request #220615 from r-ryantm/auto-update/eksctl
eksctl: 0.132.0 -> 0.133.0
2023-03-11 06:35:13 -05:00
Mario Rodas b1390591a7
Merge pull request #220617 from r-ryantm/auto-update/vale
vale: 2.23.3 -> 2.24.0
2023-03-11 06:33:41 -05:00
sternenseemann 45aae5c2fe haskell.compiler.ghc9*: work around output cycles on aarch64-darwin
Due to link time dead code elimination not working on aarch64-darwin,
some unused store path references in Paths_* modules are retained. This
causes reference cycles when a separate `bin` output is used.

To prevent this, add a patch to Cabal as shipped by GHC which infers
based on the installation layout (which is influenced by
enableSeparateBinOutput, enableSeparateDataOutput etc. in a Nix build)
which references can be retained without causing a reference cycle. This
ensures that packages that were fine with a bin output will also work on
aarch64-darwin. Packages that cause a reference cycle anyways (by
actually using references that do cause one) fail due to a missing
symbol – here we are trading the overall benefit for a more confusing
error message.

For details, refer to the explanation comment in the patch.
2023-03-11 12:22:48 +01:00
sternenseemann 41c538f80f haskellPackages.regex-rure: mark broken on aarch64-darwin 2023-03-11 12:22:48 +01:00
sternenseemann c61157bbe3 haskell.compiler.ghc{8107,902}: give cabal-paths.patch a better name 2023-03-11 12:22:48 +01:00
Fabian Affolter b04384c65c
Merge pull request #220627 from fabaff/rangehttpserver-bump
python310Packages.rangehttpserver: 1.2.0 -> 1.3.3
2023-03-11 12:22:16 +01:00
Fabian Affolter 8ca9604862
Merge pull request #220441 from wamserma/python-bandit-175
python3Packages.bandit: 1.7.4 -> 1.7.5
2023-03-11 12:21:46 +01:00
Arnout Engelen 898da5f74e
Merge pull request #220631 from superherointj/turbo-1.8.3
turbo: 1.7.0 -> 1.8.3
2023-03-11 12:01:38 +01:00
Nick Cao 5caffb85f6
Merge pull request #220614 from r-ryantm/auto-update/cargo-update
cargo-update: 11.1.1 -> 11.1.2
2023-03-11 18:48:32 +08:00
Nikolay Korotkiy 0b65c7439a
Merge pull request #220628 from sikmir/gpxsee
gpxsee: 11.12 → 12.2
2023-03-11 14:47:33 +04:00
Nick Cao 3419078483
Merge pull request #220611 from chuangzhu/karlender
karlender: 0.9.0 -> 0.9.1; unbreak
2023-03-11 18:47:11 +08:00
Nick Cao 38caf86287
Merge pull request #220625 from fabaff/trufflehog-bump
trufflehog: 3.29.0 -> 3.29.1
2023-03-11 18:46:50 +08:00
Arnout Engelen e6a0862efb
Merge pull request #220610 from r-ryantm/auto-update/protoc-gen-go-grpc
protoc-gen-go-grpc: 1.2.0 -> 1.3.0
2023-03-11 11:46:22 +01:00
Thiago Kenji Okada fff9f6b1f1
Merge pull request #220554 from thiagokokada/geekbench-refactor
geekbench{4,5}: use autoPatchelfHook and do not hardcode CUDA lib,  geekbench6: init at 6.0.1
2023-03-11 10:36:05 +00:00
Maciej Krüger 2ba94aa7d7
Merge pull request #217519 from mkg20001/peek 2023-03-11 11:14:10 +01:00
superherointj 4c747a810d turbo: 1.7.0 -> 1.8.3 2023-03-11 07:02:25 -03:00
Thiago Kenji Okada 15ea67e7fa geekbench_5: add meta.mainProgram 2023-03-11 09:57:35 +00:00
Thiago Kenji Okada 29277717d7 geekbench_4: add meta.mainProgram 2023-03-11 09:57:34 +00:00
superherointj 00f7fa948d geekbench6: init at 6.0.1 2023-03-11 09:57:34 +00:00
Thiago Kenji Okada 62d60963c7 geekbench5: use autoPatchelfHook and do not hardcode CUDA lib 2023-03-11 09:54:58 +00:00
superherointj b4bb4a434c geekbench5: 5.4.6 -> 5.5.1 2023-03-11 09:54:40 +00:00
Thiago Kenji Okada 04cdb56ec9 geekbench4: use autoPatchelfHook and do not hardcode CUDA lib 2023-03-11 09:54:24 +00:00
superherointj d66c3f7c86
Merge pull request #220603 from anmonteiro/anmonteiro/fix-ffmpeg-avdevice-macos
ocamlPackages.ffmpeg-avdevice: add missing AVFoundation library on macOS
2023-03-11 06:45:51 -03:00
Nikolay Korotkiy 446429370e
gpxsee: 11.12 → 12.2 2023-03-11 13:42:43 +04:00
Fabian Affolter 12921eed86 python310Packages.rangehttpserver: 1.2.0 -> 1.3.3
Changelog: https://github.com/danvk/RangeHTTPServer/releases/tag/1.3.3
2023-03-11 10:02:41 +01:00
Fabian Affolter 5edff6feab trufflehog: 3.29.0 -> 3.29.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.29.0...v3.29.1

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.29.1
2023-03-11 09:50:31 +01:00
Fabian Affolter 5a273e3b83
Merge pull request #220448 from fabaff/findcdn
python310Packages.ipwhois: init at 1.2.0
2023-03-11 09:37:47 +01:00
K900 e4f7986fcc
Merge pull request #220619 from K900/fix-cups-filters
cups-filters: fix build with qpdf >= 11.3.0
2023-03-11 11:03:53 +03:00
Sandro f0728b4d0a
Merge pull request #205299 from linsui/jabref 2023-03-11 08:54:37 +01:00
Nick Cao f33e940096
Merge pull request #220519 from superherointj/package-fluxcd-0.41.1
fluxcd: 0.41.0 -> 0.41.1
2023-03-11 15:42:50 +08:00
R. Ryantm 45fe5a16d6 glab: 1.25.3 -> 1.26.0 2023-03-11 07:42:10 +00:00
Nick Cao 78cc714806
Merge pull request #220485 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.650 -> 1.1.651
2023-03-11 15:41:55 +08:00
Nick Cao b1c36cd799
Merge pull request #220542 from shanesveller/shanesveller/gfold-4.3.2
gfold: 4.3.1 -> 4.3.2
2023-03-11 15:38:49 +08:00
Nick Cao 20e0820a5f
Merge pull request #220581 from r-ryantm/auto-update/hclfmt
hclfmt: 2.16.1 -> 2.16.2
2023-03-11 15:31:01 +08:00
Nick Cao 5a1b842e24
Merge pull request #220584 from otavio/upgrade-sh
shellhub-agent: 0.10.8 -> 0.11.6
2023-03-11 15:30:06 +08:00
Nick Cao 1ec37f4f8f
Merge pull request #220589 from r-ryantm/auto-update/scarab
scarab: 1.20.0.0 -> 1.31.0.0
2023-03-11 15:29:22 +08:00
Nick Cao 4f8219fab2
Merge pull request #220560 from amesgen/fix-maxima
maxima-ecl: fix build by removing upstreamed patch
2023-03-11 15:27:27 +08:00
Nick Cao ff806e0e74
Merge pull request #220562 from r-ryantm/auto-update/cliphist
cliphist: 0.3.1 -> 0.4.0
2023-03-11 15:27:03 +08:00
Nick Cao f060f57235
Merge pull request #220571 from r-ryantm/auto-update/prometheus-statsd-exporter
prometheus-statsd-exporter: 0.23.0 -> 0.23.1
2023-03-11 15:24:54 +08:00
Nick Cao 064c025dbb
Merge pull request #220576 from r-ryantm/auto-update/vals
vals: 0.22.0 -> 0.23.0
2023-03-11 15:24:03 +08:00
K900 68cd4eeded cups-filters: fix build with qpdf >= 11.3.0 2023-03-11 10:23:11 +03:00
Nick Cao 4b09d1c5d7
Merge pull request #220608 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202303020053 -> 202303090050
2023-03-11 14:57:38 +08:00
R. Ryantm 1f24c435a7 vale: 2.23.3 -> 2.24.0 2023-03-11 06:48:31 +00:00
R. Ryantm 45e610e668 eksctl: 0.132.0 -> 0.133.0 2023-03-11 06:42:14 +00:00
R. Ryantm e97756073d cargo-update: 11.1.1 -> 11.1.2 2023-03-11 06:31:25 +00:00
Dennis Gosnell 57e88c001c
Merge pull request #220511 from r-ryantm/auto-update/purescript
purescript: 0.15.7 -> 0.15.8
2023-03-11 15:13:27 +09:00