Weijia Wang
0a66bbd238
pest-ide-tools: 0.3.11 -> 0.13.2 ( #488712 )
2026-08-15 20:44:00 +00:00
Nick Cao
96774c5764
perplexity-mcp: 0-unstable-2026-07-27 -> 0-unstable-2026-07-30 ( #550402 )
2026-08-10 20:16:48 +00:00
R. Ryantm
67903994a8
perplexity-mcp: 0-unstable-2026-07-27 -> 0-unstable-2026-07-30
2026-08-08 06:05:21 +00:00
Ben Siraphob
5506449838
pkgs/by-name: fix typos
...
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
Doron Behar
eb960bbb94
various: remove gtk2 support where it is off by default ( #544746 )
2026-08-03 07:37:14 +00:00
nixpkgs-ci[bot]
7845cfc277
python3Packages.petsc4py: 3.25.3 -> 3.25.4 ( #547633 )
2026-08-02 04:01:58 +00:00
2kybe3
7747e77a6f
treewide: follow some GitHub redirects for fetchFromGitHub
...
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect
continuation of: #539298
2026-08-01 21:25:09 +02:00
R. Ryantm
c0de182240
python3Packages.petsc4py: 3.25.3 -> 3.25.4
2026-07-31 02:21:59 +00:00
R. Ryantm
c93e4f1630
perplexity-mcp: 0-unstable-2026-06-17 -> 0-unstable-2026-07-27
2026-07-29 23:51:04 +00:00
Peder Bergebakken Sundt
58b6a9d959
periphery: 3.7.4 -> 3.8.0 ( #545939 )
2026-07-29 16:11:21 +00:00
R. Ryantm
0bacc7841e
pedantix: 1.0.0 -> 1.1.0
2026-07-29 08:46:02 +00:00
Jeremy Stucki
e285ef649b
periphery: 3.7.4 -> 3.8.0
...
Diff: https://github.com/peripheryapp/periphery/compare/3.7.4...3.8.0
Changelog: https://github.com/peripheryapp/periphery/releases/tag/3.8.0
2026-07-26 14:41:59 +02:00
Sandro
8d1026cf9e
peertube: 8.2.2 -> 8.2.3; add changelog ( #544447 )
2026-07-23 14:10:11 +00:00
whispers
610d2daffb
perf: remove gtk 2 support
...
gtk 2 is unmaintained upstream and is being removed from Nixpkgs where
possible. gtk 2 being disabled is already the default, so there's little
reason to keep the support around.
2026-07-23 00:09:39 -04:00
Arne Keller
cf4e62b86d
pesde: init at 0.7.3 ( #512280 )
2026-07-22 07:15:47 +00:00
nixpkgs-ci[bot]
150b40cac1
peergos: 1.29.0 -> 1.30.0 ( #540638 )
2026-07-22 07:05:27 +00:00
eljamm
79da3f0173
peertube: 8.2.2 -> 8.2.3; add changelog
...
Diff: https://github.com/Chocobozzz/PeerTube/compare/v8.2.2...v8.2.3
2026-07-22 08:16:14 +02:00
nixpkgs-ci[bot]
d6a1255868
peazip: 11.1.0 -> 11.2.0 ( #541266 )
2026-07-20 17:17:12 +00:00
R. Ryantm
b7481153ba
peergos: 1.29.0 -> 1.30.0
2026-07-19 18:22:44 +00:00
Pol Dellaiera
bf8d21c405
pedantix: init at 1.0.0 ( #543458 )
2026-07-19 10:46:03 +00:00
Pol Dellaiera
697d2eca33
pedantix: init at 1.0.0
2026-07-19 11:37:16 +02:00
qubitnano
6e2c517f77
perfect_dark: fix hash
2026-07-18 21:37:05 -04:00
Jo
134518cebe
treewide: avoid using singleton lists for licenses ( #535754 )
2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad
treewide: replace more singleton license lists
2026-07-15 14:04:39 -04:00
Eman Resu
9d26adcd20
treewide: avoid using singleton lists for licenses
2026-07-15 13:56:52 -04:00
Emily
7dd3e5ddee
peertube: drop x86_64-darwin mention in comment
2026-07-15 03:58:17 +01:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
Oleksii Filonenko
a783deabf6
periphery: init at 3.7.4 ( #521574 )
2026-07-13 11:44:50 +00:00
R. Ryantm
2aeb37aa78
peazip: 11.1.0 -> 11.2.0
2026-07-13 00:44:45 +00:00
whispers
14477808c7
pegtl: apply upstream workaround for gcc 16 bug
...
gcc 16.1.0 resurfaced a bug from gcc 9.1/9.2 where `__PRETTY_FUNCTION__`
could end up truncated, which breaks the build of pegtl. upstream pegtl
has re-enabled the workaround from gcc 9.1/9.2 for gcc 16, and while we
can't fetch that as a patch since the codebase has changed
substantially since v3.2.8, we apply approximately the same trick. see:
- https://github.com/taocpp/PEGTL/issues/382
- 0176e87da3
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91155
2026-07-05 23:54:38 -04:00
Sandro
36c30e72bc
pear-desktop: 3.11.0 -> 3.12.0 ( #536379 )
2026-07-05 20:39:18 +00:00
Grace Lovelace
195b95f5ac
peertube: 8.1.8 -> 8.2.2
...
Important security fix, CR comments.
2026-07-03 14:49:13 -07:00
nixpkgs-ci[bot]
4e9d5cd7f8
petsc: 3.25.2 -> 3.25.3 ( #537775 )
2026-07-02 12:09:08 +00:00
R. Ryantm
6c50cfc986
petsc: 3.25.2 -> 3.25.3
2026-07-02 11:11:16 +00:00
Fernando Rodrigues
6080090aae
perfect_dark: adapt to new github owner name and update rev ( #537523 )
2026-07-02 09:38:07 +00:00
Sandro Jäckel
84347856e6
pear-desktop: 3.11.0 -> 3.12.0
...
Diff: https://github.com/pear-devs/pear-desktop/compare/v3.11.0...v3.12.0
Changelog: https://github.com/pear-devs/pear-desktop/blob/master/changelog.md#v3120
2026-07-02 00:02:17 +02:00
Paul Grandperrin
07f91c8e14
perfect_dark: adapt to new github owner name and update rev
2026-07-01 20:14:03 +02:00
Sandro Jäckel
4ff1f6b4e4
pear-desktop: fix darwin build
2026-07-01 18:15:22 +02:00
Sandro Jäckel
6b379ca683
pear-desktop: unpinn pnpm to stop depending on marked insecure package and bring it back to cache
...
Tested by starting it via ./result/bin/pear-desktop and listening to some Bring Me The Horizon.
2026-06-27 07:38:55 +02:00
Raito Bezarius
6a63a4ad8b
pkgs/*: drop maintenanceship of various packages
...
I have effectively renounced on maintaining all these packages and I do
not plan to return them except if I'm forced to.
I am also fine with most of these packages being dropped for next
releases if no maintainer shows up.
Change-Id: I8d167c8029b6991181bd7a094af21c3313af2b51
Signed-off-by: Raito Bezarius <masterancpp@gmail.com >
2026-06-24 20:34:45 +02:00
nixpkgs-ci[bot]
713071d559
perplexity-mcp: 0-unstable-2026-04-14 -> 0-unstable-2026-06-17 ( #534835 )
2026-06-24 10:15:06 +00:00
R. Ryantm
657930d17e
perplexity-mcp: 0-unstable-2026-04-14 -> 0-unstable-2026-06-17
2026-06-24 07:10:33 +00:00
Nick Cao
1bf4e8513d
petsc: 3.24.6 -> 3.25.2; bulk upgrade of petsc related packages ( #519873 )
2026-06-24 01:08:39 +00:00
qbisi
863a37b6d4
petsc: add comments for installCheckFlags
2026-06-23 09:36:35 +08:00
R. Ryantm
761c3f8470
penelope: 0.20.0 -> 0.21.0
2026-06-21 12:43:37 +00:00
qbisi
2fcb9c40ef
petsc: 3.24.6 -> 3.25.2
...
Diff: https://gitlab.com/petsc/petsc/-/compare/v3.24.6...v3.25.2
Changelog: https://petsc.org/release/changes/325/
2026-06-21 14:14:09 +08:00
Peder Bergebakken Sundt
356e0c5aa4
peacock: 8.7.0 -> 8.8.1 ( #529625 )
2026-06-16 23:03:32 +00:00
nixpkgs-ci[bot]
14483f68bd
pe-bear: 0.7.1 -> 0.7.2 ( #528594 )
2026-06-09 21:19:08 +00:00
Marie Ramlow
3b551d2d02
peacock: 8.7.0 -> 8.8.1
2026-06-08 20:50:35 +02:00
Fabian Affolter
5b0f84aa73
peirates: init at 1.29a ( #529087 )
2026-06-08 13:28:22 +00:00