nix: fix build
This commit is contained in:
parent
7961bfa805
commit
ca80ad0122
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1335,7 +1335,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nyazoom"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"async-bincode",
|
||||
"async-trait",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nyazoom"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
authors = ["Zynh Ludwig <Zynh0722@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage {
|
|||
|
||||
src = ./.;
|
||||
|
||||
cargoHash = "sha256-lBMe1TvkTJgN+q/9o7KId6w3CSxGl94Zcz7nxDqu9N0=";
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
||||
nativeBuildInputs = [
|
||||
openssl
|
||||
|
|
Loading…
Reference in a new issue