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

stellarsolver: 1.9 -> 2.0
This commit is contained in:
Ryan Mulligan 2022-03-15 12:37:33 -07:00 committed by GitHub
commit ef61fe146a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];