Update to rev da1c12db6167f51c46091d45a274a56ab67e45e7
This commit is contained in:
parent
aca6849738
commit
ab43164671
3 changed files with 3381 additions and 6 deletions
11
softu2f.nix
11
softu2f.nix
|
|
@ -5,10 +5,15 @@ rustPlatform.buildRustPackage {
|
|||
src = fetchFromGitHub {
|
||||
owner = "danstiner";
|
||||
repo = "rust-u2f";
|
||||
rev = "da1a256e804395588c21c0dd9891310506746e7a";
|
||||
sha256 = "sha256-Ci1X7Gi1+sL7sPXcPiIjAHDJOO8SmDD9GRajdv6tm0o=";
|
||||
rev = "da1c12db6167f51c46091d45a274a56ab67e45e7";
|
||||
sha256 = "sha256-413T3bUC6enqhwr6YiBEK9RRV5cHHPO1M682YiiSUMk=";
|
||||
};
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"authenticator-0.3.1" = "sha256-ixGDMZNRBRyuCZnNW+MkzWP6PTzEHRzpKcEHXRp2HhQ=";
|
||||
};
|
||||
};
|
||||
cargoSha256 = "sha256-LrO7zW5+BcuxoGfNe2UW8q65GAhVeVyLoPC60htIt8k=";
|
||||
buildInputs = [ openssl dbus udev ];
|
||||
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue