kord: 0.5.16 -> 0.6.1
This commit is contained in:
parent
3def2fb700
commit
781d1ac810
2 changed files with 3 additions and 3 deletions
2
pkgs/applications/misc/kord/Cargo.lock
generated
2
pkgs/applications/misc/kord/Cargo.lock
generated
|
@ -1528,7 +1528,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kord"
|
name = "kord"
|
||||||
version = "0.5.16"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kord";
|
pname = "kord";
|
||||||
version = "0.5.16";
|
version = "0.6.1";
|
||||||
|
|
||||||
# kord depends on nightly features
|
# kord depends on nightly features
|
||||||
RUSTC_BOOTSTRAP = 1;
|
RUSTC_BOOTSTRAP = 1;
|
||||||
|
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "twitchax";
|
owner = "twitchax";
|
||||||
repo = "kord";
|
repo = "kord";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-gI88fweOT2t+4cj58/mLygtTnue2Ai1QSC5oZf7Xv/g=";
|
sha256 = "sha256-CeMh6yB4fGoxtGLbkQe4OMMvBM0jesyP+8JtU5kCP84=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue