nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

sgp4: unstable-2021-01-11 -> unstable-2022-11-13

+4 -4
+4 -4
pkgs/development/libraries/sgp4/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake, pkg-config }: 1 + { lib, stdenv, fetchFromGitHub, cmake }: 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "sgp4"; 5 - version = "unstable-2021-01-11"; 5 + version = "unstable-2022-11-13"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dnwrnr"; 9 9 repo = "sgp4"; 10 - rev = "ca9d4d97af4ee62461de6f13e0c85d1dc6000040"; 11 - sha256 = "sha256-56It/71R10U+Hnhw2tC16e5fZdyfQ8DLx6LVq65Rjvc="; 10 + rev = "6a448b4850e5fbf8c1ca03bb5f6013a9fdc1fd91"; 11 + hash = "sha256-gfJQOLhys5wKzZCxFVqbo+5l7jPeGPzrvYsdZKPSCJc="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];