httplz: 1.12.4 -> 1.12.5

figsoda d7add5c4 6c3e0528

+3 -3
+3 -3
pkgs/tools/networking/httplz/default.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "httplz"; 16 - version = "1.12.4"; 17 18 src = fetchCrate { 19 inherit version; 20 pname = "https"; 21 - sha256 = "sha256-4+iIFLtPVs4PHOzfXfretCuZ0iBcqMVNnYFjEVhvBjk="; 22 }; 23 24 - cargoSha256 = "sha256-VOzMf9hOrAEGwtW9h8CnG/Df2KgEVhNqqdL762Gs2dE="; 25 26 nativeBuildInputs = [ 27 installShellFiles
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "httplz"; 16 + version = "1.12.5"; 17 18 src = fetchCrate { 19 inherit version; 20 pname = "https"; 21 + sha256 = "sha256-+nCqMTLrBYNQvoKo1PzkyzRCkKdlE88+NYoJcIlAJts="; 22 }; 23 24 + cargoSha256 = "sha256-odiVIfNJPpagoASnYvdOosHXa37gbQM8Zmvtnao0pAs="; 25 26 nativeBuildInputs = [ 27 installShellFiles