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

stellarsolver: 1.8 -> 1.9
This commit is contained in:
Robert Scott 2022-01-23 21:32:03 +00:00 committed by GitHub
commit 951677ffdf
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.8";
version = "1.9";
src = fetchFromGitHub {
owner = "rlancaste";
repo = pname;
rev = version;
sha256 = "sha256-eC45V0aqFSUVJrxhaEXFzgzaXkHVwA5Yj8YyGvii0QI=";
sha256 = "sha256-PiRXNiemJ+UjVhmd2KPcTKJoDW9K9QBf62nkP1LlOfw=";
};
nativeBuildInputs = [ cmake ];
@ -25,6 +25,6 @@ mkDerivation rec {
description = "Astrometric plate solving library";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hjones2199 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}