Unverified Commit eaebbdf5 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #238092 from NickCao/calcmysky

calcmysky: 0.3.0 -> 0.3.1
parents ce384a60 f9eed769
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -6,17 +6,18 @@
, glm
, eigen
, qtbase
, stellarium
}:

stdenv.mkDerivation rec {
  pname = "calcmysky";
  version = "0.3.0";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "10110111";
    repo = "CalcMySky";
    rev = "refs/tags/v${version}";
    hash = "sha256-QVKyPyod0pxoFge/GAcle9AWXPCLR/seBVWRfs9I9tE=";
    hash = "sha256-oqYOXoIPVqCD3HL7ShNoF89W725hFHX0Ei/yVJNTS5I=";
  };

  nativeBuildInputs = [ cmake wrapQtAppsHook ];
@@ -26,6 +27,10 @@ stdenv.mkDerivation rec {

  doCheck = true;

  passthru.tests = {
    inherit stellarium;
  };

  meta = with lib;{
    description = "Simulator of light scattering by planetary atmospheres";
    homepage = "https://github.com/10110111/CalcMySky";