stellarsolver: 2.0 -> 2.2

This commit is contained in:
R. Ryantm 2022-03-16 19:20:19 +00:00
parent ed32ed9633
commit fccbe209cb

View file

@ -3,13 +3,13 @@
mkDerivation rec { mkDerivation rec {
pname = "stellarsolver"; pname = "stellarsolver";
version = "2.0"; version = "2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rlancaste"; owner = "rlancaste";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-pqTSsey1CgOHiEm/C+7sTl9uGe3RVpL7Rdm04KgY+Z8="; sha256 = "sha256-Ay7bszR4D5KKFiVLXfweJcc8jgUSZljnZVblEx7xh8o=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];