github-actions[bot]
6a669d1ab2
Merge staging-next into staging
2023-11-09 18:01:27 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next
2023-11-09 18:00:56 +00:00
Nick Cao
840fea1c8d
Merge pull request #266383 from r-ryantm/auto-update/bundletool
...
bundletool: 1.15.5 -> 1.15.6
2023-11-09 09:21:54 -05:00
Nick Cao
6d69680488
Merge pull request #266442 from rvolosatovs/fix/spin-hook
...
fermyon-spin: run install hooks
2023-11-09 09:06:48 -05:00
Nick Cao
d20ab8dcb8
Merge pull request #266448 from SuperSandro2000/golangci-lint
...
golangci-lint: 1.55.1 -> 1.55.2
2023-11-09 09:02:05 -05:00
github-actions[bot]
5725d489f3
Merge staging-next into staging
2023-11-09 12:01:36 +00:00
github-actions[bot]
2d73797da4
Merge master into staging-next
2023-11-09 12:01:04 +00:00
OTABI Tomoya
f895a4ef0f
Merge pull request #266404 from GaetanLepage/ruff
...
ruff: 0.1.4 -> 0.1.5
2023-11-09 20:45:25 +09:00
Weijia Wang
d96b3a86e5
Merge pull request #266358 from reckenrode/python2-fix
...
python2: fix build with clang 16 on x86_64-darwin
2023-11-09 11:52:44 +01:00
Sandro Jäckel
5deee62818
golangci-lint: 1.55.1 -> 1.55.2
...
Diff: https://github.com/golangci/golangci-lint/compare/v1.55.1...v1.55.2
Changelog: https://github.com/golangci/golangci-lint/blob/v1.55.2/CHANGELOG.md
2023-11-09 11:40:06 +01:00
Thiago Kenji Okada
ea71f1713f
Merge pull request #266337 from znaniye/put-name
...
put name on maintainers list
2023-11-09 10:25:06 +00:00
Roman Volosatovs
483e0f0641
fermyon-spin: run install hooks
...
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
2023-11-09 10:01:36 +00:00
Alyssa Ross
e3e57b8f18
lib.systems: elaborate Rust metadata
...
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.
This has a couple of other advantages:
- It makes Rust less special. Now figuring out what Rust calls a
platform is the same as figuring out what Linux or QEMU call it.
- We can unify the schema used to define Rust targets, and the schema
used to access those values later. Just like you can set "config"
or "system" in a platform definition, and then access those same
keys on the elaborated platform, you can now set "rustcTarget" in
your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
in your code.
"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized. The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.
The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.
The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11. We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Gaetan Lepage
aa1d7f6320
ruff: 0.1.4 -> 0.1.5
...
Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.1.5
2023-11-09 08:04:41 +01:00
github-actions[bot]
fecd99b105
Merge staging-next into staging
2023-11-09 06:01:40 +00:00
github-actions[bot]
4aad65bfdb
Merge master into staging-next
2023-11-09 06:01:11 +00:00
Weijia Wang
fa1be07c53
Merge pull request #266372 from r-ryantm/auto-update/xmake
...
xmake: 2.8.3 -> 2.8.5
2023-11-09 05:57:54 +01:00
Weijia Wang
5188867031
Merge pull request #266222 from wegank/gengetopt-clang-16
...
gengetopt: fix build with clang 16
2023-11-09 04:59:28 +01:00
R. Ryantm
fcc10a90f2
bundletool: 1.15.5 -> 1.15.6
2023-11-09 03:56:59 +00:00
R. Ryantm
087cc185f6
xmake: 2.8.3 -> 2.8.5
2023-11-09 01:25:54 +00:00
Randy Eckenrode
75f3285530
packcc: fix failing test due to clang 16
...
Downgrade -Wstrict-prototypes and -Wint-conversion to non-errors, so the
code_generation.d test does not fail unexpectedly.
2023-11-08 19:11:45 -05:00
github-actions[bot]
50249cdaf2
Merge staging-next into staging
2023-11-09 00:02:40 +00:00
github-actions[bot]
00a0662a3c
Merge master into staging-next
2023-11-09 00:02:14 +00:00
Bruno Bigras
1e45a23642
{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
...
No longer use those packages.
2023-11-08 20:57:22 -03:00
znaniye
1a21cd4c9c
ols: add znaniye as maintainer
2023-11-08 20:14:29 -03:00
tali auster
dbc3aaedc0
alire: add meta.mainProgram
2023-11-08 22:49:12 +01:00
Thiago Kenji Okada
023b99e916
Merge pull request #266314 from znaniye/update-odin
...
odin: dev-2023-08 -> dev-2023-11
2023-11-08 20:38:48 +00:00
Weijia Wang
c0a2d9c948
Merge pull request #266224 from robert-manchester/teller_fix_build
...
teller: fix build
2023-11-08 20:12:27 +01:00
znaniye
fadd0ea879
ols: nightly-2023-07-09 -> nightly-2023-11-04
2023-11-08 15:16:45 -03:00
github-actions[bot]
3271403dc0
Merge staging-next into staging
2023-11-08 18:01:26 +00:00
github-actions[bot]
536833ef29
Merge master into staging-next
2023-11-08 18:01:00 +00:00
OTABI Tomoya
52b5787c22
Merge pull request #265111 from r-ryantm/auto-update/oh-my-posh
...
oh-my-posh: 18.11.0 -> 18.22.0
2023-11-09 02:39:36 +09:00
OTABI Tomoya
9dab6ad384
Merge pull request #265127 from r-ryantm/auto-update/opengrok
...
opengrok: 1.12.15 -> 1.12.21
2023-11-09 02:37:47 +09:00
Vlad M
a3d8522ae4
Merge pull request #265896 from baloo/baloo/cargo-readme/3.3.1
...
cargo-readme: 3.2.0 -> 3.3.1
2023-11-08 18:47:28 +02:00
maralorn
617c28cfd6
Merge pull request #249970 from sternenseemann/pandoc-version-match-lib
...
pandoc: use library's version
2023-11-08 15:46:24 +01:00
OTABI Tomoya
8ee65b173a
Merge pull request #266227 from ehllie/nest-cli
...
nest-cli: 10.1.17 -> 10.2.1
2023-11-08 23:43:48 +09:00
Nick Cao
9ff83d0ac2
Merge pull request #266212 from marsam/update-squawk
...
squawk: 0.24.1 -> 0.24.2
2023-11-08 08:43:18 -05:00
Nick Cao
8658e422c2
Merge pull request #266072 from GaetanLepage/csharp-ls
...
csharp-ls: 0.8.0 -> 0.10.0
2023-11-08 08:42:49 -05:00
Nick Cao
7e5dd54cb6
Merge pull request #259191 from superherointj/godot-4.1.2
...
godot_4: 4.1.1 -> 4.1.3-stable
2023-11-08 08:29:09 -05:00
github-actions[bot]
d49b3ff9e3
Merge staging-next into staging
2023-11-08 12:02:19 +00:00
github-actions[bot]
263a89fa08
Merge master into staging-next
2023-11-08 12:01:20 +00:00
Elizabeth Paź
754e2c806f
nest-cli: 10.1.17 -> 10.2.1
2023-11-08 10:00:58 +01:00
Rob
031f2f3cee
teller: fix build
...
add HOME=$(mktemp -d) in checkPhase
2023-11-08 00:48:07 -08:00
Weijia Wang
e5f3d587b9
gengetopt: fix build with clang 16
2023-11-08 09:39:39 +01:00
Weijia Wang
9c999b73e3
Merge pull request #265960 from Fryuni/turso
...
turso-cli: 0.86.3 -> 0.87.1
2023-11-08 08:58:58 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
Mario Rodas
6933b9c0c2
squawk: 0.24.1 -> 0.24.2
...
Diff: https://github.com/sbdchd/squawk/compare/v0.24.1...v0.24.2
Changelog: https://github.com/sbdchd/squawk/blob/v0.24.2/CHANGELOG.md
2023-11-08 04:20:00 +00:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
2023-11-08 00:13:25 +02:00
github-actions[bot]
d0018c61ff
Merge staging-next into staging
2023-11-07 18:01:28 +00:00
github-actions[bot]
1505981287
Merge master into staging-next
2023-11-07 18:00:55 +00:00