stellarsolver: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2024-07-07 04:33:54 +00:00
parent 8f3b38daf2
commit 7a6c2fecb8

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "stellarsolver";
version = "2.5";
version = "2.6";
src = fetchFromGitHub {
owner = "rlancaste";
repo = pname;
rev = version;
sha256 = "sha256-0bFGHlkZnAZlnxlj8tY3s9yTWgkNtSsPFfudB3uvyOA=";
sha256 = "sha256-6WDiHaBhi9POtXynGU/eTeuqZSK81JJeuZv4SxOeVoE=";
};
nativeBuildInputs = [ cmake ];