Commit Graph

197 Commits

Author SHA1 Message Date
Wolfgang Walther
66ba544b03
syncstorage-rs: 0.17.15 -> 0.18.2 (#364157) 2024-12-13 20:52:19 +01:00
Aleksana
b19ace2709
systemd-netlogd: 1.4.2 -> 1.4.3 (#361665) 2024-12-13 10:43:36 +08:00
Nick Cao
467cfdb23d
systeroid: 0.4.4 -> 0.4.5 (#364411) 2024-12-12 10:39:26 -05:00
Aleksana
7f317dd090
sydbox: 3.28.3 -> 3.29.4 (#361642) 2024-12-12 17:55:36 +08:00
Wolfgang Walther
454f0e581f
syft: 1.14.0 -> 1.18.0 (#359269) 2024-12-12 10:00:01 +01:00
Devin
c630658157
syspower: init at 0-unstable-2024-12-12 (#363716)
* maintainers: add justdeeevin

* syspower: init at 0-unstable-2024-12-10

* syspower: 0-unstable-2024-12-10 -> 0-unstable-2024-12-12

This fixes a crucial bug relating to usage with nixos
2024-12-12 00:36:25 -05:00
R. Ryantm
1fd390f99a syft: 1.14.0 -> 1.18.0 2024-12-12 05:31:41 +00:00
R. Ryantm
a591e7e9f9 systeroid: 0.4.4 -> 0.4.5 2024-12-12 00:51:41 +00:00
R. Ryantm
77a2b2dccf syncstorage-rs: 0.17.15 -> 0.18.2 2024-12-11 07:40:40 +00:00
R. Ryantm
ac5082f8e4 syshud: 0-unstable-2024-11-12 -> 0-unstable-2024-11-25 2024-12-10 23:35:45 +00: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
Leah Amelia Chen
22a2f06741
synchrony: init at 2.4.5 (#352833) 2024-12-08 18:29:33 -05:00
seth
b99d25476d sydbox: 3.28.3 -> 3.29.4 2024-12-05 00:54:51 +00:00
seth
9b5546a02f systemd-netlogd: 1.4.2 -> 1.4.3
Changelog: https://github.com/systemd/systemd-netlogd/releases/tag/v1.4.3
Diff: https://github.com/systemd/systemd-netlogd/compare/v1.4.2...v1.4.3
2024-12-04 01:06:53 -05:00
Gaël Reyrol
b48508f9ba
symfony-cli: 5.10.4 -> 5.10.5
Diff: https://github.com/symfony-cli/symfony-cli/compare/v5.10.4...v5.10.5

Changelog: https://github.com/symfony-cli/symfony-cli/releases/tag/v5.10.5
2024-12-02 08:37:25 +01:00
Sandro
f493a45997
sysdig-cli-scanner: do not use --dbpath arg when --iac is set (#337736) 2024-11-25 15:14:35 +01:00
R. Ryantm
f4b2154d3e syncstorage-rs: 0.17.12 -> 0.17.15 2024-11-23 00:43:07 +00:00
tomberek
cb1e6e7f4d
sydbox: 2.2.0 -> 3.28.3 (#356793) 2024-11-22 01:13:32 -05:00
R. Ryantm
88a3df2ded syshud: 0-unstable-2024-11-04 -> 0-unstable-2024-11-12 2024-11-21 17:12:58 +00:00
seth
7d2908b81b
sydbox: update meta.homepage 2024-11-18 21:33:14 -05:00
seth
bf6dafd182
sydbox: add getchoo to maintainers 2024-11-17 15:01:42 -05:00
seth
d02439295c
sydbox: add version test 2024-11-17 15:01:41 -05:00
seth
3fe4a6a95c
sydbox: add updateScript 2024-11-17 15:01:41 -05:00
seth
4929c87fed
sydbox: add meta.mainProgram & cleanup meta 2024-11-17 15:01:41 -05:00
seth
6272893175
sydbox: 2.2.0 -> 3.28.3
Changelog: https://gitlab.exherbo.org/sydbox/sydbox/-/blob/v3.28.3/ChangeLog.md?ref_type=tags#3283
2024-11-17 15:00:40 -05:00
seth
d1455f5bce
sydbox: format with nixfmt 2024-11-17 02:31:59 -05:00
R. Ryantm
e49edea8cb sysdig-cli-scanner: 1.17.0 -> 1.18.0 2024-11-15 00:21:15 +00:00
kirillrdy
1198058ffe
syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 2024-11-13 19:38:05 +11: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
Colin
51fc0761d2 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 2024-11-08 07:28:42 +00:00
seth
012055eb87
systemd-netlogd: init at 1.4.2 2024-11-05 14:34:33 -05:00
Sandro
3a0187e085
syncstorage-rs: 0.17.9 -> 0.17.12 (#350176) 2024-10-31 01:12:05 +01:00
aktaboot
d2c9de5e7c syncstorage-rs: add passthru.updateScript 2024-10-30 16:26:38 +01:00
aktaboot
ece1914240 syncstorage-rs: 0.17.9 -> 0.17.12
https://github.com/mozilla-services/syncstorage-rs/releases
2024-10-30 16:26:31 +01:00
Pol Dellaiera
dc2709d011
symfony-cli: 5.10.2 -> 5.10.4 (#351317) 2024-10-26 05:21:49 +02:00
R. Ryantm
528c37729a symfony-cli: 5.10.2 -> 5.10.4 2024-10-26 00:31:38 +00:00
Aaron Honeycutt
e9eca9b6e9 system76-power: 1.2.1 -> 1.2.2 2024-10-25 08:54:40 +02:00
R. Ryantm
77f5f203cf syncyomi: 1.1.1 -> 1.1.2 2024-10-24 15:53:30 +00:00
Sefa Eyeoglu
feb995ade0
pnpm: 9.12.1 -> 9.12.2 (#349093) 2024-10-20 20:27:37 +02:00
Artturin
1e922a0216
system76-power: 1.1.23 -> 1.2.1 (#349351) 2024-10-20 06:10:36 +03:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Nick Cao
e5939be050
syncstorage-rs: 0.17.0 -> 0.17.9 (#349507) 2024-10-18 16:05:49 -04:00
aktaboot
5c92fbcc38 syncstorage-rs: 0.17.0 -> 0.17.9
Changes: https://github.com/mozilla-services/syncstorage-rs/compare/0.17.0...0.17.9
2024-10-18 12:36:08 +02:00
R. Ryantm
3b7432ff22 system76-scheduler: 2.0.1 -> 2.0.2 2024-10-18 05:20:04 +00:00
scrufulufugus
6652ec3ddb system76-power: 1.1.23 -> 1.2.1 2024-10-17 15:26:19 -04:00
scrufulufugus
76e0284e88 system76-power: migrate to pkgs/by-name format 2024-10-17 18:22:34 +02:00
scrufulufugus
969102bd11 system76-scheduler: migrate to pkgs/by-name format 2024-10-17 18:22:34 +02:00
R. Ryantm
3b235d21be syft: 1.13.0 -> 1.14.0 2024-10-09 05:51:50 +00:00
Emery Hemingway
51aea27321 syndicate-server: 0.46.0 -> 0.48.0 2024-10-08 20:34:19 +00:00
Fede Barcelona
f7d992d6dd sysdig-cli-scanner: do not use --dbpath arg when --iac is set 2024-10-07 11:35:21 +02:00