about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorlegendofmiracles <30902201+legendofmiracles@users.noreply.github.com>2022-01-10 11:24:22 -0600
committerGitHub <noreply@github.com>2022-01-10 11:24:22 -0600
commitacbc33e84f7ceddccd689b89a85829fa29034b79 (patch)
tree6e70c11049d41cd2abda9749845bd9d60dcb5b73 /pkgs/tools/networking
parentca3c54a88d29b909ae52c10ae9004b21ba895eb4 (diff)
parent0fefa7eb9d88d2e71fb39b35c6b04efb082d893c (diff)
Merge pull request #154254 from msfjarvis/hs/2022-01-10/lychee-0.8.2
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/lychee/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/lychee/default.nix b/pkgs/tools/networking/lychee/default.nix
index 657fd108b9a01..d8376016bbfda 100644
--- a/pkgs/tools/networking/lychee/default.nix
+++ b/pkgs/tools/networking/lychee/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lychee";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "lycheeverse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-TjjSysG4UCXVi5ytWaJVL31TFLHC3Ro5OEB56pzbn7s=";
+    sha256 = "sha256-zgIFJLdYHSDsO34KFK51g4nVlSkc9/TFdXx2yPJ7kRQ=";
   };
 
-  cargoSha256 = "sha256-apRXxd7RBnNjhZb0xAUr5hSTafyMbg0k1wgHT93Z66g=";
+  cargoSha256 = "sha256-r4a+JkaXVYsynBiWUHaleATXvfxyhRHfR/qcooD0FmI=";
 
   nativeBuildInputs = [ pkg-config ];