lol

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