1 { lib, stdenv, fetchFromGitHub, cmake }:
5 version = "unstable-2022-11-13";
7 src = fetchFromGitHub {
10 rev = "6a448b4850e5fbf8c1ca03bb5f6013a9fdc1fd91";
11 hash = "sha256-gfJQOLhys5wKzZCxFVqbo+5l7jPeGPzrvYsdZKPSCJc=";
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.unix;