Merge pull request #238092 from NickCao/calcmysky

calcmysky: 0.3.0 -> 0.3.1

authored by

figsoda and committed by
GitHub
eaebbdf5 ce384a60

+7 -2
+7 -2
pkgs/applications/science/astronomy/calcmysky/default.nix
··· 6 6 , glm 7 7 , eigen 8 8 , qtbase 9 + , stellarium 9 10 }: 10 11 11 12 stdenv.mkDerivation rec { 12 13 pname = "calcmysky"; 13 - version = "0.3.0"; 14 + version = "0.3.1"; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "10110111"; 17 18 repo = "CalcMySky"; 18 19 rev = "refs/tags/v${version}"; 19 - hash = "sha256-QVKyPyod0pxoFge/GAcle9AWXPCLR/seBVWRfs9I9tE="; 20 + hash = "sha256-oqYOXoIPVqCD3HL7ShNoF89W725hFHX0Ei/yVJNTS5I="; 20 21 }; 21 22 22 23 nativeBuildInputs = [ cmake wrapQtAppsHook ]; ··· 25 26 cmakeFlags = [ "-DQT_VERSION=6" ]; 26 27 27 28 doCheck = true; 29 + 30 + passthru.tests = { 31 + inherit stellarium; 32 + }; 28 33 29 34 meta = with lib;{ 30 35 description = "Simulator of light scattering by planetary atmospheres";