about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-11 14:06:59 +0100
committerGitHub <noreply@github.com>2021-12-11 14:06:59 +0100
commit1663e56b95d266b73085f69fb547d63c44a0246e (patch)
tree67b341d44b429401f53bea43ce1f31cbc6adcb97 /pkgs/tools
parent708547ac0ff56d50a3c0d95a4e28868612230b38 (diff)
parent969cb864c919acffd15e17bf94a458392d040202 (diff)
Merge pull request #149314 from r-ryantm/auto-update/lethe
lethe: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/lethe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/lethe/default.nix b/pkgs/tools/security/lethe/default.nix
index 4f9e65b49b8b0..502757262787e 100644
--- a/pkgs/tools/security/lethe/default.nix
+++ b/pkgs/tools/security/lethe/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lethe";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "kostassoid";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WYDO44S2cBPe14vv/4i51tgtnoR+6FN2GyAbjJ7AYy8=";
+    sha256 = "sha256-0UYUzef7ja8nc2zs7eWqqXQfVVbEJEH9/NRRHVkvkYk=";
   };
 
-  cargoSha256 = "sha256-5fWclZgt5EuWrsYRheTX9otNiGbJ41Q/fTYdKMWRMHc=";
+  cargoSha256 = "sha256-suE8USKTZECVlTX4Wpz3vapo/Wmn7qaC3eyAJ3gmzqk=";
 
   buildInputs = lib.optional stdenv.isDarwin Security;