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

stellarsolver: 2.3 -> 2.4
This commit is contained in:
Sebastián Mancilla 2022-08-17 11:21:16 -04:00 committed by GitHub
commit 4cedb9c92d
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.3";
version = "2.4";
src = fetchFromGitHub {
owner = "rlancaste";
repo = pname;
rev = version;
sha256 = "sha256-DSydgn9brVQlVNfW8Lnw/ZNs7aftokkCuJshgqmegpY=";
sha256 = "sha256-HYNkpgkiRtA1ZsiFkmYk3MT3fKgs2d2neSExVXBbsPc=";
};
nativeBuildInputs = [ cmake ];