Update to rev da1c12db6167f51c46091d45a274a56ab67e45e7

This commit is contained in:
Andrey Golovizin 2023-11-18 15:27:06 +01:00
parent aca6849738
commit ab43164671
3 changed files with 3381 additions and 6 deletions

3370
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1671200928,
"narHash": "sha256-mZfzDyzojwj6I0wyooIjGIn81WtGVnx6+avU5Wv+VKU=",
"lastModified": 1700204040,
"narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "757b82211463dd5ba1475b6851d3731dfe14d377",
"rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
"type": "github"
},
"original": {

View file

@ -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 ];
}