mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
concord-tui: 2.4.0 -> 2.4.1
Diff: https://github.com/chojs23/concord/compare/v2.4.0...v2.4.1
This commit is contained in:
@@ -9,19 +9,20 @@
|
||||
stdenv,
|
||||
# TODO: Clean up on `staging`
|
||||
lld,
|
||||
nix-update-script,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "concord-tui";
|
||||
version = "2.4.0";
|
||||
version = "2.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chojs23";
|
||||
repo = "concord";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/79Hq54qXWXLopPda6xiZ6892UpVoKXQad84QOXCTDM=";
|
||||
hash = "sha256-3c5jxpJrBr6vYnbcJIYD06d932Da94hXUZA5FLa3kkU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Ihr4JM0hKEvJ9FMcQ5VPtemJjjPB5mXvAeDa4G0pGSo=";
|
||||
cargoHash = "sha256-6iAyKsS+FoNCKkMvbL70vKSPoAaKQtUDiAQGaEMuxWk=";
|
||||
|
||||
buildInputs = [
|
||||
opus
|
||||
@@ -47,6 +48,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
NIX_CFLAGS_LINK = "-fuse-ld=${lib.getExe' lld "ld64.lld"}";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Feature-rich TUI client for Discord, written in Rust";
|
||||
homepage = "https://github.com/chojs23/concord";
|
||||
|
||||
Reference in New Issue
Block a user