fido2luks: 0.2.16 -> 0.2.17

This commit is contained in:
R. RyanTM 2021-07-20 16:47:28 +00:00
parent 578dd8d634
commit 5523576b88

View file

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "fido2luks";
version = "0.2.16";
version = "0.2.17";
src = fetchFromGitHub {
owner = "shimunn";
repo = pname;
rev = version;
sha256 = "sha256-WOdbdJAcMZHSnf7AkGnEumjaDut9J8VwSJYjqLUtPXs=";
sha256 = "sha256-rrtPMCgp2Xe8LXzFN57rzay2kyPaLT1+2m1NZQ9EsW4=";
};
buildInputs = [ cryptsetup ];
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
export LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib"
'';
cargoSha256 = "sha256-d6t/bvHpnH4lKv78tp/8DC/VrQBnaiZhnf8GrlcYhJw=";
cargoSha256 = "sha256-5CzQuzmKuEi4KTR1jNh4avwqA3qYzTj+rV/zbIeUjAM=";
meta = with lib; {
description = "Decrypt your LUKS partition using a FIDO2 compatible authenticator";