stellarsolver: 2.6 -> 2.7

This commit is contained in:
R. Ryantm
2025-05-25 02:23:46 +00:00
parent 8158addeae
commit bc62ff0926
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "stellarsolver";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "rlancaste";
repo = "stellarsolver";
rev = finalAttrs.version;
sha256 = "sha256-6WDiHaBhi9POtXynGU/eTeuqZSK81JJeuZv4SxOeVoE=";
sha256 = "sha256-eGyqJX9TZzIDBCrAlrblhUy4G49hpE5r4q89+/1pnfM=";
};
nativeBuildInputs = [ cmake ];