Merge pull request #243566 from figsoda/httplz

httplz: 1.12.6 -> 1.13.0

authored by

Nick Cao and committed by
GitHub
ce9331ca a38954c9

+4 -3
+4 -3
pkgs/tools/networking/httplz/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "httplz"; 15 - version = "1.12.6"; 15 + version = "1.13.0"; 16 16 17 17 src = fetchCrate { 18 18 inherit version; 19 19 pname = "https"; 20 - sha256 = "sha256-qkhou4Rmv31zwyL8aM7U0YUZwOb3KQMHdOQsOrRI1TA="; 20 + hash = "sha256-sTkj2UkUENpezPFAzyDUz6rC4F0G864uLLYOU9fyXjo="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-BuNCKtK9ePV0d9o/DlW098Y4DWTIl0YKyryXMv09Woc="; 23 + cargoHash = "sha256-omjm+NSny1NLUj9MCeGU6XgrVRAxMJzTbvIyfmWgoCU="; 24 24 25 25 nativeBuildInputs = [ 26 26 installShellFiles ··· 46 46 meta = with lib; { 47 47 description = "A basic http server for hosting a folder fast and simply"; 48 48 homepage = "https://github.com/thecoshman/http"; 49 + changelog = "https://github.com/thecoshman/http/releases/tag/v${version}"; 49 50 license = licenses.mit; 50 51 maintainers = with maintainers; [ figsoda ]; 51 52 };