Merge pull request #181795 from smancill/stellarsolver-2.3

stellarsolver: 2.2 -> 2.3
This commit is contained in:
Robert Scott 2022-07-17 14:35:45 +01:00 committed by GitHub
commit ec5eb91c8d
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.2";
version = "2.3";
src = fetchFromGitHub {
owner = "rlancaste";
repo = pname;
rev = version;
sha256 = "sha256-Ay7bszR4D5KKFiVLXfweJcc8jgUSZljnZVblEx7xh8o=";
sha256 = "sha256-DSydgn9brVQlVNfW8Lnw/ZNs7aftokkCuJshgqmegpY=";
};
nativeBuildInputs = [ cmake ];