stellarium: 0.19.3 -> 0.20.0

https://github.com/Stellarium/stellarium/releases/tag/v0.20.0
This commit is contained in:
Maximilian Bosch 2020-03-29 17:56:35 +02:00
parent 98bc4867fa
commit 9e7c54325e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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