stellarium: 0.19.2 -> 0.19.3

https://github.com/Stellarium/stellarium/releases/tag/v0.19.3
This commit is contained in:
Maximilian Bosch 2019-12-22 13:57:13 +01:00
parent 2b725bbb69
commit 65061ab2ae
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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