Commit Graph

585 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
32e2305704 Merge staging-next into staging 2026-08-18 00:11:41 +00:00
Nick Cao
b1888868d3 publicsuffix-list: 0-unstable-2026-07-25 -> 0-unstable-2026-08-14 (#552915) 2026-08-17 20:46:36 +00:00
Weijia Wang
0d62ceecd3 pure-prompt: 1.28.1 -> 1.28.3 (#541449) 2026-08-17 19:49:36 +00:00
nixpkgs-ci[bot]
9c807254a3 Merge staging-next into staging 2026-08-16 00:11:56 +00:00
Weijia Wang
37b999783f publii: 0.47.3 -> 0.47.9 (#475071) 2026-08-15 21:23:35 +00:00
Weijia Wang
ca193e28e3 publii: remove broken changelog link 2026-08-15 16:15:50 +02:00
R. Ryantm
b120c4cd31 publicsuffix-list: 0-unstable-2026-07-25 -> 0-unstable-2026-08-14 2026-08-15 08:42:28 +00:00
nixpkgs-ci[bot]
f66de93f85 Merge staging-next into staging 2026-08-13 18:18:57 +00:00
Gliczy
f4be6e7b5b punes: pin ffmpeg_8 2026-08-13 14:26:14 +02:00
Stefan Frijters
f53d3b8607 publicsuffix-list: enable strictDeps, enable structuredAttrs 2026-08-12 20:15:07 +02:00
nixpkgs-ci[bot]
f2c8920574 Merge master into staging-next 2026-08-11 00:16:59 +00:00
DOCtorActoAntohich
13cdec76bf puddletag: aarch64-darwin support
it seemingly works on a new target with minimal changes

also a note for future when puddletag releases with Qt6
2026-08-11 00:59:23 +02:00
nixpkgs-ci[bot]
adf7cc8a0b Merge master into staging-next 2026-08-09 00:16:06 +00:00
Peder Bergebakken Sundt
db9a2b086c appimageTools: warn on deprecated type-specific aliases (#546396) 2026-08-08 21:18:59 +00:00
K900
b78e4ce9e1 Merge remote-tracking branch 'origin/master' into staging-next 2026-08-08 09:11:52 +03:00
Weijia Wang
0e03945b0f putty: migrate to by-name, use strictDeps, structuredAttrs, finalAttrs (#539712) 2026-08-07 22:01:03 +00:00
Ben Siraphob
9328e894fd pkgs/by-name: fix typos (#549386) 2026-08-07 19:02:08 +00:00
nixpkgs-ci[bot]
d2da40a169 Merge staging-next into staging 2026-08-05 18:33:09 +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
Arsenii Zorin
3d07987bb2 pulumi-bin: 3.255.0 -> 3.256.0 2026-08-05 13:06:16 +03:00
nixpkgs-ci[bot]
258fffa55f Merge staging-next into staging 2026-08-03 13:03:34 +00:00
R. Ryantm
f91a88e0fc pulsemeeter: 2.1.1 -> 2.2.0 2026-08-02 03:41:37 +00:00
nixpkgs-ci[bot]
9d00e5f0fe Merge staging-next into staging 2026-08-02 00:34:09 +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
Jo
6f4b90959d publicsuffix-list: 0-unstable-2026-06-24 -> 0-unstable-2026-07-25 (#546580) 2026-08-01 17:25:18 +00:00
nicoo
f90e346865 pulumi: 3.253.0 → 3.255.0 (#547072) 2026-07-30 17:14:38 +00:00
nicoo
60af959ae6 lib.teams.pulumi: init and make maintainer of Pulumi and its SDKs
Removed veehaitch with their consent:
  https://github.com/NixOS/nixpkgs/pull/394166#issuecomment-3343126679
2026-07-30 11:43:22 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
R. Ryantm
2b7306db3e publii: 0.47.3 -> 0.47.9 2026-07-29 23:31:27 +00:00
nicoo
278ba8ab17 pulumi: 3.253.0 → 3.255.0 2026-07-29 13:41:34 +00:00
Arsenii Zorin
75f76c4db5 pulumi-bin: 3.254.0 -> 3.255.0 2026-07-29 11:42:12 +03:00
R. Ryantm
6d89c1789d publicsuffix-list: 0-unstable-2026-06-24 -> 0-unstable-2026-07-25 2026-07-28 07:53:55 +00:00
Jo
4bbfcec195 pup: fix version scheme (#545795) 2026-07-26 08:13:21 +00:00
coolcuber
f4bfa10dd4 pup: fix version scheme 2026-07-25 19:57:45 -04:00
nicoo
897981fe69 pulumi: 3.192.0 -> 3.253.0 (#536699) 2026-07-25 12:50:12 +00:00
nicoo
25f9933883 pulumi, pulumi-python, python3Packages.pulumi: add nicoo as maintainer 2026-07-25 12:44:29 +00:00
dotlambda
fff884de70 pure-maps: 3.4.2 -> 3.5.1 (#516609) 2026-07-24 23:45:07 +00:00
nicoo
00b024aca8 pulumi: 3.248.0 → 3.253.0
Co-authored-by: Robin Kneepkens <robin@skunk.team>
2026-07-24 13:50:32 +00:00
Arsenii Zorin
e91e44aa56 pulumi-bin: 3.253.0 -> 3.254.0 2026-07-24 15:33:22 +03:00
R. Ryantm
c8c97c3720 pure-prompt: 1.28.1 -> 1.28.3 2026-07-22 13:06:31 +00:00
R. Ryantm
f8300dea94 putzen: 3.3.2 -> 3.3.3 2026-07-22 12:17:30 +00:00
Martin Weinelt
ab4ac8e162 pugixml: 1.15 -> 1.16 (#532481) 2026-07-21 14:05:04 +00:00
nixpkgs-ci[bot]
c1e0ea04ff Merge master into staging-next 2026-07-17 18:22:58 +00:00
Nick Cao
947d33e597 pulumi-bin: 3.250.0 -> 3.253.0 (#542162) 2026-07-17 17:38:18 +00:00
nixpkgs-ci[bot]
0f44e46420 Merge master into staging-next 2026-07-16 06:50:07 +00:00
zowoq
e07740f898 treewide: drop x86_64-darwin from update scripts (#541166) 2026-07-16 01:27:09 +00:00
Michael Daniels
dd7af89e2f Merge branch 'master' into staging-next 2026-07-15 19:33:27 -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
csanthiago
5cb38b104a pulumi-bin: 3.250.0 -> 3.253.0
Assisted-by: Crush:kimi-for-coding-highspeed
2026-07-15 09:47:51 +01:00