lol

Merge pull request #193082 from r-ryantm/auto-update/lethe

lethe: 0.7.0 -> 0.8.0

authored by

Fabian Affolter and committed by
GitHub
1eefd441 9ddefb41

+3 -3
+3 -3
pkgs/tools/security/lethe/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "lethe"; 10 - version = "0.7.0"; 10 + version = "0.8.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "kostassoid"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-uMpqN9xgA0S861JChfJebU6azxJN8ScftmX8yJV8NM8="; 16 + sha256 = "sha256-o57WtzTouIzB0yl6lEUwpav0rm+jwD5tyBqK/MRN+ME="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-GeZ/25ZaD/vyQo02SUt1JtNUL2QCg0varOJC1M3Ji9s="; 19 + cargoSha256 = "sha256-flj4p4qAMMy46/nY48lRNcyB8KzEUoYOfhDk7xR7qQU="; 20 20 21 21 buildInputs = lib.optional stdenv.isDarwin Security; 22 22