Fabian Affolter
7c9803ea65
Merge pull request #220644 from fabaff/peaqevcore-bump
...
python310Packages.peaqevcore: 13.0.0 -> 13.0.1
2023-03-11 14:22:33 +01:00
Fabian Affolter
1e633983f1
Merge pull request #220645 from fabaff/pydeconz-bump
...
python310Packages.pydeconz: 108 -> 110
2023-03-11 14:22:20 +01:00
Fabian Affolter
0e71d5d50b
Merge pull request #220651 from r-ryantm/auto-update/step-cli
...
step-cli: 0.23.3 -> 0.23.4
2023-03-11 14:21:58 +01:00
Fabian Affolter
78aceb012c
gitlint: 0.19.0 -> 0.19.1
...
Diff: jorisroovers/gitlint@refs/tags/v0.19.0...v0.19.1
Changelog: https://github.com/jorisroovers/gitlint/releases/tag/v0.19.1
2023-03-11 13:53:20 +01:00
superherointj
39a5e6f81a
Merge pull request #220642 from raboof/opensnitch-daemon-basic-version-test
...
opensnitch: basic version test
2023-03-11 09:49:57 -03:00
superherointj
c385201a49
Merge pull request #220641 from raboof/turbo-add-version-test
...
turbo: add version test
2023-03-11 09:48:33 -03:00
PedroHLC ☭
0c3e681540
linuxKernel.kernels.linux_lqx: 6.1.15-lqx2 -> 6.1.16-lqx1
2023-03-11 09:48:05 -03:00
Arnout Engelen
68c7d4da1d
turbo: add version test
2023-03-11 13:43:53 +01:00
Arnout Engelen
897a46dd29
opensnitch: basic version test
2023-03-11 13:42:45 +01:00
R. Ryantm
d0f405936b
pulumi: 3.56.0 -> 3.57.1
2023-03-11 12:28:33 +00:00
Thomas Gerbet
cafe39a063
Merge pull request #218313 from r-ryantm/auto-update/libheif
...
libheif: 1.14.2 -> 1.15.1
2023-03-11 13:07:44 +01:00
Mario Rodas
56670008d9
Merge pull request #220472 from marsam/update-ncspot
...
ncspot: 0.12.0 -> 0.13.0
2023-03-11 07:07:14 -05:00
github-actions[bot]
f30e1c2203
terraform-providers.scaleway: 2.13.0 → 2.13.1
2023-03-11 22:05:55 +10:00
github-actions[bot]
e6ea8c5992
terraform-providers.azurerm: 3.46.0 → 3.47.0
2023-03-11 22:05:55 +10:00
github-actions[bot]
830c7ef0a1
terraform-providers.pagerduty: 2.11.1 → 2.11.2
2023-03-11 22:05:55 +10:00
github-actions[bot]
3e87076f2c
terraform-providers.okta: 3.43.0 → 3.44.0
2023-03-11 22:05:55 +10:00
github-actions[bot]
efdc95cea9
terraform-providers.launchdarkly: 2.11.0 → 2.12.0
2023-03-11 22:05:55 +10:00
github-actions[bot]
d0e8e10b13
terraform-providers.huaweicloud: 1.45.0 → 1.45.1
2023-03-11 22:05:55 +10:00
github-actions[bot]
17282218f0
terraform-providers.grafana: 1.36.0 → 1.36.1
2023-03-11 22:05:55 +10:00
R. Ryantm
e58ca987e5
httplib: 0.12.0 -> 0.12.1
2023-03-11 12:05:10 +00:00
R. Ryantm
86de78883a
karmor: 0.11.7 -> 0.12.4
2023-03-11 11:54:14 +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
R. Ryantm
90e6adffd4
simdjson: 3.1.3 -> 3.1.5
2023-03-11 11:47:01 +00: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
R. Ryantm
baa1a54405
step-cli: 0.23.3 -> 0.23.4
2023-03-11 11:23:34 +00: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
Fabian Affolter
d6368e3654
python310Packages.pydeconz: 108 -> 110
...
Diff: https://github.com/Kane610/deconz/compare/refs/tags/v108...v110
Changelog: https://github.com/Kane610/deconz/releases/tag/v110
2023-03-11 12:19:19 +01:00
Fabian Affolter
9260d9f53b
python310Packages.peaqevcore: 13.0.0 -> 13.0.1
2023-03-11 12:18:22 +01:00
R. Ryantm
d16ecddfe0
kubebuilder: 3.9.0 -> 3.9.1
2023-03-11 11:07:44 +00: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
R. Ryantm
21bf80e472
trufflehog: 3.29.0 -> 3.29.1
2023-03-11 11:01:03 +00:00
Alois Wohlschlager
80cd61dd41
hotspot: Fix Rust demangling support
...
Hotspot supports demangling Rust symbols using rustc-demangle. This
library is loaded at run-time since version 1.4.0. Tell the wrapper to
make it available, so that the demangling actually works.
2023-03-11 11:56:02 +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
R. Ryantm
0fa6ab1de5
colima: 0.5.3 -> 0.5.4
2023-03-11 10:32:13 +00:00
Maciej Krüger
2ba94aa7d7
Merge pull request #217519 from mkg20001/peek
2023-03-11 11:14:10 +01:00
R. Ryantm
df45c5266d
adguardhome: 0.107.25 -> 0.107.26
2023-03-11 10:13:26 +00: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