stellarsolver: 2.6 -> 2.7 (#413820)

Co-authored-by: returntoreality <returntoreality@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-06 13:22:06 +00:00
committed by GitHub
co-authored by returntoreality
+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-tASjV5MZ1ClumZqu/R61b6XE9CGTuVFfpxyC89fwN9o=";
};
nativeBuildInputs = [ cmake ];