httplz: 1.8.0 -> 1.9.2

gstqt5
Bruno Bigras 2020-04-25 03:51:28 -04:00
parent fcf547d0e2
commit 6478e659da
2 changed files with 437 additions and 431 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,13 @@
rustPlatform.buildRustPackage rec {
pname = "httplz";
version = "1.8.0";
version = "1.9.2";
src = fetchFromGitHub {
owner = "thecoshman";
repo = "http";
rev = "v${version}";
sha256 = "0i41hqig8v6w1qb6498239iix1rss0lznm5lcl9m3i439c2zv7pw";
sha256 = "154alxxclz78r29m656c8yahnzq0vd64s4sp19h0ca92dfw4s46y";
};
nativeBuildInputs = [ makeWrapper pkgconfig ];
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--bin httplz" ];
cargoPatches = [ ./cargo-lock.patch ];
cargoSha256 = "13hk9m09jff3bxbixsjvksiir4j4mak4ckvlq45bx5d5lh8sapxl";
cargoSha256 = "1rpwzrr9bvw375vn97y5fqhraqz35d3ani9kfflvn2758x3g8gwf";
postInstall = ''
wrapProgram $out/bin/httplz \