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

figsoda 2a106ba0 83f55e3b

+3 -3
+3 -3
pkgs/tools/networking/httplz/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "httplz"; 15 - version = "1.13.1"; 15 + version = "1.13.2"; 16 16 17 17 src = fetchCrate { 18 18 inherit version; 19 19 pname = "https"; 20 - hash = "sha256-KjkUIAo2CAfVNjC0Vq3Pd8qDN9g1+K/ZRs+sGcc8bCg="; 20 + hash = "sha256-uxEMgSrcxMZD/3GQuH9S/oYtMUPzgMR61ZzLcb65zXU="; 21 21 }; 22 22 23 - cargoHash = "sha256-liRCdFg1wUPIURffSJVYG9nf1UEsvSH/krglBeluvlQ="; 23 + cargoHash = "sha256-8cH8QrnkfPF0Di7+Ns/P/8cFe0jej/v7m4fkkfTFdvs="; 24 24 25 25 nativeBuildInputs = [ 26 26 installShellFiles