Merge pull request #112492 from r-ryantm/auto-update/fido2luks

fido2luks: 0.2.15 -> 0.2.16
This commit is contained in:
Pavol Rusnak 2021-02-09 11:17:20 +01:00 committed by GitHub
commit d70815e98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "fido2luks";
version = "0.2.15";
version = "0.2.16";
src = fetchFromGitHub {
owner = "shimunn";
repo = pname;
rev = version;
sha256 = "1v5gxcz4zbc673i5kbsnjq8bikf7jdbn3wjfz1wppjrgwnkgvsh9";
sha256 = "sha256-WOdbdJAcMZHSnf7AkGnEumjaDut9J8VwSJYjqLUtPXs=";
};
buildInputs = [ cryptsetup ];
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
export LIBCLANG_PATH="${llvmPackages.libclang}/lib"
'';
cargoSha256 = "19drjql13z8bw257z10kjppxm25jlfgrpc9g1jf68ka5j2b3nx7k";
cargoSha256 = "sha256-4VuM1bPkl9XCI9XsZIJvw3kHSKgT4P7x6I83F2KCFD0=";
meta = with lib; {
description = "Decrypt your LUKS partition using a FIDO2 compatible authenticator";