3
0
Fork 0
forked from mirrors/nixpkgs

stellarium: 0.19.1 -> 0.19.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stellarium/versions
This commit is contained in:
R. RyanTM 2019-10-08 14:17:20 -07:00
parent 3dc58eda52
commit a174411c3c

View file

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "stellarium";
version = "0.19.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "0hf1wv2bb5j7ny2xh29mj9m4hjblhn02zylay8gl85w7xlqs7s5r";
sha256 = "1ki3s4smazr6xfkr0grrmjp2s8yjprismiaq7l54d0il7rkvhibd";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];