Commit graph

575789 commits

Author SHA1 Message Date
R. Ryantm
05457ee0fb python311Packages.pyenphase: 1.17.0 -> 1.18.0 2024-01-24 03:43:30 +00:00
R. Ryantm
cbe388a9f2 python311Packages.indexed-gzip: 1.8.5 -> 1.8.7 2024-01-24 03:42:00 +00:00
R. Ryantm
710b239fca urh: 2.9.4 -> 2.9.6 2024-01-24 03:27:41 +00:00
Mario Rodas
8b6b276ee1
Merge pull request #283242 from linsui/pot
pot: 2.7.0 -> 2.7.4
2024-01-23 22:26:52 -05:00
Mario Rodas
de80fd55ab
Merge pull request #283213 from SuperSandro2000/topgrade
topgrade: 13.0.0 -> 14.0.0
2024-01-23 22:26:07 -05:00
Mario Rodas
8aa4096103
Merge pull request #283354 from marsam/update-esbuild
esbuild: 0.19.11 -> 0.19.12
2024-01-23 22:23:08 -05:00
Mario Rodas
263e296bbe
Merge pull request #278452 from aaronjheng/ablog
ablog: 0.11.4.post1 -> 0.11.6
2024-01-23 22:22:27 -05:00
PowerUser64
17156e1cf3 sonobus: 1.7.0 -> 1.7.2 2024-01-23 19:20:48 -08:00
Mario Rodas
15f3c3eb41
Merge pull request #283356 from marsam/terraform-ls
terraform-ls: 0.32.5 -> 0.32.6
2024-01-23 22:19:54 -05:00
Mario Rodas
802530789d
Merge pull request #283168 from konradmalik/earthly
earthly: add testVersion
2024-01-23 22:18:16 -05:00
Mario Rodas
bc37300fa7
Merge pull request #283196 from r-ryantm/auto-update/earthly
earthly: 0.7.23 -> 0.8.0
2024-01-23 22:16:36 -05:00
Mario Rodas
2e8edf8f42
Merge pull request #280845 from r-ryantm/auto-update/python311Packages.cron-descriptor
python311Packages.cron-descriptor: 1.2.35 -> 1.4
2024-01-23 22:15:41 -05:00
Vincent Laporte
aeae9432bd ocamlPackages.owl: disable tests 2024-01-24 04:14:45 +01:00
Mario Rodas
a79c810122
Merge pull request #283299 from r-ryantm/auto-update/mpremote
mpremote: 1.20.0 -> 1.22.1
2024-01-23 22:14:26 -05:00
Mario Rodas
b5d8f17af2
Merge pull request #283257 from r-ryantm/auto-update/libfabric
libfabric: 1.20.0 -> 1.20.1
2024-01-23 22:14:08 -05:00
Mario Rodas
284c10975e
Merge pull request #283310 from r-ryantm/auto-update/terraform-compliance
terraform-compliance: 1.3.45 -> 1.3.46
2024-01-23 22:13:41 -05:00
R. Ryantm
ddde376397 ddns-go: 5.7.1 -> 6.0.3 2024-01-24 03:13:24 +00:00
Mario Rodas
65cb9494ba
Merge pull request #282459 from aaronjheng/starlark
starlark: unstable-2023-11-01 -> 0-unstable-2023-11-21
2024-01-23 22:12:30 -05:00
Mario Rodas
a7fd93a95f
Merge pull request #281482 from aaronjheng/mysql-shell
mysql-shell: 8.0.35 -> 8.0.36
2024-01-23 22:11:58 -05:00
Mario Rodas
fb9c8290e6
Merge pull request #281052 from aaronjheng/bufisk
bufisk: init at 0.1.0
2024-01-23 22:11:39 -05:00
Weijia Wang
2fdd8f3728
Merge pull request #280750 from r-ryantm/auto-update/python311Packages.azure-data-tables
python311Packages.azure-data-tables: 12.4.4 -> 12.5.0
2024-01-24 03:58:13 +01:00
Trent Small
647a5851aa ocamlPackages.middleware: init at 0.0.1 2024-01-24 03:51:55 +01:00
R. Ryantm
364d698aac monkeysAudio: 10.40 -> 10.43 2024-01-24 02:42:08 +00:00
maxine
95c1439b20
Merge pull request #283357 from amaxine/tailscale_1.58.2 2024-01-24 03:32:02 +01:00
R. Ryantm
47633fb439 rsass: 0.28.0 -> 0.28.8 2024-01-24 02:25:20 +00:00
R. Ryantm
c44735bc80 python311Packages.sagemaker: 2.199.0 -> 2.204.0 2024-01-24 02:21:57 +00:00
Robert Schütz
a04e0bd8a8 tailscale: add passthru.tests 2024-01-23 18:08:41 -08:00
emilylange
1724fc3271
chromium: work around rust toolchain requirement in M121+
M121 is the first version to require the new rust toolchain, which we
haven't ready yet.
Specifically, there seems to be an issue where clang looks up library
paths (with `clang_version = 17;` added to `gnFlags` (defaults to 18 and
is part of the lookup path)):

```
ninja: error: '../../../../nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'obj/third_party/protobuf/libprotoc_lib.a', missing and no known rule to make it
```

Instead of
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/18/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
```
it should be something like
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/resource-root/lib/linux/libclang_rt.builtins-x86_64.a
```

So to give us ever so slightly more time to figure out and fix the rust
toolchain, we revert the upstream commit, that requires the rust
toolchain.
The c++ version of the QR code generator will be gone in the next few
version bumps, meaning we can no longer work around this by then.
Again, this is only to buy us ever so slightly more time.

This could have been prepared better and ahead of the stable bump, but
we simply don't have enough chromium maintainers right now :(
2024-01-24 03:00:06 +01:00
R. Ryantm
bacc30d7c7 python311Packages.kaggle: 1.6.1 -> 1.6.3 2024-01-24 01:57:04 +00:00
Aaron Andersen
81301c8f56
Merge pull request #282859 from yaxitech/github-runner-v2.312.0
github-runner: 2.311.0 -> 2.312.0
2024-01-23 17:57:01 -08:00
Anderson Torres
5f3f093c01 live555: 2023.11.08 -> 2023.11.30 2024-01-23 22:53:59 -03:00
Anderson Torres
3d359ac772 live555: 2023.11.07 -> 2023.11.08 2024-01-23 22:53:59 -03:00
Anderson Torres
96201c8acc live555: 2023.10.30 -> 2023.11.07 2024-01-23 22:53:59 -03:00
Anderson Torres
9152b697fa live555: 2023.07.24 -> 2023.10.30 2024-01-23 22:53:59 -03:00
Anderson Torres
1b26dd2cbc live555: 2023.06.20 -> 2023.07.24 2024-01-23 22:53:58 -03:00
Anderson Torres
1481f9e79d live555: 2023.06.16 -> 2023.06.20 2024-01-23 22:53:58 -03:00
Anderson Torres
52ad5515a0 live555: 2023.06.14 -> 2023.06.16
- Patch to accept CFLAGS in Darwin platforms
- Set C++ standard to c++20
2024-01-23 22:53:58 -03:00
Anderson Torres
288ec35926 live555: 2023.06.10 -> 2023.06.14 2024-01-23 22:53:58 -03:00
Anderson Torres
122a1aed68 live555: 2023.06.08 -> 2023.06.10 2024-01-23 22:53:58 -03:00
Anderson Torres
a09b74ea0f live555: 2023.05.10 -> 2023.06.08 2024-01-23 22:53:58 -03:00
Anderson Torres
11e9dd4d26 live555: refactor
- finalAttrs design pattern
- new download stream
- strictDeps
- get rid of nested with
2024-01-23 22:53:58 -03:00
Anderson Torres
8a05729f0b live555: migrate to by-name 2024-01-23 22:53:58 -03:00
Martin Weinelt
d533e493ec
Merge pull request #283352 from r-ryantm/auto-update/prometheus-knot-exporter
prometheus-knot-exporter: 3.3.2 -> 3.3.3
2024-01-24 02:42:44 +01:00
R. Ryantm
a20fc0ef15 fzf-make: 0.18.0 -> 0.21.0 2024-01-24 01:21:49 +00:00
Robert Schütz
a00a91b1ed
Merge pull request #279388 from Stunkymonkey/python-openzwave-normalize
python311Packages.python-openzwave: rename from python_openzwave
2024-01-23 17:05:41 -08:00
Mario Rodas
3d7012b10e
Merge pull request #282893 from anthonyroussel/updates/amazon-ssm-agent
amazon-ssm-agent: 3.2.2086.0 -> 3.2.2143.0
2024-01-23 20:05:08 -05:00
Mario Rodas
463de728cb
Merge pull request #283323 from trofi/ccemux-fix-hash
ccemux: update hash for a `.jar` upstream file
2024-01-23 20:01:27 -05:00
Maxine Aubrey
8bd18571b3
tailscale: 1.58.0 → 1.58.2 2024-01-24 01:50:11 +01:00
Nick Cao
8e84dd0411
Merge pull request #283306 from r-ryantm/auto-update/kubedock
kubedock: 0.15.1 -> 0.15.2
2024-01-23 19:48:28 -05:00
Nick Cao
41a94e9fd3
Merge pull request #283348 from NickCao/stratis-cli
stratis-cli: add setuptools to nativeBuildInputs
2024-01-23 19:42:44 -05:00