forked from mirrors/nixpkgs
kord: 0.4.2 -> 0.5.16
This commit is contained in:
parent
7ca65eeecf
commit
920a7f5500
3574
pkgs/applications/misc/kord/Cargo.lock
generated
Normal file
3574
pkgs/applications/misc/kord/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue