Commit Graph

25 Commits

Author SHA1 Message Date
R. Ryantm
0afa8fcc94 p2pool: 4.17 -> 4.17.1 2026-06-30 11:55:05 +00:00
R. Ryantm
73d930558a p2pool: 4.16 -> 4.17 2026-06-22 03:40:31 +00:00
06kellyjac
e3c43ff8b8 p2pool: 4.14 -> 4.16 2026-06-14 07:48:52 +01:00
R. Ryantm
fc78302a47 p2pool: 4.13 -> 4.14 2026-03-02 23:30:34 +00:00
R. Ryantm
504b543290 p2pool: 4.12 -> 4.13 2025-12-24 23:16:25 +00:00
R. Ryantm
498ffd776e p2pool: 4.11 -> 4.12 2025-11-08 18:37:15 +00:00
Jaco Malan
cbad32071b p2pool: 4.10.1 -> 4.11 2025-09-30 15:14:48 +02:00
06kellyjac
98f8e1954f p2pool: 4.9.1 -> 4.10.1 2025-09-11 17:38:56 +01:00
06kellyjac
2367080377 p2pool: add jk to maintainers 2025-08-21 11:48:53 +01:00
06kellyjac
a2e17a2f14 p2pool: reduce usage of with lib; 2025-08-21 11:48:37 +01:00
06kellyjac
3cdf0139ca p2pool: move to finalAttrs pattern 2025-08-21 11:44:39 +01:00
06kellyjac
393ea62940 p2pool: 4.9 -> 4.9.1
Diff: https://github.com/SChernykh/p2pool/compare/v4.9...v4.9.1
2025-08-21 11:34:10 +01:00
Jaco Malan
13486fc8d2 p2pool: 4.8.1 -> 4.9 2025-07-23 15:22:55 +02:00
Jaco Malan
84e25a5a99 p2pool: 4.8 -> 4.8.1 2025-07-21 21:07:34 +02:00
R. Ryantm
7c7cd4da98 p2pool: 4.7 -> 4.8 2025-06-20 12:28:51 +00:00
R. Ryantm
c27be1dce0 p2pool: 4.4 -> 4.7 2025-05-30 16:42:50 +00:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04: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
R. Ryantm
b9837ee74c p2pool: 4.3 -> 4.4 2025-03-03 01:12:37 +00:00
R. Ryantm
2d87fee385 p2pool: 4.2 -> 4.3 2025-01-09 20:35:03 +00:00
Emily
205c1696b8 treewide: remove obsolete aligned allocation workarounds 2025-01-04 21:20:40 +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
R. Ryantm
2e73f304b5 p2pool: 4.1.1 -> 4.2 2024-11-20 07:05:05 +00: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