11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-cN5GtU3bmsdJvfjVdWvWAshiU3Ged7L9pc8wid8GQwA=";
22 cargoHash = "sha256-ngDA085V3+2oBH13Fs+pJez2W2/i1pEKoWdqJ4/3Q0I=";
31 ] ++ lib.optionals stdenv.isDarwin [
32 darwin.apple_sdk.frameworks.SystemConfiguration
36 OPENSSL_NO_VENDOR = true;
40 description = "Realtime ticker data in your terminal";
41 homepage = "https://github.com/tarkah/tickrs";
42 changelog = "https://github.com/tarkah/tickrs/blob/v${version}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ mredaelli ];