Commit Graph

26 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
figsoda
2a106ba0ac httplz: 1.13.1 -> 1.13.2
Diff: https://diff.rs/https/1.13.1/1.13.2

Changelog: https://github.com/thecoshman/http/releases/tag/v1.13.2
2023-08-30 11:44:30 -04:00
figsoda
037eed499c httplz: 1.13.0 -> 1.13.1
Diff: https://diff.rs/https/1.13.0/1.13.1

Changelog: https://github.com/thecoshman/http/releases/tag/v1.13.1
2023-08-24 09:38:59 -04:00
figsoda
70ae1f4f8b httplz: 1.12.6 -> 1.13.0
Diff: https://diff.rs/https/1.12.6/1.13.0

Changelog: https://github.com/thecoshman/http/releases/tag/v1.13.0
2023-07-14 20:59:04 -04:00
figsoda
8ade2218ef httplz: 1.12.5 -> 1.12.6 2023-03-21 08:40:57 -04:00
Theodore Ni
abbfe517bd
httplz: fix for rust 1.65 2022-12-06 13:51:46 -08:00
figsoda
d7add5c411 httplz: 1.12.4 -> 1.12.5 2022-07-27 11:34:59 +08:00
R. Ryantm
c8d677a2ec httplz: 1.12.3 -> 1.12.4 2022-02-26 07:27:35 +00:00
R. Ryantm
8d7d813cbe httplz: 1.12.2 -> 1.12.3 2022-02-12 20:40:30 -08:00
figsoda
864beccfb6 httplz: 1.12.1 -> 1.12.2 2021-12-14 18:23:46 -05:00
figsoda
342267b0f0 httplz: 1.9.2 -> 1.12.1 2021-10-04 16:35:38 -04:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Bruno Bigras
d888b4d235 httplz: dropping maintainership 2021-01-21 12:53:46 -05:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bruno Bigras
6478e659da httplz: 1.8.0 -> 1.9.2 2020-04-25 04:10:37 -04:00
Jörg Thalheim
649eecd631
httplz: fix strict deps build 2020-03-29 12:37:24 +01:00
Benjamin Hipple
5c6081efdf httplz: upgrade cargo fetcher and cargoSha256 2020-03-08 22:04:15 -04:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Bruno Bigras
11af4a1b42 httplz: 1.6.0 -> 1.8.0 2020-01-24 15:29:06 -05:00
WilliButz
91bb6cf407
httplz: 1.5.2 -> 1.6.0, add openssl to PATH 2019-09-14 11:58:20 +02:00
Daniel Schaefer
acf571eec4 httplz: Fix build with openssl_1_0_2
The rust crate dependency that wraps OpenSSL doesn't support the Openssl
1.1.
2019-09-13 15:02:37 +02:00
Bruno Bigras
fc1f812a44 httplz: 1.5.1 -> 1.5.2 2019-08-19 21:33:13 -04:00
Marek Mahut
67ae9491d9 httplz: adding darwin.apple_sdk.frameworks.Security 2019-08-17 19:43:44 +02:00
Bruno Bigras
42accfb7d1 httplz: 1.5.0 -> 1.5.1 2019-08-16 12:24:10 -04:00
Bruno Bigras
4d8b9cbbdd httplz: init at 1.5.0 (#60304) 2019-04-27 09:34:33 +02:00