Unverified Commit bcd6a4d0 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Revert "stellarsolver: 2.6 -> 2.7" (#411100)

parents 2f8b917c 7d8ab195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "stellarsolver";
  version = "2.7";
  version = "2.6";

  src = fetchFromGitHub {
    owner = "rlancaste";
    repo = "stellarsolver";
    rev = finalAttrs.version;
    sha256 = "sha256-eGyqJX9TZzIDBCrAlrblhUy4G49hpE5r4q89+/1pnfM=";
    sha256 = "sha256-6WDiHaBhi9POtXynGU/eTeuqZSK81JJeuZv4SxOeVoE=";
  };

  nativeBuildInputs = [ cmake ];