diff options
author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-09-26 18:55:37 +0000 |
---|---|---|
committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-09-26 18:55:37 +0000 |
commit | 2adc1155c9c4ba1fe537b0325d590bcddf2d9d91 (patch) | |
tree | 27229e4a0119e89a1e88bba9154a25bce779531a | |
parent | 4a1de73b6894dfcdcac298147b105d34e8c3ddb4 (diff) |
lethe: 0.7.0 -> 0.8.0
-rw-r--r-- | pkgs/tools/security/lethe/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/lethe/default.nix b/pkgs/tools/security/lethe/default.nix index 4af9466a3db21..08687482f94fe 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.7.0"; + version = "0.8.0"; src = fetchFromGitHub { owner = "kostassoid"; repo = pname; rev = "v${version}"; - sha256 = "sha256-uMpqN9xgA0S861JChfJebU6azxJN8ScftmX8yJV8NM8="; + sha256 = "sha256-o57WtzTouIzB0yl6lEUwpav0rm+jwD5tyBqK/MRN+ME="; }; - cargoSha256 = "sha256-GeZ/25ZaD/vyQo02SUt1JtNUL2QCg0varOJC1M3Ji9s="; + cargoSha256 = "sha256-flj4p4qAMMy46/nY48lRNcyB8KzEUoYOfhDk7xR7qQU="; buildInputs = lib.optional stdenv.isDarwin Security; |