stellarium: 0.21.1 -> 0.21.2

ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.21.2
This commit is contained in:
Maximilian Bosch 2021-09-28 13:49:59 +02:00
parent 99a1d8ef57
commit fbdf7d2206
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.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-dAdB57phD5phl8dQZIHtqtnA2LZqR+JoXTzIBtqBevA=";
sha256 = "sha256-bh00o++l3sqELX5kgRhiCcQOLVqvjEyEMcJTnnVPNU8=";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];