Commit Graph
562127 Commits
Author SHA1 Message Date
OTABI TomoyaandGitHub b1fa2b763e Merge pull request #273503 from GaetanLepage/jupyterlab
python311Packages.jupyterlab: 4.0.6 -> 4.0.9
2023-12-14 12:36:36 +09:00
R. Ryantm 98ecb3df51 crocoddyl: 2.0.1 -> 2.0.2 2023-12-14 03:33:36 +00:00
Fabián Heredia MontielandGitHub dd11cc3eff Merge pull request #273957 from dritter/update-jetbrains3
jetbrains: 2023.3 -> 2023.3.1
2023-12-14 03:20:43 +00:00
R. Ryantm 14a5c97681 credhub-cli: 2.9.22 -> 2.9.24 2023-12-14 03:15:32 +00:00
R. Ryantm 3e3c00a28e crd2pulumi: 1.2.5 -> 1.3.0 2023-12-14 03:14:56 +00:00
Ashish SHUKLA 102500d2ba tailscale: 1.54.1 -> 1.56.0 2023-12-14 08:39:27 +05:30
Silvan Mosberger bb08bfc2d3 tests.nixpkgs-check-by-name: Test for gradual transition
This implements the ability to test gradual transitions in check
strictness, and adds one such test for the empty non-auto-called
arguments check.
2023-12-14 04:05:03 +01:00
Silvan Mosberger d487a975cc tests.nixpkgs-check-by-name: Gradual migration from base Nixpkgs
This implements the option for a gradual migration to stricter checks.
For now this is only done for the check against empty non-auto-called
callPackage arguments, but in the future this can be used to ensure all
new packages make use of `pkgs/by-name`.

This is implemented by adding a `--base <BASE_NIXPKGS>` flag, which then
compares the base nixpkgs against the main nixpkgs version, making sure
that there are no regressions.

The `--version` flag is removed. While it was implemented, it was never
used in CI, so this is fine.
2023-12-14 03:51:10 +01:00
zzzsyyy cb899c8d6e linux_xanmod_latest: 6.6.5 -> 6.6.7 2023-12-14 10:45:32 +08:00
Silvan Mosberger a6ba4cae31 tests.nixpkgs-check-by-name: Intermediate refactor
This prepares the code base for the removal of the `--version` flag, to
be replaced with a flag that can specify a base version to compare the
main Nixpkgs against, in order to have gradual transitions to stricter
checks.

This refactoring does:
- Introduce the `version` module that can house the logic to increase
  strictness, with a `version::Nixpkgs` struct that contains the
  strictness conformity of a single Nixpkgs version
- Make the check return `version::Nixpkgs`
- Handle the behavior of the still-existing `--version` flag with `version::Nixpkgs`
- Introduce an intermediate `process` function to handle the top-level
  logic, especially useful in the next commit
2023-12-14 03:40:49 +01:00
zzzsyyy 6f0aacf169 linux_xanmod: 6.1.66 -> 6.1.68 2023-12-14 10:40:47 +08:00
Martin WeineltandGitHub b29ed109fc Merge pull request #274123 from mweinelt/hass-stubs-2023.12.2
python311Packages.homeassistant-stubs: 2023.12.1 -> 2023.12.2
2023-12-14 03:24:50 +01:00
rewine b35e94bd99 qtcreator: 12.0.0 -> 12.0.1 2023-12-14 10:22:41 +08:00
Silvan Mosberger e98d22851b tests.nixpkgs-check-by-name: Introduce result_map
Convenience function to run another validation over a successful validation result.

This will be usable in more locations in future commits, making the code
nicer.
2023-12-14 03:21:41 +01:00
Silvan Mosberger b8e4d555b4 tests.nixpkgs-check-by-name: Minor refactor, allow more simultaneous problems
This makes it such that these two errors can both be thrown for a single
package:
- The attribute value not being a derivation
- The attribute not being a proper callPackage

The tests had to be adjusted to only throw the error they were testing
for
2023-12-14 03:13:36 +01:00
Reed cfe3e686d0 vesktop: add missing libnotify 2023-12-13 21:11:50 -05:00
Martin Weinelt 5bc6ddb871 python311Packages.homeassistant-stubs: 2023.12.1 -> 2023.12.2
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.12.2
2023-12-14 03:03:40 +01:00
R. Ryantm 0b7e4691c9 cpp-utilities: 5.24.2 -> 5.24.4 2023-12-14 01:59:41 +00:00
R. Ryantm 6fa23b90c2 cpm-cmake: 0.38.6 -> 0.38.7 2023-12-14 01:58:51 +00:00
R. Ryantm b501ab6faa coreth: 0.12.6 -> 0.12.7 2023-12-14 01:53:08 +00:00
happysalada 51fd8374c8 codeium: 1.4.26 -> 1.6.10 2023-12-14 10:51:16 +09:00
Quantenzitrone 2165e00913 i3-open-next-ws: init at 0.1.5 2023-12-14 02:10:58 +01:00
Alyssa Ross 59dc10b5a6 nixos/users-groups: fix confusing error message
If we include users with unset groups, we get this very confusing
message, with invalid Nix code:

       - The following users have a primary group that is undefined: qyliss
       Hint: Add this to your NixOS configuration:
         users.groups. = {};

We don't need to include such users in this check, since they'll be
caught anyway by this one:

       - users.users.qyliss.group is unset. This used to default to
       nogroup, but this is unsafe. For example you can create a group
       for this user with:
       users.users.qyliss.group = "qyliss";
       users.groups.qyliss = {};
2023-12-14 02:08:16 +01:00
Robert SchützandGitHub 9bcf41fe0d Merge pull request #273927 from gepbird/rnote-0.9.4
rnote: 0.9.3 -> 0.9.4
2023-12-13 16:56:54 -08:00
R. Ryantm 3ce5a64da2 consul: 1.16.3 -> 1.17.0 2023-12-14 00:35:46 +00:00
R. Ryantm ebc9339cc5 container2wasm: 0.5.1 -> 0.5.2 2023-12-14 00:34:34 +00:00
Ilan JoselevichandGitHub 53dd2decc1 Merge pull request #273755 from Kranzes/nextcloud-desktop
nextcloud-client: 3.10.2 -> 3.11.0
2023-12-14 02:32:50 +02:00
Bobby Rong c5d0c3da49 pantheon.elementary-files: 6.5.2 -> 6.5.3
https://github.com/elementary/files/compare/6.5.2...6.5.3
2023-12-14 08:17:47 +08:00
Alyssa Ross 82b3151def bpftools: add homepage
> This is the official home for bpftool.
2023-12-14 01:17:33 +01:00
undefined 5cff955d59 nali: 0.8.0 -> 0.8.1 2023-12-14 08:12:07 +08:00
Robert Schütz f6ea3f91b5 nextcloud28: init at 28.0.0 2023-12-13 15:57:33 -08:00
Alyssa Ross a91b30141f kexec-tools: mark unsupported on microblaze 2023-12-14 00:53:51 +01:00
Alyssa Ross 411fd474e1 libtiff: drop maintainership
When I added myself as a maintainer here, I thought it would be way
less work than it turns out to be, because I didn't realise how
vulnerability-prone libtiff is.  I basically haven't been maintaining
it at all, so let's reflect reality.
2023-12-14 00:49:36 +01:00
Markus Kowalewski e9444f1b2d abracadabra: 2.3.1 -> 2.3.4 2023-12-14 00:42:47 +01:00
Sandro Jäckel 197a0984c7 python311Packages.weasel: remove dev and lint depedencies 2023-12-14 00:34:47 +01:00
R. Ryantm d6c3275fe0 conftest: 0.46.0 -> 0.47.0 2023-12-13 23:26:38 +00:00
R. Ryantm d665488d40 commit-mono: 1.141 -> 1.142 2023-12-13 23:22:14 +00:00
Nick CaoandGitHub cfb8505a8f Merge pull request #274087 from numinit/revert-nebula-wait-for-service
nixos/nebula: tests: revert wait_for_unit
2023-12-13 18:08:48 -05:00
R. RyantmandYt 18a19d8dd2 cargo-mobile2: 0.7.0 -> 0.9.0 2023-12-13 23:05:29 +00:00
Nick Cao ee4176d325 nixos/matrix-synapse: update broken link to redis related docs 2023-12-13 18:02:47 -05:00
Fabian Affolter 0102fd19b5 python311Packages.dvc: 3.33.3 -> 3.33.4
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.33.3...3.33.4

Changelog: https://github.com/iterative/dvc/releases/tag/3.33.4
2023-12-14 00:01:36 +01:00
Nick Cao 60689bffab matrix-synapse: update license to agpl3Plus 2023-12-13 18:01:16 -05:00
Thomas GerbetandGitHub fd04bea4cb Merge pull request #272894 from x10an14/update-cyclonedx
cargo-cyclonedx: 0.3.8 -> 0.4.1
2023-12-13 23:54:10 +01:00
Nick Cao 3d7e5f4f26 nixos/matrix-synapse: replace references to matrix-org/synapse with element-hq/synapse 2023-12-13 17:50:37 -05:00
Morgan Jones 49ebc3878e nixos/nebula: tests: revert wait_for_unit 2023-12-13 14:50:03 -08:00
Fabian AffolterandGitHub a67f39aba1 Merge pull request #273851 from kashw2/bearer
bearer: 1.32.0 -> 1.33.0
2023-12-13 23:50:03 +01:00
Nick Cao 7f7ab04139 matrix-synapse.tools.synadm: replace references to matrix-org/synapse with element-hq/synapse 2023-12-13 17:49:21 -05:00
Nick Cao 51edd222c2 matrix-synapse: replace references to matrix-org/synapse with element-hq/synapse 2023-12-13 17:48:09 -05:00
Fabian Affolter 1d50215dfd python311Packages.dvc-data: 2.23.1 -> 2.24.0
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.23.1...2.24.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.24.0
2023-12-13 23:47:45 +01:00
Fabian Affolter 7f075f16ad python311Packages.dvc-objects: 1.4.9 -> 2.0.1
Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/1.4.9...2.0.1

Changelog: https://github.com/iterative/dvc-objects/releases/tag/2.0.1
2023-12-13 23:46:26 +01:00