Update to rev da1c12db6167f51c46091d45a274a56ab67e45e7
This commit is contained in:
parent
aca6849738
commit
ab43164671
3 changed files with 3381 additions and 6 deletions
3370
Cargo.lock
generated
Normal file
3370
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1671200928,
|
"lastModified": 1700204040,
|
||||||
"narHash": "sha256-mZfzDyzojwj6I0wyooIjGIn81WtGVnx6+avU5Wv+VKU=",
|
"narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "757b82211463dd5ba1475b6851d3731dfe14d377",
|
"rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
11
softu2f.nix
11
softu2f.nix
|
|
@ -5,10 +5,15 @@ rustPlatform.buildRustPackage {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danstiner";
|
owner = "danstiner";
|
||||||
repo = "rust-u2f";
|
repo = "rust-u2f";
|
||||||
rev = "da1a256e804395588c21c0dd9891310506746e7a";
|
rev = "da1c12db6167f51c46091d45a274a56ab67e45e7";
|
||||||
sha256 = "sha256-Ci1X7Gi1+sL7sPXcPiIjAHDJOO8SmDD9GRajdv6tm0o=";
|
sha256 = "sha256-413T3bUC6enqhwr6YiBEK9RRV5cHHPO1M682YiiSUMk=";
|
||||||
|
};
|
||||||
|
cargoLock = {
|
||||||
|
lockFile = ./Cargo.lock;
|
||||||
|
outputHashes = {
|
||||||
|
"authenticator-0.3.1" = "sha256-ixGDMZNRBRyuCZnNW+MkzWP6PTzEHRzpKcEHXRp2HhQ=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
cargoSha256 = "sha256-LrO7zW5+BcuxoGfNe2UW8q65GAhVeVyLoPC60htIt8k=";
|
|
||||||
buildInputs = [ openssl dbus udev ];
|
buildInputs = [ openssl dbus udev ];
|
||||||
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
|
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue