From 70ae1f4f8b2ac2a1a2775c73a3ddbb83274f6d38 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 14 Jul 2023 20:52:46 -0400 Subject: [PATCH] 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 --- pkgs/tools/networking/httplz/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/httplz/default.nix b/pkgs/tools/networking/httplz/default.nix index db2663bc54c9..bc2733bfb982 100644 --- a/pkgs/tools/networking/httplz/default.nix +++ b/pkgs/tools/networking/httplz/default.nix @@ -12,15 +12,15 @@ rustPlatform.buildRustPackage rec { pname = "httplz"; - version = "1.12.6"; + version = "1.13.0"; src = fetchCrate { inherit version; pname = "https"; - sha256 = "sha256-qkhou4Rmv31zwyL8aM7U0YUZwOb3KQMHdOQsOrRI1TA="; + hash = "sha256-sTkj2UkUENpezPFAzyDUz6rC4F0G864uLLYOU9fyXjo="; }; - cargoSha256 = "sha256-BuNCKtK9ePV0d9o/DlW098Y4DWTIl0YKyryXMv09Woc="; + cargoHash = "sha256-omjm+NSny1NLUj9MCeGU6XgrVRAxMJzTbvIyfmWgoCU="; nativeBuildInputs = [ installShellFiles @@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "A basic http server for hosting a folder fast and simply"; homepage = "https://github.com/thecoshman/http"; + changelog = "https://github.com/thecoshman/http/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; };