Fabian Affolter
d9196ff009
sqlfluff: 2.0.1 -> 2.0.2
...
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/2.0.1...2.0.2
Changelog: https://github.com/sqlfluff/sqlfluff/blob/2.0.2/CHANGELOG.md
2023-03-24 08:39:38 +01:00
Fabian Affolter
a2a08fe286
python310Packages.asyncstdlib: 3.10.5 -> 3.10.6
2023-03-24 08:36:49 +01:00
Fabian Affolter
aae1b60ebb
python310Packages.twitterapi: add changelog to meta
2023-03-24 08:35:00 +01:00
Fabian Affolter
69a5a6f177
python310Packages.twitterapi: 2.8.1 -> 2.8.2
2023-03-24 08:33:19 +01:00
Fabian Affolter
b7d9a0ae60
python310Packages.sendgrid: add changelog to meta
2023-03-24 08:31:56 +01:00
Weijia Wang
7f5b8aeca6
Merge pull request #222680 from wegank/mygui-bump
...
mygui: 3.4.0 -> 3.4.1
2023-03-24 09:31:15 +02:00
Fabian Affolter
8cb3d44216
proxify: add changelog to meta
2023-03-24 08:29:23 +01:00
Fabian Affolter
b4786d7e11
python310Packages.twilio: 7.16.5 -> 7.17.0
...
Changelog: https://github.com/twilio/twilio-python/blob/7.17.0/CHANGES.md
2023-03-24 08:28:16 +01:00
Fabian Affolter
2e36cc9ad2
python310Packages.sendgrid: 6.9.7 -> 6.10.0
2023-03-24 08:26:38 +01:00
Fabian Affolter
22dafb7f2a
proxify: 0.0.8 -> 0.0.9
2023-03-24 08:24:54 +01:00
Fabian Affolter
505673e19a
Merge pull request #222849 from r-ryantm/auto-update/python310Packages.scmrepo
...
python310Packages.scmrepo: 0.1.15 -> 0.1.16
2023-03-24 08:20:05 +01:00
R. Ryantm
e33b761b1d
llvmPackages_rocm.llvm: 5.4.3 -> 5.4.4
2023-03-24 07:19:57 +00:00
Fabian Affolter
bdff9fbeda
Merge pull request #222780 from fabaff/peaqevcore-bump
...
python310Packages.peaqevcore: 13.4.0 -> 13.4.1
2023-03-24 08:19:22 +01:00
Orivej Desh
ad6a206d1b
sonic-lineup: fix build ( #222408 )
2023-03-24 07:19:13 +00:00
Adam Joseph
13507da345
check-meta.nix: fix self-contradictory error messages
...
See https://github.com/NixOS/nixpkgs/pull/222792#pullrequestreview-1356114111
You can't just `lib.filter _ lib.systems.all` -- that throws away
important information, leading to nixpkgs disagreeing with itself
like this:
```
$ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd
error: Package ‘systemd-252.5’ in ... is only supported on ... x86_64-linux but not on requested x86_64-linux, refusing to evaluate.
```
After:
```
$ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd
error: Package ‘systemd-252.5’ in ... is not available on the requested hostPlatform:
hostPlatform.config = "x86_64-unknown-linux-musl"
package.meta.platforms = [
"aarch64-linux"
"armv5tel-linux"
"armv6l-linux"
"armv7a-linux"
"armv7l-linux"
"i686-linux"
"m68k-linux"
"microblaze-linux"
"microblazeel-linux"
"mipsel-linux"
"mips64el-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"
"riscv64-linux"
"s390-linux"
"s390x-linux"
"x86_64-linux"
]
package.meta.badPlatforms = [
{
isStatic = true;
parsed = { };
}
]
, refusing to evaluate.
```
2023-03-24 00:15:57 -07:00
Orivej Desh
3bfa9ed74d
lsp-plugins: 1.2.5 -> 1.2.6 ( #222835 )
2023-03-24 07:15:12 +00:00
Will Fancher
5a9b9e620d
Merge pull request #176828 from therishidesai/luks-multi-key-files
...
nixos/luksroot: add tryEmptyPassphrase option
2023-03-24 03:02:20 -04:00
Kira
396157ef67
fetch-scm: 0.1.5 -> 0.1.6
2023-03-24 09:58:24 +03:00
Weijia Wang
0b0ecbea84
Merge pull request #222682 from r-ryantm/auto-update/highlight
...
highlight: 4.4 -> 4.5
2023-03-24 08:50:35 +02:00
Weijia Wang
e616acd990
Merge pull request #222809 from r-ryantm/auto-update/clj-kondo
...
clj-kondo: 2023.02.17 -> 2023.03.17
2023-03-24 08:46:54 +02:00
Weijia Wang
bc3bbfa2bc
Merge pull request #222828 from r-ryantm/auto-update/unciv
...
unciv: 4.5.9 -> 4.5.10
2023-03-24 08:46:01 +02:00
Weijia Wang
79655071a0
Merge pull request #222825 from r-ryantm/auto-update/pritunl-client
...
pritunl-client: 1.3.3467.51 -> 1.3.3474.95
2023-03-24 08:45:26 +02:00
Weijia Wang
4cde2b6211
Merge pull request #222700 from r-ryantm/auto-update/frr
...
frr: 8.4.2 -> 8.5
2023-03-24 08:43:18 +02:00
Weijia Wang
b41ed471f6
Merge pull request #222833 from andyscott/andy/monit-fix-on-darwin
...
monit: add support for darwin
2023-03-24 08:33:04 +02:00
R. Ryantm
5dab7f3a24
python310Packages.scmrepo: 0.1.15 -> 0.1.16
2023-03-24 06:29:11 +00:00
Weijia Wang
f06b91b301
Merge pull request #201136 from sdedovic/or-tools-darwin
...
or-tools: add darwin support
2023-03-24 08:19:24 +02:00
Weijia Wang
564bb91432
Merge pull request #222844 from r-ryantm/auto-update/rocm-opencl-runtime
...
rocm-opencl-runtime: 5.4.3 -> 5.4.4
2023-03-24 08:13:33 +02:00
D Anzorge
c86b1a0bca
rustPlatform.importCargoLock: handle workspace Cargo.toml false positives
...
Since we grep for 'workspace', it's possible the script ends up running
on a Cargo.toml that has the word 'workspace' in a comment, but does not
actually use workspaces
2023-03-24 15:45:16 +10:00
zowoq
6085b3b7f7
Merge pull request #215408 from astro/rust-sysroot
2023-03-24 15:44:59 +10:00
Robert Schütz
d7c0dbd04e
python310Packages.dateparser: 1.1.7 -> 1.1.8
...
Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.1.7...v1.1.8
Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.8/HISTORY.rst
2023-03-23 21:55:39 -07:00
github-actions[bot]
ef87683d19
terraform-providers.aws: 4.59.0 → 4.60.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
65f57ae084
terraform-providers.yandex: 0.87.0 → 0.88.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
2f89fafb63
terraform-providers.tfe: 0.42.0 → 0.43.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
f4ed51c2ef
terraform-providers.sumologic: 2.21.0 → 2.22.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
fa24dcba8b
terraform-providers.opentelekomcloud: 1.33.2 → 1.34.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
70f9902ace
terraform-providers.kubernetes: 2.18.1 → 2.19.0
2023-03-24 14:40:40 +10:00
github-actions[bot]
3aa18ef308
terraform-providers.dnsimple: 0.16.2 → 0.16.3
2023-03-24 14:40:40 +10:00
R. Ryantm
21877777c0
rocm-opencl-runtime: 5.4.3 -> 5.4.4
2023-03-24 04:21:31 +00:00
Nick Cao
b9ff605f5e
Merge pull request #222556 from Alizter/ps/branch/git_ps_rs__6_5_0____6_6_0
...
git-ps-rs: 6.5.0 -> 6.6.0
2023-03-24 12:00:56 +08:00
Nick Cao
a9536045f5
Merge pull request #222587 from fabaff/pontos-bump
...
python310Packages.pontos: 23.3.5 -> 23.3.6
2023-03-24 11:59:49 +08:00
Nick Cao
f3a0f82e57
Merge pull request #222797 from dotlambda/asf-search-6.2.0
...
python310Packages.asf-search: 6.1.0 -> 6.2.0
2023-03-24 11:34:12 +08:00
Nick Cao
0b4439bdbf
Merge pull request #222779 from figsoda/ruff
...
ruff: 0.0.258 -> 0.0.259
2023-03-24 11:29:07 +08:00
Nick Cao
8dc0d6ce1b
Merge pull request #222768 from figsoda/cargo-audit
...
cargo-audit: 0.17.4 -> 0.17.5
2023-03-24 11:28:04 +08:00
Nick Cao
c0c6f99c91
Merge pull request #222824 from r-ryantm/auto-update/ryzenadj
...
ryzenadj: 0.12.0 -> 0.13.0
2023-03-24 11:23:55 +08:00
Nick Cao
4071063c4b
Merge pull request #222808 from r-ryantm/auto-update/subfinder
...
subfinder: 2.5.6 -> 2.5.7
2023-03-24 11:22:01 +08:00
Nick Cao
08c6d5ef40
Merge pull request #222827 from 3JlOy-PYCCKUi/ttdl
...
ttdl: 3.6.5 -> 3.7.0
2023-03-24 11:20:19 +08:00
figsoda
c2c7c04a55
cargo-expand: 1.0.39 -> 1.0.43
...
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.39...1.0.43
Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.43
2023-03-23 22:52:12 -04:00
figsoda
be059644bf
Merge pull request #222657 from figsoda/zigbuild
2023-03-23 22:49:58 -04:00
Andy Scott
2146bad5d5
monit: add support for darwin.
...
Updates the monit package to build on recent (2023) darwin machines.
2023-03-23 19:46:17 -07:00
R. Ryantm
e5ba3d7c7d
rivet: 3.1.6 -> 3.1.7
2023-03-23 22:44:55 -04:00