about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-27 06:49:52 -0500
committerGitHub <noreply@github.com>2022-07-27 06:49:52 -0500
commitf568f4bf46e4359c2f4ec54e363fdf27152952ed (patch)
tree52a27948d69cebec5513b5d925e35d7752050a8e
parenta0e2bdeb84f09f7468c788e87d6e9691f3b44e57 (diff)
parentd7add5c4111f1cf05e7901dc460180da15bcc149 (diff)
Merge pull request #183053 from figsoda/update-httplz
httplz: 1.12.4 -> 1.12.5
-rw-r--r--pkgs/tools/networking/httplz/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/httplz/default.nix b/pkgs/tools/networking/httplz/default.nix
index 31c4488f85763..f02623329c3e0 100644
--- a/pkgs/tools/networking/httplz/default.nix
+++ b/pkgs/tools/networking/httplz/default.nix
@@ -13,15 +13,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "httplz";
-  version = "1.12.4";
+  version = "1.12.5";
 
   src = fetchCrate {
     inherit version;
     pname = "https";
-    sha256 = "sha256-4+iIFLtPVs4PHOzfXfretCuZ0iBcqMVNnYFjEVhvBjk=";
+    sha256 = "sha256-+nCqMTLrBYNQvoKo1PzkyzRCkKdlE88+NYoJcIlAJts=";
   };
 
-  cargoSha256 = "sha256-VOzMf9hOrAEGwtW9h8CnG/Df2KgEVhNqqdL762Gs2dE=";
+  cargoSha256 = "sha256-odiVIfNJPpagoASnYvdOosHXa37gbQM8Zmvtnao0pAs=";
 
   nativeBuildInputs = [
     installShellFiles