Commit Graph

462168 Commits

Author SHA1 Message Date
Ryan Horiguchi
5bb320c547
gitkraken: 9.1.1 -> 9.2.1 2023-03-19 14:50:39 +01:00
R. Ryantm
a0ddd1a589 strawberry: 1.0.14 -> 1.0.15 2023-03-11 21:55:00 +08:00
Jan Tojnar
53fcb2e585 liblouis: 3.24.0 → 3.25.0
https://liblouis.io/liblouis/2023/03/06/liblouis-release-3.25.0.html
2023-03-11 14:46:21 +01:00
nachoslover813260
4b0bc9ea72 nixos/plasma5: add ark as an optional package instead 2023-03-11 21:29:24 +08:00
nachoslover813260
9e8f51fc6c Adding Ark as a file archiver
Since the default plasma desktop already got dolphin-plugins adding ark for archiving would make plasma desktop more complete as well
2023-03-11 21:29:24 +08:00
Mario Rodas
2260f9ed49
Merge pull request #220410 from r-ryantm/auto-update/komga
komga: 0.162.0 -> 0.163.0
2023-03-11 08:24:06 -05:00
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
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
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
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
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
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
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