Commit Graph

14 Commits

Author SHA1 Message Date
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
whispers
0f88ef7c4b google-cloud-cpp: fix build by adding missing #include <algorithm>
Hydra build failure: https://hydra.nixos.org/build/323365915
2026-03-08 12:54:54 -04:00
K900
c7cd41b354 google-cloud-cpp: skip test that started segfaulting for no apparent reason
I am not debugging this. Sorry.
2026-01-16 01:27:27 +03:00
Gaetan Lepage
5ac7640fdb google-cloud-cpp: 2.43.0 -> 2.44.0
Diff:
https://github.com/googleapis/google-cloud-cpp/compare/v2.43.0...v2.44.0
2025-12-07 16:35:16 +00:00
Gaetan Lepage
51c7fb6b1c google-cloud-cpp: modernize 2025-11-15 16:47:28 +00:00
Gaetan Lepage
f711865b1b google-cloud-cpp: 2.38.0 -> 2.43.0
Diff: https://github.com/googleapis/google-cloud-cpp/compare/v2.38.0...v2.43.0
2025-11-15 16:47:11 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Martin Weinelt
687dee3897 google-cloud-cpp: 2.29.0 - 2.38.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.30.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.31.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.32.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.33.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.34.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.35.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.36.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.37.0
https://github.com/googleapis/google-cloud-cpp/releases/tag/v2.38.0
2025-07-05 16:39:36 +02:00
FliegendeWurst
ace364b96d google-cloud-cpp: pin protobuf_29
See upstream PR
https://github.com/googleapis/google-cloud-cpp/pull/14974
2025-04-12 23:06:59 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Wolfgang Walther
b12e9707e0 treewide: replace substituteAll with replaceVars (part 3)
Driving #237216 forward.
2025-01-19 13:31:23 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00