Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
83da83291c httpx: 1.9.0 -> 1.10.0 2026-07-09 21:04:50 +00:00
R. Ryantm
dbdcbdf5bf httpx: 1.8.1 -> 1.9.0 2026-03-09 22:46:18 +00:00
Fabian Affolter
7f5a139270 httpx: migrate to finalAttrs 2026-01-26 12:39:05 +01:00
Fabian Affolter
fe9200bda0 httpx: 1.7.4 -> 1.8.1
Diff: https://github.com/projectdiscovery/httpx/compare/v1.7.4...v1.8.1

Changelog: https://github.com/projectdiscovery/httpx/releases/tag/v1.8.1
2026-01-26 12:36:51 +01:00
R. Ryantm
1e833e56b7 httpx: 1.7.3 -> 1.7.4 2025-12-20 02:57:40 +00:00
R. Ryantm
b1a2e456f7 httpx: 1.7.2 -> 1.7.3 2025-12-06 19:55:36 +00:00
R. Ryantm
09c93a54b8 httpx: 1.7.1 -> 1.7.2 2025-11-14 19:56:57 +00:00
R. Ryantm
475668d354 httpx: 1.7.0 -> 1.7.1 2025-07-16 12:38:00 +00:00
liberodark
c6729488de treewide: remove with lib Part 4 2025-06-07 00:48:50 +02:00
R. Ryantm
9a64faf498 httpx: 1.6.10 -> 1.7.0 2025-04-24 20:03:22 +00:00
Gaetan Lepage
bfe27cf81c treewide: use a string for versionCheckProgramArg where possible 2025-04-05 14:45:13 +02:00
R. RyanTM
96e7518e52 httpx: 1.6.9 -> 1.6.10 (#377455) 2025-01-28 06:10:35 +01:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
Fabian Affolter
3709deefc6 httpx: add versionCheckHook 2024-12-02 23:54:55 +01: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