Merge pull request #229516 from Kidsan/update-kord

kord: 0.4.2 -> 0.5.16
This commit is contained in:
Sandro 2023-05-25 21:32:55 +02:00 committed by GitHub
commit 8b829c42fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3582 additions and 3 deletions

3574
pkgs/applications/misc/kord/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
rustPlatform.buildRustPackage rec {
pname = "kord";
version = "0.4.2";
version = "0.5.16";
# kord depends on nightly features
RUSTC_BOOTSTRAP = 1;
@ -16,10 +16,15 @@ rustPlatform.buildRustPackage rec {
owner = "twitchax";
repo = "kord";
rev = "v${version}";
sha256 = "sha256-B/UwnbzXI3ER8IMOVtn0ErVqFrkZXKoL+l7ll1AlzDg=";
sha256 = "sha256-gI88fweOT2t+4cj58/mLygtTnue2Ai1QSC5oZf7Xv/g=";
};
cargoHash = "sha256-xhWSycTe72HW3E9meTo4wjOCHDcNq6fUPT6nqHoW9vE=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"bincode-2.0.0-rc.2" = "sha256-0BfKKGOi5EVIoF0HvIk0QS2fHUMG3tpsMLe2SkXeZlo=";
};
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ alsa-lib ];