1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config }:
5 version = "unstable-2021-01-11";
7 src = fetchFromGitHub {
10 rev = "ca9d4d97af4ee62461de6f13e0c85d1dc6000040";
11 sha256 = "sha256-56It/71R10U+Hnhw2tC16e5fZdyfQ8DLx6LVq65Rjvc=";
14 nativeBuildInputs = [ cmake ];
17 description = "Simplified perturbations models library";
18 homepage = "https://github.com/dnwrnr/sgp4";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ alexwinter ];
21 platforms = platforms.linux;