14 rustPlatform.buildRustPackage rec {
19 inherit pname version;
20 hash = "sha256-RwB+X+i3CEcTyKac81he9/cT2aQ4M7AqgqSDBEvhFJU=";
23 cargoHash = "sha256-mIzrYlAqHYrK2bb/ZUzqIwhPJKcTQpNpqijpEuwLc5A=";
25 nativeBuildInputs = [ pkg-config ];
27 buildInputs = [ openssl ]
28 ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
31 updateScript = nix-update-script { };
32 tests.version = testers.testVersion { package = talecast; };
36 description = "Simple CLI podcatcher";
37 homepage = "https://github.com/TBS1996/TaleCast";
38 license = lib.licenses.mit;
39 mainProgram = "talecast";
40 maintainers = with lib.maintainers; [ confusedalex getchoo ];