stellarium: 0.20.4 -> 0.21.0

ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.21.0
This commit is contained in:
Maximilian Bosch 2021-03-28 22:21:00 +02:00
parent 83f0eb535c
commit 4fc2ef2c5e
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.20.4";
version = "0.21.0";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-EhlcaMxlDyX2RneBrpbmLScc9vd77Tf7RPblbQqAqZ0=";
sha256 = "sha256-LOBWfKLtoFemiWBUVayIBG0DORvjI6h9kgaPH9hGmKY=";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];