Merge pull request #164493 from r-ryantm/auto-update/stellarsolver

stellarsolver: 2.0 -> 2.2
This commit is contained in:
Bobby Rong 2022-03-26 14:17:33 +08:00 committed by GitHub
commit 481cc5f7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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