stellarsolver: 1.9 -> 2.0

This commit is contained in:
R. Ryantm
2022-03-04 18:19:44 +00:00
parent 26f7da7478
commit a255d7f445
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "stellarsolver";
version = "1.9";
version = "2.0";
src = fetchFromGitHub {
owner = "rlancaste";
repo = pname;
rev = version;
sha256 = "sha256-PiRXNiemJ+UjVhmd2KPcTKJoDW9K9QBf62nkP1LlOfw=";
sha256 = "sha256-pqTSsey1CgOHiEm/C+7sTl9uGe3RVpL7Rdm04KgY+Z8=";
};
nativeBuildInputs = [ cmake ];